2 min readAlgorithmUsing a Doubly Linked List to Solve Interview Coding ProblemLearn how to use data structures to abstract a problem and solve it using a Doubly Linked List.
3 min readAlgorithmConstructing a Binary tree from its Linked List RepresentationLearn how a binary tree is represented in a list, and how to convert it back a tree from it's list representation.