Article Coding Interview Question: Balanced Binary Tree Coding Interview Question: Given a binary tree, write a function to determine whether the tree is balanced. Click for the solution.
Article Coding Interview Question: Permutations Coding Interview Question: Write a function that returns all permutations of a given list. Click for the solution.
Article Coding Interview Question: Binary Search Tree Verification Coding Interview Question: Given a binary tree, write a function to test if the tree is a binary search tree. Click for the solution.
Article Coding Interview Question: Smallest Change Coding Interview Question: Given an input amount of change x, find the minimum number of coins needed to make that amount of change. Click for the solution.