• Skip to primary navigation
  • Skip to content
  • Skip to primary sidebar
  • Skip to secondary sidebar

GoHired

Interview Questions asked in Google, Microsoft, Amazon

Join WeekEnd Online Batch from 4-April-2020 on How to Crack Coding Interview in Just 10 Weeks : Fees just 20,000 INR

  • Home
  • Best Java Books
  • Algorithm
  • Internship
  • Certificates
  • About Us
  • Contact Us
  • Privacy Policy
  • Array
  • Stack
  • Queue
  • LinkedList
  • DP
  • Strings
  • Tree
  • Mathametical
  • Puzzles
  • Graph

BST

Check Binary Tree is Binary Search Tree or not

July 29, 2014 by Dhaval Dave

To search Binary Search Tree
First lets understand characteristics of BST
• The left subtree of a node contains only nodes with keys less than the node’s key.
• The right subtree of a node
… Read More

Filed Under: Interview Questions, problem Tagged With: Binary Search Tree, Binary Tree, BST, tree

Linked List V/S Binary Search Tree

March 19, 2014 by Dhaval Dave

Linked List :

Node(1) -> Node(2) -> Node(3) -> Node(4) -> Node(5) -> Node(6) -> Node(7)
  • In linked list, the items are linked together through a single next pointer.
  • Next Node’s Key Can be larger
… Read More

Filed Under: problem Tagged With: Binary Search Tree, BST, Linked List

Primary Sidebar

Join WeekEnd Online/Offline Batch from 4-April-2020 on How to Crack Coding Interview in Just 10 Weeks : Fees just 20,000 INR

Join WeekEnd Online/Offline Batch from 4-April-2020

WhatsApp us

Secondary Sidebar

Custom Search

  • How I cracked AMAZON
  • LeetCode
  • Adobe
  • Amazon
  • Facebook
  • Microsoft
  • Hacker Earth
  • CSE Interview

Top Rated Questions

Password Predictor

Given array of 0’s and 1’s. All 0’s are coming first followed by 1’s. find the position of first 1

The greedy coins game Dynamic Programming

Diagonal Traversal of Binary Tree

Find if two rectangles overlap

Trapping Rain Water

Sequence Finder Dynamic Programming

Given a sorted array and a number x, find the pair in array whose sum is closest to x

TicTacToe Game As Asked in Flipkart

simple sql injection

Given Set of words or A String find whether chain is possible from these words or not

Common Ancestor in a Binary Tree or Binary Search Tree

Serialise Deserialise N-ary Tree

LeetCode : Word Search

SAP Off Campus Hiring_ March 2015 Sample Questions

Introduction To Number Theory ( Part 1 )

Python Array String

ADOBE Aptitude C Language Test

In Given LinkedList Divide LL in N Sub parts and delete first K nodes of each part

Find and print longest consecutive number sequence in a given sequence in O(n)

Skiing on Mountains Matrix

Practo Hiring Experience

Walmart Labs Interview Experience

Find the element that appears once others appears thrice

Reverse a Linked List in groups of given size

Add Sub Multiply very large number stored as string

Level order traversal in Spiral form

Calculate price of parking from parking start end time prices

Binary Tree in Java

Find an index i such that Arr [i] = i in array of n distinct integers sorted in ascending order.

Copyright © 2025 · Genesis Framework · WordPress · Log in