LeetCode 214: Shortest Palindrome

11 months ago
7

In this video we show how a 'hard' problem is not necessarily hard to understand and deconstruct. We show how it can be split in two basic problems, verifying if a string is palindrome, and one by one starting to build up the prefix until it satisfies.

Solved in Python 3

Blog post here: https://yeah.computer/posts/007-leetcode-214-shortest-palindrome

Loading comments...