Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mailsg/data-structures-and-algorithms

Algorithms and data structures implemented in JavaScript with explanations.
https://github.com/mailsg/data-structures-and-algorithms

Last synced: 7 days ago
JSON representation

Algorithms and data structures implemented in JavaScript with explanations.

Awesome Lists containing this project

README

        

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)

# 📖 Data Structures and Algorithms

**Data Structures and Algorithms** repo caters to make the learning of DSA a fun activity among peers.

## 🛠 Built With

### Tech Stack

JavaScript

### Key Features

- **Linked Lists**
- **Queues**
- **Stacks**
- **Trees**
- **Heaps**
- **Graphs**
- **Sorting**
- **Searching**

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need **nodejs**. To download **nodejs** visit [nodejs.org](https://nodejs.org/en/download/).

```sh

npm install
node filename.js

```

### Setup

```sh

git clone [email protected]:mailsg/Data-Structures-and-Algorithms.git

cd Data-Structures-and-Algorithms

```

### Run tests

To run tests, run the following command:

```sh
npx hint .
npx eslint "**/*.{js,jsx}"
npx stylelint "**/*.{css,scss}"
```

## 👥 Authors

👤 **Sandeep Ghosh**

- GitHub: [@mailsg](https://github.com/mailsg)
- LinkedIn: [LinkedIn](https://linkedin.com/in/sandeep0912/)

(back to top)

## 🔭 Future Features

- [ ] **Leetcode Challenges**
- [ ] **Hackerrank Challenges**
- [ ] **Live Coding**
- [ ] **Dynamic Programming**
- [ ] **Framework Features**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project kindly star it. This will motivate us to come up with more content.

(back to top)

## 🙏 Acknowledgments

I would like to thank all my peers who made this project possible and also would like to thank the Open Source community for making vast resources available for free.

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)