This repo includes all java problems for Coding Ninja Java Fundamental course. Please give a star in this repo if you like it.
This repo includes:
- Getting Started with Java
- Conditionals and Loops
- Find Character Case
- Fahrenheit to Celsius Table
- Total Salary
- Multiplication Table
- Sum of even & odd
- Factors
- Find power of a number
- Patterns - 1
- Square Pattern
- Triangular Star Pattern
- Triangular Number Pattern
- Reverse Number Pattern
- Alpha Pattern
- Character Pattern
- Interesting Alphabets
- Patterns - 2
- Mirror Image Number Pattern
- Inverted Number Pattern
- Star Pattern
- Triangle of Numbers
- Diamond of stars
- Half Diamond Pattern
- Parallelogram Pattern
- Sum pattern
- Odd Square
- Operators & For Loop
- Nth Fibonacci Number
- All Prime Numbers
- Sum or Product
- Terms of AP
- Reverse of a number
- Binary to decimal
- Decimal to Binary
- Square Root (Integral)
- Check Number sequence
- Functions & Scope
- Arrays - 1
- Return Array Sum
- Linear Search
- Arrange Numbers In Array
- Swap Alternate
- Find Unique
- Find Duplicate
- Array Intersection
- Pair Sum
- Triplet Sum
- Sort 0 1
- Arrays 2
- Code Binary Search
- Selection Sort
- Code Bubble Sort
- Code Insertion Sort
- Code Merge Two Sorted Arrays
- Push Zeros to end
- Rotate array
- Second Largest in array
- Check Array Rotation
- Sort 0 1 2
- Sum of Two Arrays
- Strings
- Count Words
- String Palindrome
- All substrings
- Reverse String Wordwise
- Check Permutation
- Remove Consecutive Duplicates
- Reverse Each Word
- Remove character
- Highest Occuring Character
- Compress the String
- Two Dimensional Arrays