2. Java Algorithms
Second tutorial course demonstrates the substantial interconnection with the real developer environment. It requires basic programming skills and ability to navigate in GitLab.
- You are not signed in.
- Sign in to start working on classes.
-
Armstrong Numbers An Armstrong number is a number that is the sum of its own digits each raised to the power of the number of digits.
- You are not signed in.
- Sign in to start working on classes.
-
ISBN Verifier Check if the provided string is a valid ISBN-10. These normally contain hyphens and look like
3-598-21508-8
.
- You are not signed in.
- Sign in to start working on classes.
-
Palindrome Verifier Palindrome is a number, word or a phrase that reads the same left to right and right to left. Considering only letters and numbers, ignoring other characters and case insensitive.