I didn't understand the type1 and type2 part where t[0] is compared to s[i].What sequence is t?Is it BGBG.... or GBGB.... and why only compare it to t[0] and not with t[i]?
↧
I didn't understand the type1 and type2 part where t[0] is compared to s[i].What sequence is t?Is it BGBG.... or GBGB.... and why only compare it to t[0] and not with t[i]?