ichael Ouroumis
Courses
Challenges
Blog
🇬🇷
Back to course
Mastering DSA with JavaScript: Code & Conquer Algorithms in Your Browser
/
2.3: Linked Lists
/
Types of Linked Lists (Singly, Doubly, Circular)
Jump to topic:
Node and Linked List Structure
Types of Linked Lists (Singly, Doubly, Circular)
Linked List Operations (Insertion, Deletion, Traversal)
Challenge: Detect a Cycle in a Linked List
Challenge: Merge Two Sorted Linked Lists
Challenge: Reverse a Linked List
Hints
Previous:
Node and Linked List Structure
Next:
Linked List Operations (Insertion, Deletion, Traversal)