Skip main navigation

New offer! Get 30% off your first 2 months of Unlimited Monthly. Start your subscription for just £35.99 £24.99. New subscribers only. T&Cs apply

Find out more

Constructing a binary search tree part 1

In this video, you’ll explore preorder traversal to construct a binary tree. You will learn revise binary search trees and preorder traversal and practise how to answer interview questions that …

Min stack

In this video, you’ll explore how to answer interview questions about min stack. You will learn more about: stack construction common functionalities.

Two sum

In this video, you’ll explore how to solve a two sum interview question. You will learn more about using a hash table to solve a two sum question. Access the …

How to implement data structures

In this video, you’ll explore how to answer questions relating to data structures in an interview. You will learn tips on how to approach data structure questions in job interviews. …

Graph traversal complexity

In this video, you’ll explore the complexities of graph traversal. You will learn more about the time and space complexity of DFS and BFS.

Tree traversal

In this video, you’ll be introduced to the tree traversal algorithm. You will learn more about: BFS DFS level order inorder preorder postorder. Access the link in the ‘See also’ section …

Binary searching implemented

In this video, you’ll explore how binary searching is implemented. You will learn how to calculate the middle, then calculate the middle element and then all three conditions.