Problems # Title Likes 1 Find the in-order successor of a given node in a binary search tree 0 2 Distinct ways to reach the n’th stair 0 3 Tower of hanoi 0 4 Determine if a binary tree is a binary search tree 0 5 Given the binary tree create linked lists of the nodes at the same level 0 6 Word break problem dynamic programming 0 7 Flatten nested array javascript 0 8 Generate all permutations of a given array using backtracking 0 9 Create a minimal height binary search tree from given sorted array of unique integers 0 10 Binary tree traversal 0 11 Fibonacci sum for the given number 0 12 Calculate the average of a nested array 0 Find the in-order successor of a given node in a binary search tree Distinct ways to reach the n’th stair Tower of hanoi Determine if a binary tree is a binary search tree Given the binary tree create linked lists of the nodes at the same level Word break problem dynamic programming Flatten nested array javascript Generate all permutations of a given array using backtracking Create a minimal height binary search tree from given sorted array of unique integers Binary tree traversal Fibonacci sum for the given number Calculate the average of a nested array 1