https://github.com/harshshukla2002/javadsa
https://github.com/harshshukla2002/javadsa
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/harshshukla2002/javadsa
- Owner: harshshukla2002
- Created: 2025-03-27T12:45:37.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-17T06:04:55.000Z (about 1 month ago)
- Last Synced: 2025-05-07T06:14:01.850Z (14 days ago)
- Language: Java
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Java DSA
> This is the repo of DSA Questions using java.
---
### Learning Objectives
- Basics of Java like Data Types, Loops, Conditional Operators.
- Also did some basics practice questions.
- Switch and Nested Switch Conditions.
- Taking input in java.
- Overloading in java.
- Learned Functions and how to pass values and VarArgs.
- Learned about Arrays.
- Learning searching algorithms like Linear Search and Binary Search.
- Solved question on these algorithms.
- Learned Sorting algorithms.
- Learned Recursions.---
You can access [notes](https://lapis-loaf-3c1.notion.site/Java-DSA-Notes-1c20991dce8f80d9a452d5207d05a741) here. Just Basics Notes not everything is mentioned only few things.