mgechev / javascript-algorithms

💻 JavaScript implementations of computer science algorithms
https://mgechev.github.io/javascript-algorithms/
MIT License
7.83k stars 1.27k forks source link

Complete "When to use" section && add README.md file in all src/* folders #131

Closed BitYog closed 2 years ago

BitYog commented 6 years ago

Hey @mgechev, I noticed that you have a README.md file in src/sorting, which has the Big O complexity for all algorithms. It also has the "When to use" column, which is blank. Basecs already has many algorithms' explanations, and can be used to fill in this.column. The explanations are valid for most languages and are concise.

Also, a README.md for all src/* folders would be helpful. (I would like to work on this)

mgechev commented 6 years ago

Sounds good!

leomaurodesenv commented 6 years ago

Can have translated to other languages too? I'm Brazilian, i can translate to Portuguese. This javascript-algorithms is pretty good.. can be accessible for anyone.

BitYog commented 6 years ago

@mgechev Thanks! Working on it now. @leomaurodesenv I'm not an expert in languages, but there could be translated versions.

BitYog commented 6 years ago

Due to having done mistakes while commiting big changes, I'm going to resolve this issue by doing small commits, in three phases: