MCPcopy Create free account
hub / github.com/SR-Sunny-Raj/Hacktoberfest2021-DSA / main

Function main

09. String/MinimumWindowSubstring.cpp:60–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60main()
61{
62 string s = "ADOBECODEBANC";
63 string t = "ABC";
64
65 cout<<"-->Smallest window that contain all character : "<<endl;
66 cout << Minimum_Window(s, t);
67}

Callers

nothing calls this directly

Calls 1

Minimum_WindowFunction · 0.85

Tested by

no test coverage detected