#linked-lists

[ follow ]
#data-structures
Hackernoon
6 months ago
JavaScript

Augmented Linked Lists: An Essential Guide | HackerNoon

Linked lists are efficient for fast addition of data without resizing the entire array, suitable for write-only data, and organizing data for sequential reads. [ more ]
Medium
3 months ago
JavaScript

Solving the 'Add Two Numbers' Problem on LeetCode-Scala Solutions Walkthrough

Scala is effective for data structures and concurrent programming.
Approach involves summing corresponding digits and managing carry.
Space complexity is O(n) due to creating new nodes for each sum digit. [ more ]
Hackernoon
6 months ago
JavaScript

Augmented Linked Lists: An Essential Guide | HackerNoon

Linked lists are efficient for fast addition of data without resizing the entire array, suitable for write-only data, and organizing data for sequential reads. [ more ]
Medium
3 months ago
JavaScript

Solving the 'Add Two Numbers' Problem on LeetCode-Scala Solutions Walkthrough

Scala is effective for data structures and concurrent programming.
Approach involves summing corresponding digits and managing carry.
Space complexity is O(n) due to creating new nodes for each sum digit. [ more ]
moredata-structures
[ Load more ]