Skip to content

CipherChaos/Data_Structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures from Grokking Algorithms

This repository contains implementations of various data structures I’ve learned from the book Grokking Algorithms.
Each module is written with clarity and educational value in mind.

Grokking Algorithms


Currently Implemented

  • Stack
  • Queue
  • Linked List
  • Circular Linked List
  • Doubly Linked List

Coming Soon

The following data structures and algorithms will be added as I continue learning:

  • Tree
  • Binary Search Tree (BST)
  • Huffman Tree
  • Dijkstra's Algorithm
  • AVL Tree
  • Heap
  • Graph

Feel free to explore the code and follow along with the learning process. Contributions and feedback are always welcome.

About

A collection of my personal Python practice exercises

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages