llm-workshop-2025

Heuristic Prompting Activity

Which of the the problem statement speaks to you?

Problem statement 1

Determine whether a finite sequence of symbolic characters exhibits bidirectional symmetry such that the first character corresponds to the last, the second to the penultimate, and so on.

Problem statement 2

If the reversed version of a string is the same as the original, classify it as a palindrome. Use this rule to determine the result.

“level” (reversed) = “level” => Palindrome
“apple” (reversed) = “elppa” => Not-Palindrome