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

https://github.com/khaydarov/cs-labs

Algorithms and Data Structure implementations, Leetcode problem solutions
https://github.com/khaydarov/cs-labs

algorithms-and-data-structures e-maxx geekforgeeks leetcode sicp-exercises

Last synced: about 1 month ago
JSON representation

Algorithms and Data Structure implementations, Leetcode problem solutions

Awesome Lists containing this project

README

        

# LeetCode and Algorithm Solutions Repository

## Overview
This repository contains my curated solutions and implementations related to algorithms and data structures. It serves as a comprehensive collection for practicing coding problems and understanding core concepts in computer science.

## Repository Structure

- **Basic Algorithms**: Implementations of fundamental algorithms such as sorting, searching, recursion, and more.

- **Data Structures**: Implementations of essential data structures including arrays, linked lists, stacks, queues, trees, graphs, and hash tables.

- **E-maxx Algorithms**: Implementations of advanced algorithms inspired by [e-maxx.ru](https://e-maxx.ru), covering topics like dynamic programming, number theory, and graph algorithms.

- **GeeksforGeeks Exercises**: Solutions to problems from [GeeksforGeeks](https://www.geeksforgeeks.org/), helping to strengthen algorithmic thinking.

- **LeetCode Solutions**: My solutions to a variety of coding problems from [LeetCode](https://leetcode.com/), categorized by difficulty and topic.

## How to Use
1. **Clone the Repository:**
```bash
git clone https://github.com/khaydarov/cs-labs.git
```
2. **Navigate through folders** to explore different algorithm and data structure implementations.
3. **Run the code** in your preferred IDE or environment to test and understand the solutions.

## Technologies Used
- Programming Languages: Golang, JavaScript, PHP
- Tools: IDEs like VSCode, PyCharm, or IntelliJ

## Contribution
This repository is primarily for personal learning and growth. However, feedback and suggestions are welcome!

## License
This project is open-source and available under the MIT License.

---

Happy Coding! 💻