Skip to content

Commit e413665

Browse files
committed
Follow contribution guidelines
1 parent d8f9bd2 commit e413665

File tree

3 files changed

+148
-61
lines changed

3 files changed

+148
-61
lines changed

DIRECTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
* [Graph](https://github.com/TheAlgorithms/Rust/blob/master/src/data_structures/graph.rs)
6565
* [Hash Table](https://github.com/TheAlgorithms/Rust/blob/master/src/data_structures/hash_table.rs)
6666
* [Heap](https://github.com/TheAlgorithms/Rust/blob/master/src/data_structures/heap.rs)
67+
* [KD Tree](https://github.com/TheAlgorithms/Rust/blob/master/src/data_structures/kd_tree.rs)
6768
* [Lazy Segment Tree](https://github.com/TheAlgorithms/Rust/blob/master/src/data_structures/lazy_segment_tree.rs)
6869
* [Linked List](https://github.com/TheAlgorithms/Rust/blob/master/src/data_structures/linked_list.rs)
6970
* Probabilistic

0 commit comments

Comments
 (0)