https://www.educative.io/courses/grokking-coding-interview-in-javascript/solution-reorder-list
Learn to reorder a singly linked list by efficiently manipulating links using two-pointer and in-place reversal methods to optimize time and space.
linked listreorderplacemanipulationtechniques
https://dev.to/edemagbenyo/100-days-of-java-day-4-list-manipulation-3cd3
Welcome to Day 4 of the 100 Days of Code challenge! Today, we have an interesting Java code snippet... Tagged with webdev, programming, java, 100daysofcode.
list manipulationdev communitydaysjava
https://www.educative.io/courses/grokking-coding-interview-in-python/introduction-to-in-place-manipulation-of-a-linked-list
Learn how to modify linked lists efficiently using in-place manipulation techniques without extra memory usage. Understand common patterns for coding...
linked listplacemanipulationefficientupdates
https://www.educative.io/courses/complete-guide-to-jquery/project-challenge-2-adding-a-task-in-the-to-do-list
Learn to add tasks with delete and done buttons to a to-do list using jQuery DOM methods in this interactive project challenge.
addingtaskslistusingjquery
https://www.educative.io/courses/grokking-coding-interview-in-python/solution-split-linked-list-in-parts
Learn to split a singly linked list into k parts ensuring size differences of at most one. Handle uneven distribution and NULL parts efficiently.
linked listequal partssplitplacemanipulation