Skip to content

Java Basic and Data-Structure-and-Algorithm Questions.

Notifications You must be signed in to change notification settings

Aman-Yadav-1/java_learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a52433d · Aug 28, 2023
Jan 8, 2023
Mar 6, 2023
Aug 28, 2023
Feb 7, 2023
Feb 6, 2023
Feb 9, 2023
Feb 23, 2023
Oct 20, 2022

Repository files navigation

Java : Data Structure & Algorithm

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-

  1. Pattern Questions
  2. Array Questions
  3. Functions
  4. String Question
  5. Stack Questions
  6. OPS : Classes & Objects

References :
     PepCoding : DS L1 Series
     Striver : A2Z DSA Sheet
     ApnaCollege : Java Placement Course
     Geeks for Geeks : Fork Java Programming