Things to be noted:
- Use a linux based operating system. If you're using windows, download GitHub for windows.
- Adhere to this style guide.
- Here's an excellent tutorial on git.
- If you have a problem, Google it.
##Instructions:
- Clone this repository:
$git clone https://github.com/project-prosper/prosper.git
- Do stuff, commit your changes with appropriate commit messages.
- Before sending a pull request, make sure that you've cloned the latest version of this repo.
If you haven't use
$git fetch -p
to sync with remote origin.
##TODO:
- InsertionSort
- Quick Sort
- Hybrid Sort and Search
- Applications
- Performance analysis