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

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 👨‍💻 📊 📋

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).