Skip to content

Releases: Rocky-Dewan/Algorithm-Data-structure-Implementations

Algorithm-DataStructure-Implementations

25 Oct 21:36
aa01c87

Choose a tag to compare

Initial Launch: Core Algorithms & Data Structures (v1.0.0)
Release Date: 26 October 2025

We are thrilled to launch the first major release of our Algorithm and Data Structure Implementations repository! This initial version focuses on establishing a robust foundation of core concepts essential for competitive programming and software development.

Highlights of this Release
Fundamental Data Structures: Full implementations of common structures including Linked Lists, Stacks, Queues, Hash Tables, and basic Trees (BSTs).

Sorting Algorithms: Comprehensive set of implementations for Merge Sort, Quick Sort, Heap Sort, and Insertion Sort.

Graph Traversal: Initial implementations for Breadith-First Search (BFS) and Depth-First Search (DFS).

Language Support: Initial implementations primarily in Python and C++.

Future Plans (Coming Soon)
Advanced graph algorithms

Dynamic Programming problem set implementations.

Specialized data structures