argonautica / sorting-algorithms

a beginner-friendly repository made for open source beginners. add any sorting algorithms in any language to this repository
MIT License
48 stars 108 forks source link

Fix a typo in SelectionSort for C++ #88

Closed rgenchev closed 5 years ago

rgenchev commented 5 years ago

I noticed that there is a typo in SelectionSort for C++. It's named C++/SelctionSort.cpp.

rgenchev commented 5 years ago

I created https://github.com/hadshirt/sorting-algorithms/pull/89