Leetcode 76 Minimum Window Substring
The problem link https://leetcode.com/problems/minimum-window-substring/
I use the sliding window method.
you can drag the pointers. the bottom one is the right pointer which means it can only in the right side.
you can also change the string s and t.
Click the solve button to see how the algorithm work!
Status | Released |
Platforms | HTML5 |
Author | Alexander5421 |
Genre | Educational, Puzzle |
Made with | Unity |
Tags | 2D, Unity |
Leave a comment
Log in with itch.io to leave a comment.