https://github.com/manuarora700/100-days-interview-preparation
⚡️ 100 Days of DS Algo for interview preparation (C++ and Javascript)
https://github.com/manuarora700/100-days-interview-preparation
algorithms algorithms-and-data-structures challenges data-structures
Last synced: 8 months ago
JSON representation
⚡️ 100 Days of DS Algo for interview preparation (C++ and Javascript)
- Host: GitHub
- URL: https://github.com/manuarora700/100-days-interview-preparation
- Owner: manuarora700
- Created: 2022-05-01T11:59:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-15T16:38:35.000Z (about 3 years ago)
- Last Synced: 2024-07-31T19:34:18.664Z (about 1 year ago)
- Topics: algorithms, algorithms-and-data-structures, challenges, data-structures
- Language: JavaScript
- Homepage: https://algochurn.com
- Size: 525 KB
- Stars: 13
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 💯 days of Problem Solving for Tech Interviews

Visit [Algochurn](https://algochurn.com) - For hands on practice and solutions for the coding questions present in this repository.
### Questions taken from:
- [Leetcode](https://leetcode.com)
- [Algoexpert](https://algoexpert.io)
- [Hackerrank](https://hackerrank.com)
- [Cracking The Coding Interview - Book](https://www.crackingthecodinginterview.com/)
⚡️ For the next 100 Days, I'll code at least one problem everyday in Javascript (and maybe C++?). Might as well construct a platform to share the problems and solutions (DID IT - [Algochurn](https://algochurn.com)).
⚡️ Problem statement is in the top - commented. I'll try to put up various solutions to the same problem. (I'm just practicing, right? :))
⚡️ To run the files on your local for ease of use -
1. Install `Code Runner` Extension.
2. `ctrl` + `option` + `n` to run any file in the code.