• 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

Java

Best Java Book | Top Java Programming Book for Beginners

August 26, 2016 by Dhaval Dave

Best Java Books

best java programming books

Being certified Java programmer SE 7, Enterprise Edition ( EE ) Application, etc. from Oracle & ex-Developer at Oracle, I can refer some of the best java books for learning.

Why Java?  Java is most … Read More

Filed Under: Interview Questions, problem, Uncategorized Tagged With: Java

Convert number to words java

May 19, 2015 by Dhaval Dave

Write a code to Convert number to words . example  ip 15  op : fifteen

ip : 1234  op : one thousand and thirty four

Algorithm : When we detect a number at any place … Read More

Filed Under: Flipkart Interview Questions, Hacker Earth Questions, Interview Questions, problem Tagged With: Java, string

Binary Tree in Java

April 9, 2015 by Dhaval Dave

How to write Binary Search Tree Code in Java with proper class structure and methods.

Here is the implementation of Binary Search Tree in Java.
Class Structure, Get Set Methods, Binary Tree Operation, Pre-Post-InOrder code … Read More

Filed Under: Interview Questions, problem Tagged With: Java

Binary Tree in Java

March 19, 2014 by Dhaval Dave

Implementation of Binary Tree in Java Language.

import java.io.*;
import java.util.*;
class Node
   {
   public int iData;              // data item (key)
   public double dData;           // data item
   public Node leftChild;         // this node's left child
   
… Read More

Filed Under: problem Tagged With: Binary Tree, Java

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

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

Edit Distance ( Dynamic Programming )

Find Percentage of Words matching in Two Strings

Regular Expression Matching

C Program for TAIL command of UNIX

Maximum of all subarrays of size k

Sequence Finder Dynamic Programming

Find min element in Sorted Rotated Array (Without Duplicates)

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

Circular Linked List

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

Trie Dictionary

Hackerearth : Counting Subarrays

CodeChef Code SGARDEN

Printing each word reverse in string

Find min element in Sorted Rotated Array (With Duplicates)

Daughter’s Age VeryGood Puzzle

Python String and numbers

Implement a generic binary search algorithm for Integer Double String etc

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

Reversal of LinkedList

Walmart Labs Interview Experience

C++ OOPs Part1

Printing Longest Common Subsequence

LeetCode: Binary Tree Maximum Path Sum

Knight Tour Problem (Graph – Breadth First Search)

Find position of the only set bit

Binary Tree Isomorphic to each other

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

Copyright © 2026 · Genesis Framework · WordPress · Log in