• 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

Facebook Interview Question : Interleave List

Find loop in Singly linked list

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

Convert number to words java

Find position of the only set bit

Rectangular chocolate bar Create at least one piece which consists of exactly nTiles tiles

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

N Petrol bunks or City arranged in circle. You have Fuel and distance between petrol bunks. Is it possible to find starting point so that we can travel all Petrol Bunks

Get Minimum element in O(1) from input numbers or Stack

Given a float number convert it into the string WITHOUT using any inbuilt Function

Find next greater number with same set of digits

Maximum difference between two elements s.t larger element appears after the smaller number

Find Percentage of Words matching in Two Strings

Python Dictionaries

Binary Tree in Java

Find two non repeating elements in an array of repeating elements

Fibonacci Hashing & Fastest Hashtable

‘N’ Story Building, with 1,2,3 steps how many ways can a person reach top of building.

Advanced SQL Injection

Apriori algorithm C Code Data Mining

C++ OOPs Part1

TicTacToe Game As Asked in Flipkart

25 horses 5 tracks Find 3 fastest puzzle

C++ OOPs Part2

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

Add Sub Multiply very large number stored as string

1014 Practice Question of New GRE – Princeton

Find Pythagorean Triplets in an array in O(N)

Print Power Set of a Set

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