https://github.com/sadanandpai/dsa-interview-challenges
A curated list of data structures and algorithms problems along with the solution in JavaScript to crack engineering interviews
https://github.com/sadanandpai/dsa-interview-challenges
algorithms algorithms-and-data-structures data-structures front-end-development interview interview-preparation leetcode
Last synced: 25 days ago
JSON representation
A curated list of data structures and algorithms problems along with the solution in JavaScript to crack engineering interviews
- Host: GitHub
- URL: https://github.com/sadanandpai/dsa-interview-challenges
- Owner: sadanandpai
- License: mit
- Created: 2021-05-01T14:49:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-24T06:59:47.000Z (about 1 year ago)
- Last Synced: 2024-04-13T21:55:51.670Z (about 1 year ago)
- Topics: algorithms, algorithms-and-data-structures, data-structures, front-end-development, interview, interview-preparation, leetcode
- Language: TypeScript
- Homepage: https://dsa-interview-challenges.vercel.app
- Size: 603 KB
- Stars: 335
- Watchers: 5
- Forks: 115
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
DSA Interview Challenges
A curated list of data structures and algorithms problems
along with the solution in JavaScript to crack engineering interviews
![]()
All challenges can be found at DSA Interview Challenges
Show your support by giving a ⭐ to this repo
---
### Usage Guide
Go through [Usage Guide](./USAGE_GUIDE.md) before you start solving. You can also download all the challenges as pdf.
### Running in Local
- `https://github.com/sadanandpai/dsa-interview-challenges.git` Clone the repo
- `cd dsa-interview-challenges/web/` Navigate to the web folder
- `npm i` Install node dependencies
- `npm run dev` Run the project
### Contributing Guide
If you want to contribute, improve or suggest changes to this repo, then check out the [Contributing Guide](./CONTRIBUTING.md)
### Stargazers
[](https://github.com/sadanandpai/dsa-interview-challenges/stargazers)
### Forkers
[](https://github.com/sadanandpai/dsa-interview-challenges/network/members)
### License
This repository is MIT licensed. [Read more](./LICENSE)