Skip to content

Latest commit

 

History

History
33 lines (31 loc) · 561 Bytes

README.md

File metadata and controls

33 lines (31 loc) · 561 Bytes

Data-Structure

Hi, I have started a series of Data Structure and algorithms where added all the possible questions (which asked in interviews.), solutions with code & steps. Do check out now.

Algorithms :

  • Searching
    • Linear Search
    • Binary Search
  • Sorting
    • Bubble sort
    • Selection sort
    • Insertion sort
    • Cyclic sort
    • Quick sort
    • Merge sort
  • Recursion
  • Backtracking
  • Greedy
  • Bitwise
  • Matchmatical

Data Structures

  • Array
  • Strings
  • ArrayList
  • LinkedList
  • Matrix
  • Queue
  • Stack
  • Hash
  • Heap
  • Tree
  • Graph