100 Days of Algorithms challenges

Day 5: Strings (Medium)

1. Palindrome Partitioning

Given a string s, partition s such that every substring of the partition is a palindrome. Return all possible palindrome partitioning of s.


2. Longest Palindromic Substring

Given a string s, return the longest palindromic substring in s.

Community|Blog|Youtube|Careers|Contact Us
Have Feedback or want to contribute? Email: hello[@]100DaysOfCode.io
100DaysOfCode@2024