- Learnt About Git and GitHub
- Introduction To Programming Languages
- Types of Programming Languages
- Proceedural Language
- Functional Language
- Objected Oriented Language
- Memory Management
- Stack and Heap Memory
- Flow of Programs
- Flowcharts
- Pseudo Code
- Intro To Java
- Architecture
- Installation
- Input/ Output in Java
- Data Types
- Type Conversion and Casting
- Loops
- For
- While
- Do While
- Nested Loops
- Conditionals
- If
- Else
- Else If
- Nested If, Else, Else If
- Switch
- Solved Some Basic Problems
- Functions
- Solved Some Questions related to Functions
- Number of Good Pairs
- How Many Numbers Are Smaller Than the Current Number
- Create Target Array in the Given Order
- Check if the Sentence Is Pangram
- Binary Search
- Agnostic Binary Search plus Optimization
- Find Numbers with Even Number of Digits
Code the following Sorting Algo's
- Bubble Sort
- Selection Sort
Code the following Sorting Algo's
- Insertion Sort
- Cyclic Sort