Algorithms
  • JS Algo
  • Category
    • cracking the coding interview
      fundamentals
      strings
      intermediate
      json
      number
      array
      recursion
      linkedin
      linked list
      stack
      queue
      trees
      patterns
      google
      facebook
      amazon
      dynamic programming
      map
      mozilla
      backtracking
      microsoft
      advance
      closures
      ibm
      misc
      uncategorized
      twitter
      currying
      callbacks
      functional prgramming
      netflix
      puzzles
      matrix
      data structure
      system design
      css
      companies
      timers
      webdev
      veeva
  • Lists
    • Most Liked
  • All Sites
    • Algorithms
    • Artificial Intelligence
    • Excel-Macro
    • Javascript
    • Git
    • Finance
    • Tips & Tricks
    • JS Algorithms
  • Login

Problems

# Title Likes
1

Connect nodes at the same level in a binary tree

0
2

Level order, breadth first search or zig-zag traversal of a binary tree

0
3

Delete all the nodes from a binary tree

0
4

Print nodes at k level from the root in a binary tree

0
5

Find the first common ancestor of two nodes in a binary tree

0
6

Find the in-order successor of a given node in a binary search tree

0
7

Create a bar chart from json

0
8

Determine if a binary tree is a binary search tree

0
9

Given the binary tree create linked lists of the nodes at the same level

0
10

Create a minimal height binary search tree from given sorted array of unique integers

0
11

Determine if a binary tree is balanced

0
12

Binary tree traversal

0
13

Create a binary search tree in javascript

0

Connect nodes at the same level in a binary tree

Level order, breadth first search or zig-zag traversal of a binary tree

Delete all the nodes from a binary tree

Print nodes at k level from the root in a binary tree

Find the first common ancestor of two nodes in a binary tree

Find the in-order successor of a given node in a binary search tree

Create a bar chart from json

Determine if a binary tree is a binary search tree

Given the binary tree create linked lists of the nodes at the same level

Create a minimal height binary search tree from given sorted array of unique integers

Determine if a binary tree is balanced

Binary tree traversal

Create a binary search tree in javascript

  • 1

More Problems

  • Generate all permutations of a given array using backtracking
  • Detect a loop in cyclic/circular linked list
  • String compression using the counts of repeated characters.
  • Binary tree traversal
  • Determine if a binary tree is balanced
  • Check if an element exists in an array, based on that update an array
  • Given a singly linked list find if it is palindrome
  • Given an array of numbers, return array of products of all other numbers

© 2022 Algorithms • Built with GeneratePress