From e968dd4461cc77a20fe888f4ec87b7016fa236bb Mon Sep 17 00:00:00 2001 From: Ismael Swaleh <105565797+Ismael144@users.noreply.github.com> Date: Thu, 10 Oct 2024 17:54:29 +0300 Subject: [PATCH] Adding the Linked list Queue to DIRECTORY.md file --- DIRECTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DIRECTORY.md b/DIRECTORY.md index 1dd188f69a8..8b7155249b9 100644 --- a/DIRECTORY.md +++ b/DIRECTORY.md @@ -79,6 +79,7 @@ * [Trie](https://github.com/TheAlgorithms/Rust/blob/master/src/data_structures/trie.rs) * [Union Find](https://github.com/TheAlgorithms/Rust/blob/master/src/data_structures/union_find.rs) * [Veb Tree](https://github.com/TheAlgorithms/Rust/blob/master/src/data_structures/veb_tree.rs) + * [Linked List Queue]([https://github.com/TheAlgorithms/Rust/blob/master/src/data_structures/linked_list.rs](https://github.com/Ismael144/Rust-algorithms/blob/master/src/data_structures/queue_using_singly_linked_list.rs)) * Dynamic Programming * [Coin Change](https://github.com/TheAlgorithms/Rust/blob/master/src/dynamic_programming/coin_change.rs) * [Egg Dropping](https://github.com/TheAlgorithms/Rust/blob/master/src/dynamic_programming/egg_dropping.rs)