This repository is a collection of different algorithms/interview problems and their solutions. Links to specific Algorithms are below.
For most problems I have provided multiple solution attempts. Uncomment each attempt and run the commands below to see the results.
# For JavaScript
node FOLDER_NAME/FILE_NAME.js
OR
# For Python
python FOLDER_NAME/FILE_NAME.py