trekhleb / javascript-algorithms

📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
MIT License
185.03k stars 29.84k forks source link

Binary Search file, comment typo #1064

Open khushhalgarg112 opened 10 months ago

khushhalgarg112 commented 10 months ago

In Binary Search Code file line number 14 have a typo. Here name of the function should be lessThan() not lessThen()

ir3ne commented 9 months ago

I've opened a pr for this typo: #1079

rondales commented 8 months ago

In Binary Search Code file line number 14 have a typo. Here name of the function should be lessThen

rondales commented 7 months ago

In Binary Search Code file line number 14 have a typo. Here name of the function should be lessThen