This repository houses diverse algorithms categorized by Data Structures and Algorithms topics.
- Backtracking: Solutions for backtracking problems.
- GraphAlgorithms: Implementations for graph-related algorithms.
- GreedyAlgorithm: Greedy algorithm solutions.
- Searching: Various searching algorithms.
- SlidingWindow: Implementations using the sliding window technique.
- Sorting: Sorting algorithm solutions.
- Trees: Algorithms related to trees.
- Choose a category folder.
- Add your algorithm implementations.
- Follow coding practices.
- Create a pull request for review.
This project is licensed under the MIT License.