

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.
2 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.
3 min read