| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 071fc15 commit 2596685
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,7 +7,12 @@ | |||
| 7 | 7 | * [Basic Binary Tree](https://github.com/TheAlgorithms/Dart/blob/master/data_structures/binary_tree/basic_binary_tree.dart) | |
| 8 | 8 | * Hashmap | |
| 9 | 9 | * [Hashing](https://github.com/TheAlgorithms/Dart/blob/master/data_structures/HashMap/Hashing.dart) | |
| 10 | + * Heap | ||
| 11 | + * Binary Heap | ||
| 12 | + * [Min Heap](https://github.com/TheAlgorithms/Dart/blob/master/data_structures/Heap/Binary_Heap/Min_Heap.dart) | ||
| 10 | 13 | * [Linked List](https://github.com/TheAlgorithms/Dart/blob/master/data_structures/linked_list.dart) | |
| 14 | + * Stack | ||
| 15 | + * [Array Stack](https://github.com/TheAlgorithms/Dart/blob/master/data_structures/Stack/Array_Stack.dart) | ||
| 11 | 16 | ||
| 12 | 17 | ## Graphs | |
| 13 | 18 | * [Nearest Neighbour Algorithm](https://github.com/TheAlgorithms/Dart/blob/master/graphs/nearest_neighbour_algorithm.dart) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments