• 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

Cisco Hiring Event 21st – 22nd Feb 2015

How strtok() Works

Puzzle : 100 doors in a row Visit and Toggle the door. What state the door will be after nth pass ?

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

Python Array String

Count Possible Decodings of a given Digit Sequence

SAP Off Campus Hiring_ March 2015 Verbal Skills

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

write a c program that given a set a of n numbers and another number x determines whether or not there exist two elements in s whose sum is exactly x

HackeEarth Flipkart’s Drone

Memory Efficient LinkedList

Level order traversal in Spiral form

The greedy coins game Dynamic Programming

SAP Hiring Off-Campus General Aptitude

Wrong Directions given find minimum moves so that he can reach to the destination

Check a String is SUBSEQUENCE of another String Find Minimum length for that ( DNA Matching )

Implement LRU Cache

C++ OOPs Part1

Find shortest distances between every pair of vertices ( Dynamic Programming Floyd Warshall Algorithm)

Sequence Finder Dynamic Programming

flattens 2 D linked list to a single sorted link list

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

strtok()

CodeChef’ RRCOPY

BFS (Breath First Search)

Max Sum in circularly situated Values

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

Print all nodes that are at distance k from a leaf node

SAP Interview Questions

Maximum occurred Smallest integer in n ranges

Copyright © 2025 · Genesis Framework · WordPress · Log in