Skip to content

selvamselvam/datastructures-algorithm-java

Repository files navigation

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

About

Data Structures and Algorithms Problems asked during the coding interviews in companies like Amazon, Microsoft, Facebook, LinkedIn, Adobe, Uber, Yahoo, eBay, and etc

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages