An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

# 💯 days of Problem Solving for Tech Interviews

landing

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.