What is Data Structure & Why learn it?
A data structure is a named location that can be used to store and organize data.
And, an algorithm is a collection of steps to solve a particular problem.
Learning data structures and algorithms allow us to write efficient and optimized computer programs.
In this repository I have uploaded and implemented various DSA questions in java.
It contains 150+ codes of-
- Pattern Questions
- Array Questions
- Functions
- String Question
- Stack Questions
- OPS : Classes & Objects
References :
PepCoding : DS L1 Series
Striver : A2Z DSA Sheet
ApnaCollege : Java Placement Course
Geeks for Geeks : Fork Java Programming