Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aman-yadav-1/java_learning
Java Basic and Data-Structure-and-Algorithm Questions.
https://github.com/aman-yadav-1/java_learning
algorithms apna-college array data-structures data-structures-and-algorithms dsa-algorithm geeksforgeeks java java-data-structure linked-list pattern-questions pepcoding pepcoding-level-1 stack string striver striver-a2z-sheet
Last synced: about 17 hours ago
JSON representation
Java Basic and Data-Structure-and-Algorithm Questions.
- Host: GitHub
- URL: https://github.com/aman-yadav-1/java_learning
- Owner: Aman-Yadav-1
- Created: 2022-10-20T11:34:50.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-28T04:47:46.000Z (over 1 year ago)
- Last Synced: 2023-08-28T04:57:10.048Z (over 1 year ago)
- Topics: algorithms, apna-college, array, data-structures, data-structures-and-algorithms, dsa-algorithm, geeksforgeeks, java, java-data-structure, linked-list, pattern-questions, pepcoding, pepcoding-level-1, stack, string, striver, striver-a2z-sheet
- Language: Java
- Homepage:
- Size: 780 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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