1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 04:59:50 +02:00

Add linked list resource (#6608)

Add "Too Many Linked Lists" book to Rust LinkedList resources
This commit is contained in:
Abdelrahman Omar
2024-08-17 13:58:54 +03:00
committed by GitHub
parent 1168ac7fe7
commit 38afa2631f

View File

@@ -5,3 +5,4 @@ The **Linked List** in Rust is a sequence of nodes where each node consists of a
Learn more from the following links:
- [@official@LinkedList in std::collections - Rust](https://doc.rust-lang.org/std/collections/struct.LinkedList.html)
- [@opensource@Too Many Linked Lists](https://rust-unofficial.github.io/too-many-lists/)