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:
- Find Character Case
- Fahrenheit to Celsius Table
- Total Salary
- Multiplication Table
- Sum of even & odd
- Factors
- Find power of a number
- Square Pattern
- Triangular Star Pattern
- Triangular Number Pattern
- Reverse Number Pattern
- Alpha Pattern
- Character Pattern
- Interesting Alphabets
- Mirror Image Number Pattern
- Inverted Number Pattern
- Star Pattern
- Triangle of Numbers
- Diamond of stars
- Half Diamond Pattern
- Parallelogram Pattern
- Sum pattern
- Odd Square
- 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
- Return Array Sum
- Linear Search
- Arrange Numbers In Array
- Swap Alternate
- Find Unique
- Find Duplicate
- Array Intersection
- Pair Sum
- Triplet Sum
- Sort 0 1
- 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
- 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