Go to file
2024-12-08 02:17:28 +03:00
src a persistent immutable linked list made with Arcs (can be replaced with Rcs) (chapter 3) 2024-12-08 02:17:28 +03:00
.gitignore initial commit, project setup 2024-12-07 23:48:03 +03:00
Cargo.lock initial commit, project setup 2024-12-07 23:48:03 +03:00
Cargo.toml initial commit, project setup 2024-12-07 23:48:03 +03:00
README.md initial commit, project setup 2024-12-07 23:48:03 +03:00

Linked List exercises

mostly follows Learn Rust With Entirely Too Many Linked Lists book