feat(curriculum): add linked list operations lab (#65448)

Co-authored-by: Ilenia M <nethleen@gmail.com>
Co-authored-by: majestic-owl448 <26656284+majestic-owl448@users.noreply.github.com>
This commit is contained in:
Hillary Nyakundi
2026-03-10 20:01:55 +03:00
committed by GitHub
parent 521c221276
commit 29979ca3a4
4 changed files with 500 additions and 0 deletions
+6
View File
@@ -3560,6 +3560,12 @@
"Learn about common data structures and how to work with them in JavaScript."
]
},
"lab-linked-list-operations": {
"title": "Implement Linked List Operations",
"intro": [
"In this lab you will implement common linked list operations such as insertion, deletion, and traversal."
]
},
"lab-implement-a-queue": {
"title": "Implement a Queue",
"intro": [