mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
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:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user