feat: stuff
This commit is contained in:
@@ -74,7 +74,7 @@ func (s *Substring) CullRight(t Substring) {
|
||||
}
|
||||
}
|
||||
|
||||
func minWindow(s string, t string) string {
|
||||
func MinWindow(s string, t string) string {
|
||||
ss, tt := NewSubstring(s), NewSubstring(t)
|
||||
best_answer := ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user