A curated collection of coding challenges.
Whether you're gearing up for an interview or simply enjoy exploring data structures and algorithms, I hope this compilation serves as a valuable resource.
root
- Explore
collections.jsfor essential data structures, accessible at collectionsjs.com. - Write and test your code in
index.js. - If using LiveServer with VSCode, leverage
index.htmlfor interactive browser-based output display. (Optional for Node.js users.) - Consider using
template.jsas a guide for structuring your solutions.
- Challenges
- Navigate through subfolders containing diverse coding challenges, each accompanied by problem statements and examples.
- Attempt the challenges in index.js before referring to my solutions.
Wishing you the best of luck on your coding journey!