• 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

Max Sum in circularly situated Values

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

Regular Expression Matching

CodeChef’ RRCOPY

C++ OOPs Part1

Given a string, find the first character which is non-repetitive

Add Sub Multiply very large number stored as string

Printing Longest Common Subsequence

Sort an array according to the order defined by another array

Password Predictor

Find loop in Singly linked list

Word Break Problem

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

Level order traversal in Spiral form

Search element in a matrix with all rows and columns in sorted order

25 horses 5 tracks Find 3 fastest puzzle

Possible sizes of bus to carry n groups of friends

Mirror of Tree

BlueStone E-commerce Interview Experience

Print Power Set of a Set

Find Percentage of Words matching in Two Strings

K’th Largest Element in BST when modification to BST is not allowed

Daughter’s Age VeryGood Puzzle

Code Chef PRGIFT Solution

Python Array String

HackeEarth Flipkart’s Drone

Inorder and Preorder traversals of a Binary Tree given. Output the Postorder traversal of it.

DFS (Depth First Search)

Interfaces in C++ (Abstract Classes in C++)

Difference between a LinkedList and a Binary Search Tree BST

Copyright © 2025 · Genesis Framework · WordPress · Log in