TopCoder

TopCoder SRM 701 SortingSubsets

TopCoder Statistics - Problem Statement This problem is short. Note that we just need to count the count of number's positions to change. We don't care the number of moves we did. So we sort the original array, compare it to the original a…

TopCoder SRM 701 SquareFreeString

TopCoder Statistics - Problem Statement This problem is Easy. Note that write clean and easy-reading code, do not use much tricky. Because it may cause some bugs that can not be found easily. For each substring, compare the first half of t…