wisdompeak / LeetCode

This repository contains the solutions and explanations to the algorithm problems on LeetCode. Only medium or above are included. All are written in C++/Python and implemented by myself. The problems attempted multiple times are labelled with hyperlinks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Leetcode 87 solution can not pass currently

zhfkt opened this issue · comments

commented

It failed on the following Test Case (286 / 288 passed):

"eebaacbcbcadaaedceaaacadccd"
"eadcaacabaddaceacbceaabeccd"

I checked we may use 3-dim dp or memory recursion instead on this solution

谢谢提醒,已经更新代码。