Data Structure Libraries and Algorithms implementation in Dart
[
- Infix to Postfix
- Infix to Prefix
- Infix Evaluation
- Queue (Array Implementation)
- LinkedList
- Shuffle (Using Fisher-Yates (Knuth) shuffling algorithm)
- Binary Search Tree
- Binary Heap
- Min Heap
- Max Heap
- Red Black Tree
- Search
- Vertical Order Traversal of Tree
- Order Statistics of Tree
- Red Black Tree Deletion
- B-Tree
- Deque using circular array
- Tree Varient
- Graph Varient
- cocktail sort
- gnome sort
- comb sort
- odd-even sort
- counting sort
Feel Free to contribute.
Please follow standard Dart Guidelines.