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.
- Host: GitHub
- URL: https://github.com/sufiyan33/data-structure
- Owner: Sufiyan33
- Created: 2023-06-19T11:08:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T06:25:41.000Z (11 months ago)
- Last Synced: 2025-01-13T12:22:28.791Z (5 months ago)
- Topics: algorithms, binary-search, dsa, dsa-algorithm, dsa-practice, graph-algorithms, linearsearch, linked-list, list, mergesort, queue, quickstart, recursion, stack, tree
- Language: Java
- Homepage:
- Size: 465 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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