Practice solutions are grouped by language and topic.
python/problems/holds coding-interview problems.python/data_structures/holds implementations of data structures.python/algorithms/holds reusable algorithms such as sorting and traversal.javascript/preserves the original JavaScript solutions and web experiments.
After adding a Python solution, run it from the repository root with:
python3 python/problems/arrays_hashing/two_sum.pyRun a JavaScript solution from the repository root with:
node javascript/problems/arrays_hashing/twoSum.js