Data structures and Algorithm implementation using Golang for study and review with Claude.
- ArrayList (Dynamic Array)
- SinglyLinkedList
- DoublyLinkedList
- CircularLinkedList
- ArrayStack
- LinkedStack
- ArrayQueue
- LinkedQueue
- CircularQueue
- Deque (Double-ended Queue)
- PriorityQueue
- BinaryTree (basic)
- BinarySearchTree (BST)
- AVLTree (self-balancing)
- RedBlackTree
- Trie (Prefix Tree)
- Heap (MinHeap, MaxHeap)
- B-Tree
- Segment Tree
- HashMap
- HashSet
- BloomFilter
- AdjacencyMatrix
- AdjacencyList
- WeightedGraph