Algorithms Tutorials Page 5

Find the closest element to a target value in a binary search tree

Find the closest element to a target value in a binary search tree

Algorithms1 mins read
Design and implement a data structure for Least Recently Used (LRU) cache

Design and implement a data structure for Least Recently Used (LRU) cache

Algorithms1 mins read
Convert Sorted Array to Balanced Binary Search Tree

Convert Sorted Array to Balanced Binary Search Tree

Algorithms1 mins read
Given a binary tree, determine if it is height-balanced

Given a binary tree, determine if it is height-balanced

Algorithms1 mins read
Symmetric Binary Tree (Mirror image of itself) problem

Symmetric Binary Tree (Mirror image of itself) problem

Algorithms1 mins read
Identical Binary Trees (Same Tree) problem

Identical Binary Trees (Same Tree) problem

Algorithms1 mins read
Valid Parentheses problem

Valid Parentheses problem

Algorithms1 mins read
Merge Two Sorted Linked Lists

Merge Two Sorted Linked Lists

Algorithms1 mins read
Binary Search Implementation (Iterative and Recursive)

Binary Search Implementation (Iterative and Recursive)

Algorithms1 mins read
Search an element in a sorted 2d Matrix

Search an element in a sorted 2d Matrix

Algorithms1 mins read