freeCodeCamp/guide/english/algorithms/search-algorithms
Nitin Chauhan 9de5460b92 Using enumerate in Python while looping (#25221)
* Using enumerate in Python while looping

enumerate follows the zen of Python. enumerate makes the code more readable

* fixed bug in python linear search
2019-01-08 10:02:12 -05:00
..
binary-search Added best case time complexity (#25511) 2018-12-05 10:02:01 +05:30
exponential-search Fixed grammatical errors (#25341) 2018-11-20 14:54:34 +05:30
jump-search Fix code URL & minor issues (#24859) 2018-12-13 23:33:29 -05:00
linear-search Using enumerate in Python while looping (#25221) 2019-01-08 10:02:12 -05:00
searching-linked-lists-versus-arrays fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
index.md fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30