javacodes icon indicating copy to clipboard operation
javacodes copied to clipboard

A repository that will guide in making your first contribution.

Results 60 javacodes issues
Sort by recently updated
recently updated
newest added

### Issue Description: I would like to request the addition of code in the "LinkedList" folder of this repository to implement various LinkedList operations. These operations will enhance the functionality...

Add Java Program to Find LCM of two Numbers

good first issue
Java
Hacktoberfest-Accepted

Add Java Program to print inverted pyramid using * and digits ![image](https://user-images.githubusercontent.com/67040886/153823085-c1cf60c9-4a37-4fc2-910a-a227aa873d89.png)

good first issue
Java
Hacktoberfest-Accepted

**Java Program** to check whether a given number is **Peterson or not** through a Java program. ### Peterson Number A number is said to be Peterson if the sum of...

good first issue
Java
Hacktoberfest-Accepted

Java program to convert a given binary tree to doubly linked list ![image](https://user-images.githubusercontent.com/67040886/154523853-c1aec860-2fff-4a61-a68d-22667d8d5ef9.png) ![image](https://user-images.githubusercontent.com/67040886/154523877-4f1bc7b1-c411-40f4-8cbe-e84e969750ae.png)

good first issue
Java
Hacktoberfest-Accepted

**Write a JAVA Program to find the given number is spy or not** A number whose sum of the digits of is equal to the product of its digits is...

good first issue
Java
Hacktoberfest-Accepted

Best time to sell stocks question added in array folder.

Removes not needed imports and adds class to a package.

Add Java Program to Multiply two Floating Point Numbers

good first issue
Java