Skip to content

Commit

Permalink
update indices
Browse files Browse the repository at this point in the history
  • Loading branch information
ghimiresdp committed Sep 15, 2024
1 parent 85284ef commit 447604c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cargo test --bin huffman
2. **Singly Linked Lists**
- [Add two linked list](./data-structures/ds101_linked_list_add.rs) `cargo run --bin ds101`
3. [**Doubly Linked Lists**](./data-structures/doubly_linked_list.rs) `cargo run --bin doubly_linked_list`
4. **Stacks**
4. [**Stacks**](./data-structures/stack.rs) `cargo run --bin stack`
5. **Queues**

### [1.2. **Complex Data Structures**](data-structures/)
Expand Down

0 comments on commit 447604c

Please sign in to comment.