Commit Graph

4 Commits

Author SHA1 Message Date
Денис
48f971e361 i start from 1 (#78) 2018-07-18 16:03:20 -07:00
Lokesh Jadhav
bb4a8638f1 Typo in comment: Big O for selection sort (#61) 2018-03-19 09:51:48 -07:00
sliw
f9497eb344 Update Js (ES5, ES6) to make them consistent and explicit (#54)
* Update the names to make ES5 and ES6 solutions more consistent

I basically change the names to make the function more explicit and clear:

1. list to sortedList
2. mid to middle

* Revert "Update the names to make ES5 and ES6 solutions more consistent"

This reverts commit 46d7514636420eb3b3c581665eaa3c0aca9df99d.

* [selection sort] update Js (ES5, ES6) to make them more consistent and explicit
2018-02-03 11:59:16 -08:00
Kevin Nguyen
09a8115325 code for chapter 2 in javascript 2016-06-16 10:10:02 -07:00