The project contains solutions for most common problems using JAVA.
-
Reverse the String
src/reversestring
-
Palindrome Checker
src/palindrome
-
Swap two numbers without using third variable
src/swapnumber
-
Generate and print fibonacci sequence
src/fibonacci
-
Check if the number is Prime
src/primechecker