https://github.com/dzenis-h/data-structures-and-algorithms
JS Interview preparation 👨💻 📊 📋
https://github.com/dzenis-h/data-structures-and-algorithms
algorithms data-structures es6 interview-questions javascript
Last synced: 6 months ago
JSON representation
JS Interview preparation 👨💻 📊 📋
- Host: GitHub
- URL: https://github.com/dzenis-h/data-structures-and-algorithms
- Owner: dzenis-h
- Created: 2023-05-19T04:52:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-01T23:20:21.000Z (almost 3 years ago)
- Last Synced: 2025-03-12T00:45:01.089Z (about 1 year ago)
- Topics: algorithms, data-structures, es6, interview-questions, javascript
- Language: JavaScript
- Homepage: https://codepen.io/biggahd/pen/oNgrMqZ?editors=0010
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# Data Structures and Algorithms for JavaScript Interview Preparation
This repo contains resources and practice problems for data structures and algorithms commonly covered in JavaScript technical interviews - Data structures & Algorithms
// JS Interview preparation 👨💻📊📋
// Almost 2.000 lines of practice code. It might help you. Check it out.
// Check it ot in action and play around ith it -> https://codepen.io/biggahd/pen/oNgrMqZ?editors=0010
## Table of Contents
- [Topics Covered](#topics-covered)
- [Getting Started](#getting-started)
- [Contributing](#contributing)
- [License](#license)
## Topics Covered
The following data structures and algorithms are covered in this Gist:
| Data Structures | Algorithms |
| ----------------- | -------------------- |
| Arrays | Sorting Algorithms |
| Linked Lists | Searching Algorithms |
| Stacks and Queues | |
| Trees | |
| Graphs | |
## Getting Started
To get started with the practice problems, navigate to the desired topic in this Gist. Each topic contains instructions and practice problems.
## Contributing
Contributions are welcome! If you have suggestions for additional topics or practice problems, please leave a comment on this Gist.
## License
This project is licensed under the [MIT License](https://docs.google.com/document/d/11WK7tVoTFRMcWCuGZQCRWxEsDUEJ_6ArtfV-NjWcBCU/edit?usp=sharing).