lprimeroo / DSA

Implementations of various data structures and algorithms.
MIT License
106 stars 179 forks source link

Add SelectionSort in .cpp, .py and .java, InsertionSort in .java and .cpp and modify BinarySearch.cpp #141

Closed anunciado closed 7 years ago

anunciado commented 7 years ago

So I added SelectionSort in three versions, added two more InsertionSort and modified BinarySearch, which I realized was not implemented. This is my first contribution to a git project, sorry for any errors.

lprimeroo commented 7 years ago

Thanks for the PR :) Merged.