2 min read
Using a Doubly Linked List to Solve Interview Coding Problem
Learn how to use data structures to abstract a problem and solve it using a Doubly Linked List.
3 min read
Constructing a Binary tree from its Linked List Representation
Learn how a binary tree is represented in a list, and how to convert it back a tree from it's list representation.