Java-Jet
Java-Jet copied to clipboard
This repository contains simple Java concepts that I learnt during the course:mag_right: :mag_right:
Here is my contribution to the problem Middle elements #132, Please review and let me know for any further changes.
this is an iterative java program to check whether the given string (non-case-sensitive) is a palindrome or not.
Added a Java solution for the given problem
#74 , #73 , #70 , #67
You need to write a simple Java program to check if a given String is palindrome or not. A Palindrome is a String which is equal to the reverse of...
Java Code for #109
My first contribution to the open-source @ShivangiSingh17
Write a program to find repeated characters in a String. For example, if given input to the program is "Monitor", it should print all duplicates characters, i.e. characters appear more...