minimum_window_subsequence

package
v1.4.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 14, 2019 License: MIT Imports: 0 Imported by: 0

README

< Previous                  Next >

727. Minimum Window Subsequence (Hard)

[Dynamic Programming] [Sliding Window]

Similar Questions

  1. Minimum Window Substring (Hard)
  2. Longest Continuous Increasing Subsequence (Easy)

Hints

Hint 1 Let dp[j][e] = s be the largest index for which S[s:e+1] has T[:j] as a substring.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL