Skip to content

Latest commit

 

History

History
86 lines (66 loc) · 1.99 KB

README.md

File metadata and controls

86 lines (66 loc) · 1.99 KB

Data structures and algorithms interview questions

Data Structures and Algorithm Interview Questions for Java Programmers.

  • Import code to IDE
  • Articles in careerdrill.com

Interview Data Structure Algorithm problems

This repositry contain the following datastructure and algorithm source code. It help to prepare the interview.

  • BinarySearch
  • Linear Search
  • Insert, Delete, etc
  • Integer to string
  • Edit distance
  • Merge Sorted using Array
  • Three sum from array
  • Two sum from array
  • Median of two sorted array
  • Word Break in Java
  • QuickSort
  • Most Significant Digit (MSD) radix sort
  • Least Significant Digit (LSD) radix sort
  • Min-heap priority queue
  • Exchange Sort
  • Shell Sort
  • Selection sort
  • Bucket sort
  • Radix sort
  • HashTable
  • Linked List
  • CircularLinkedList
  • DoublyLinkedList
  • SingleLinkedList
  • QueueArray
  • Binary to Decimal
  • Check Palindrome
  • Postfix to Infix
  • Recursive Factorial
  • Reversing
  • Stack
  • BinaryTree
  • RedBlackTree
  • PrefixTree (Trie)

Common Google/Facebook/Microsoft/Amazon coding interview questions

  • Fibonacci
  • LinkedListMiddle element
  • Find Llinkedlist loop
  • Check Palindrome
  • BigOrLittle Endien
  • ReverseString
  • Swapping