https://github.com/klus3kk/algorithm-encyclopedia
Repository of fundamental algorithms and data structures.
https://github.com/klus3kk/algorithm-encyclopedia
Last synced: 5 months ago
JSON representation
Repository of fundamental algorithms and data structures.
- Host: GitHub
- URL: https://github.com/klus3kk/algorithm-encyclopedia
- Owner: Klus3kk
- Created: 2023-10-21T21:58:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-31T17:17:28.000Z (11 months ago)
- Last Synced: 2025-01-10T02:48:10.713Z (6 months ago)
- Homepage:
- Size: 447 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algorithms Encyclopedia
## Description
This repository is designed to help master the fundamental algorithms and data structures that are essential for technical interviews, competitive programming, and general problem-solving in computer science.In this repository, you will find implementations and explanations of various algorithms and data structures categorized by their types. Each algorithm includes a detailed description, time and also space complexity analysis.
## Categories covered
* Notations
* Recursion
* Sorting Algorithms
* Arrays and Strings
* Hashmaps and Sets
* Linked Lists
* Stacks and Queues
* Trees and Graphs
* Heaps
* Greedy Algorithms
* Binary Search
* Backtracking
* Dynamic Programming
* Bit Manipulation
* Intervals
* Graph Algorithms
* String Algorithms
* Miscellaneous Important Algorithms...and more!!