https://github.com/mulzahrian/algorithm_challenge_pap
https://github.com/mulzahrian/algorithm_challenge_pap
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mulzahrian/algorithm_challenge_pap
- Owner: mulzahrian
- Created: 2022-02-09T06:35:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-02T03:11:26.000Z (about 3 years ago)
- Last Synced: 2025-02-14T20:45:14.026Z (3 months ago)
- Language: Java
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# algorithm_challenge_pap
### PHONEBOOK
On my phonebook, I selected three users as previously defined
in this program I use only If else Selection to filter usernames
the phone number if there is no it will immediately redirect to the User Name Not Found### ANAGRAM
in the first anagram I use the if else selection to determine whether there is a value or not and the length of x, y and the value is the same or not and then compare it letter by letter by looping from the previous value
### PALINDROM
For Palindrom here I only use while to loop and then check the value so that I can find words with the same phrase in front and behind