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
- Host: GitHub
- URL: https://github.com/khaydarov/cs-labs
- Owner: khaydarov
- Created: 2020-08-02T19:36:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-08T06:23:18.000Z (about 1 month ago)
- Last Synced: 2025-04-08T07:29:19.453Z (about 1 month ago)
- Topics: algorithms-and-data-structures, e-maxx, geekforgeeks, leetcode, sicp-exercises
- Language: Go
- Homepage:
- Size: 476 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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! 💻