Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-24T06:59:47.000Z (8 months ago)
- Last Synced: 2024-04-13T21:55:51.670Z (7 months 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
[![Stargazers repo roster for @sadanandpai/dsa-interview-challenges](https://reporoster.com/stars/sadanandpai/dsa-interview-challenges)](https://github.com/sadanandpai/dsa-interview-challenges/stargazers)
### Forkers
[![Forkers repo roster for @sadanandpai/dsa-interview-challenges](https://reporoster.com/forks/sadanandpai/dsa-interview-challenges)](https://github.com/sadanandpai/dsa-interview-challenges/network/members)
### License
This repository is MIT licensed. [Read more](./LICENSE)