Skip to content

Commit

Permalink
Merge pull request #11 from nongvantinh/nongvantinh-patch-1
Browse files Browse the repository at this point in the history
- Update README.md
  • Loading branch information
nongvantinh authored May 24, 2021
2 parents e910bee + 22c4c69 commit 439ccfc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@

This project is meant to use C++ programming language to implement various data structure and algorithms. It's fully implemented in C++17 and intended to port to C++20.
## Getting project
Clone the latest release branch by using git command.
**development** branch is unstable branch.

**master** branch store the latest update that can be used to create a realease branch.

Clone the project by using git command.

`git clone https://github.com/nongvantinh/dsaa -b latest-release`
`git clone https://github.com/nongvantinh/dsaa -b master`
## Prerequisite
You need the following prerequisites installed on your platform:

Expand Down

0 comments on commit 439ccfc

Please sign in to comment.