kodecocodes / swift-algorithm-club

Algorithms and data structures in Swift, with explanations!
MIT License
28.76k stars 5.01k forks source link

Update `InsertionSort` README.markdown #970

Closed haashem closed 3 years ago

haashem commented 3 years ago

sort() is in place sort. in reveres sorted() returns a sorted copy of the original array