Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/priyakdey/algodex

Algodex is a comprehensive collection of Data Structures and Algorithms (DSA) resources, solutions, and notes.
https://github.com/priyakdey/algodex

algoexpert algorithms algorithms-and-data-structures data-structures interview-preparation leetcode neetcode workattech

Last synced: 1 day ago
JSON representation

Algodex is a comprehensive collection of Data Structures and Algorithms (DSA) resources, solutions, and notes.

Awesome Lists containing this project

README

        

# Algodex

**Algodex** is a comprehensive collection of Data Structures and Algorithms (DSA) resources, solutions, and
notes. This repository serves as a personal reference for coding problems, conceptual clarity, and
DSA practices across multiple platforms and languages.

## 📁 Repository Structure

The repository is organized into the following folders:

- **LeetCode/**
- Solutions to problems from [LeetCode](https://leetcode.com/).
- **NeetCode/**
- Solutions based on the [NeetCode](https://neetcode.io/) roadmap.
- **[AlgoExpert/](./algoexpert)**
- Solutions for problems from [AlgoExpert](https://www.algoexpert.io/).
- **Notes/**
- Conceptual notes on algorithms, data structures, and problem-solving techniques.
- **CommonDesigns/**
- Implementation of common data structures (e.g., linked lists, trees, graphs) and algorithms (e.g., sorting, searching).

## ✨ Features

- 📜 **Detailed Notes**: Comprehensive notes on DSA concepts.
- 🛠️ **Code Solutions**: Well-documented solutions from popular platforms like LeetCode, NeetCode, and AlgoExpert.
- 💡 **Multi-Language Support**: Code examples in multiple programming languages.

## 🛠️ How to Use

1. Clone the repository:
```bash
git clone https://github.com/priyakdey/algodex.git
```
2. Navigate to the relevant folder to explore solutions or notes.
3. Use the solutions and notes to understand concepts and prepare for coding interviews.

## 📚 Contributing

Feel free to contribute by submitting pull requests for:

- Additional solutions.
- Improved explanations or notes.
- New languages for existing solutions.

## 📜 License

This project and its content is licensed under the MIT License. See the [LICENSE](./LICENSE) file for details.
**This license is not for the questions from different platforms, refer to different platform for actual
license of their content, the reason why questions are not present.**