An open API service indexing awesome lists of open source software.

https://github.com/sufiyan33/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.
https://github.com/sufiyan33/data-structure

algorithms binary-search dsa dsa-algorithm dsa-practice graph-algorithms linearsearch linked-list list mergesort queue quickstart recursion stack tree

Last synced: 4 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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