Commit Graph

10 Commits

Author SHA1 Message Date
f813dfff87 fix: Replace Array.prototype.sort and update old isSorted method. (#39360)
* fix: Replace Array.prototype.sort and update old isSorted method.

* fix: Change name of function from 'checkInBuiltSort' to 'checkBuilitInSort'.

* fix: Change name of function from 'checkBuilitInSort' to 'isBuiltInSortUsed'.
2020-08-10 13:31:18 -07:00
3fd336d3e9 fix(learn): correcting Hash Table Lookup Efficiency (#38130)
A hash table provide a lookup of O(1), not O(n).
2020-02-12 12:27:47 +05:30
cde8516688 Added missing 'var' on variable declaration. (#35675) 2019-03-27 11:37:58 +05:30
1a7afb287a Fix missing variable declaration in data structures challenges (Spanish) (#35641) 2019-03-20 17:44:33 +01:00
f1efc85ccb Fixed Translation Errors (#22754) 2019-02-24 12:07:59 +01:00
0251f68aaf fix: update tests for create and add to sets challenge (#18838) 2018-11-07 21:13:58 +09:00
73485119f4 fix: update tests for data structures challenges (#18842) 2018-10-25 13:17:48 +05:30
e3f9dc4b86 feat: add Spanish and language parser 2018-10-11 02:15:05 +05:30
c2a45b58be fix(spanish-md): Address some formatting issues for Spanish md 2018-10-11 02:15:05 +05:30
fcced4a6c3 docs: add Spanish docs 2018-10-08 13:34:43 -04:00