An open API service indexing awesome lists of open source software.

https://github.com/harshshukla2002/javadsa


https://github.com/harshshukla2002/javadsa

Last synced: 14 days ago
JSON representation

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.