Grokking the Coding Interview: Patterns for Coding Questions
Ask Author
Back to course home

0% completed

Vote For New Content

Your code fail with this testcase: ("leetspcode", { "leet","eetsp", "code","leetcode" })

lejafilip

Dec 6, 2024

1

14

0

Feb 4, 2025

The solution should use DP with Trie instead of Greedy with Trie.

Kai

Nov 10, 2024

1

20

0

Dec 6, 2024

Python cannot reassign range loop variable values

Steve Ochoa

Oct 27, 2024

1

13

2

Nov 25, 2024

DP or not DP

lestatcheb

Jul 15, 2024

9

47

3

Sep 21, 2025

Iterating backwards and the use of an array are unnecessary

dlflann

Jun 12, 2024

5

29

3

Sep 10, 2025

Test Cases Aren't Broad Enough

Mike

Feb 27, 2024

2

34

1

Jul 24, 2024

With the given test cases, there's an O(n) solution that passes

Lee

Feb 22, 2024

1

50

0

Jan 6, 2025