Sign in / Register

2. Java Algorithms2. 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.

  • Viewing as an unsigned user.
  • Login to start working on classes.
  • Age: 2023-03-23T09:07:55+0000Age2023-03-23T09:07:55+0000 Status: unknownStatusunknown Updates: unknownUpdatesunknown
  • Armstrong NumbersArmstrong 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.
  • Viewing as an unsigned user.
  • Login to start working on classes.
  • Age: 2023-03-23T09:25:55+0000Age2023-03-23T09:25:55+0000 Status: unknownStatusunknown Updates: unknownUpdatesunknown
  • Isbn VerifierISBN Verifier Check if the provided string is a valid ISBN-10. These normally contain hyphens and look like 3-598-21508-8.
  • Viewing as an unsigned user.
  • Login to start working on classes.
  • Age: 2023-03-23T09:31:40+0000Age2023-03-23T09:31:40+0000 Status: unknownStatusunknown Updates: unknownUpdatesunknown
  • PalindromePalindrome 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.