« All Events
2:30 PM – Intro To Competitive Programming – Gamas
October 7, 2023 @ 2:30 pm - 3:30 pm
Today We Did
- We learned about isPalindrome using List, String and Array.
- We learned about data structure and algorithm
Homework
- Oct7Palindrome.java (don’t forget to upload to google drive)
- Inside create a method boolean isPalindromeIgnoreSpace(String text).
- Create the following program
Enter text for Palindrome check: racecar
racecar is a palindrome
Enter text for Palindrome check: gamas
gamas is not a palindrome
Enter text for Palindrome check: race car
race car is a palindrome