- This event has passed.
7 PM – Intro to Competitive Programming – Darin
April 29, 2025 @ 7:00 pm - 8:00 pm
What We Did Today:
- Reviewed the homework for manipulating Arrays of Strings.
- Learnt how to check for palindromes, and analyzed how to create insertion and deletion operations in-place and out-of-place.
Homework:
Continue in your file named Apr29_StringManipulation2.java, and submit to the google drive: here when you are finished!
// HW
Problem 1 // Create a palindrome checker that works with empty spaces // race car // r a c e c a r Problem 2 // Create a palindrome checker that works with every other character and empty spaces (note you have to check two cases for "every other" character, denoted with the capital letters below) // r B c D c B r - true // R b C d C x R - true
Notes:
You can reach out to me at ddjapri@ayclogic.com if you have any questions!
You can find class notes here.