Add linked list resource (#6608)

Add "Too Many Linked Lists" book to Rust LinkedList resources
pull/6513/head^2
Abdelrahman Omar 3 months ago committed by GitHub
parent 1168ac7fe7
commit 38afa2631f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      src/data/roadmaps/rust/content/101-language-basics/103-data-structures/110-linked-list.md

@ -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/)

Loading…
Cancel
Save