Solutions in Java for mathematical and common problems.
- Write a program for reversing a string
- Given input should not be cast to string, StringBuilder, or StringBuffer.
- Write a program for the nic-noc game
- Two people can play it with cmd
- Write a program for finding possible queens in a chessboard
- Solution should rely on a simple approach
- Program needed to convert Roman numbers to natural numbers
- Write a program that should check two numbers in golden ratio or not
- Divide a line into two segments based on Phi
- Write a program for reversing a linked list
- Remove spaces in the string
- Write a program for find factorial
- Write a program for find string is palindrome or not
- Write a program for finding second largest element
- Create a pyramid by printing to console
- Write a program to find the first unrepeated in the string
- Write a program to compare two strings
- Write a program to check number is prime or not
- Write a program for binary search
- Write a program to check numbers in string
- Write a program to check vowels in a string
- Write a program to find distinct values in String