Commit Graph

11 Commits

Author SHA1 Message Date
Kartik Soneji
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
srdubya
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
Avahe Kellenberger
cde8516688 Added missing 'var' on variable declaration. (#35675) 2019-03-27 11:37:58 +05:30
Zebulan Stanphill
94f7ff2802 Fix missing variable declaration in data structures challenges (Portuguese) (#35639) 2019-03-26 21:56:35 -07:00
Carol W
0251f68aaf fix: update tests for create and add to sets challenge (#18838) 2018-11-07 21:13:58 +09:00
Diogo Teixeira
ff0d155cea Update some words to make the text more portuguese than it was (#20379)
improves Portuguese translation and translates missing parts
2018-11-02 13:44:48 +01:00
Carol W
73485119f4 fix: update tests for data structures challenges (#18842) 2018-10-25 13:17:48 +05:30
andremfq
c87d6dbcb0 More Suitable Portuguese Word (#19679)
"Percorrer" is a more suitable word to traversing through when we talk about data structures.
2018-10-24 11:25:38 -03:00
Michael
dd82627683 Typo fix (#18388) 2018-10-16 09:55:19 -03:00
Michael
42d110f3cc Typo fix (#18386) 2018-10-16 09:50:21 -03:00
Beau Carnes
2ca3a2093f Add languages Russian, Arabic, Chinese, Portuguese (#18305) 2018-10-11 03:33:03 +05:30