Viewing other problems with insights similar to ANY insight of Codeforces 1648C: Tyler and Strings.
-
Codeforces 1860A: Not a Substring
Shared similar insights
- Try to construct two strings with a small overlap, then the given string cannot be a substring of both. by Solarion
- What are the extreme strings of length 2n? (most opposite) by Solarion
- View ALL insights of this problem that are shared
-
USACO 2023 January Contest, Gold: Lights Off
Shared similar insights
- Take advantage of a cycle to avoid rechecking the same bitmask multiple times. Avoid doing repeated work... Ask if you really REALLY need to do something... by tester
- View ALL insights of this problem that are shared
-
Codeforces 1811F: Is It Flower?
Shared similar insights
- Be careful of printing anything BEFORE you read all the input. Be careful of moving on in a while loop if nothing has CHANGED. by mathmastersd
- View ALL insights of this problem that are shared
-
Codeforces 1550B: Maximum Cost Deletion
Shared similar insights
- I had learnt a new approach the minm no. of subarrays of 0 in a binary array in loop if(s i-1!=si) sum++; no of subarrays=sum/2 + 1; by darth_raider
- View ALL insights of this problem that are shared
-
Codeforces 1370D: Odd-Even Subsequence
Shared similar insights
- Be careful of distinguishing the length of a subsequence being even from the length of the ORIGINAL sequence being even. by mathmastersd
- View ALL insights of this problem that are shared
-
Codeforces 1146C: Tree Diameter
Shared similar insights
- When doing a bitmask problem, consider comparing each bit one at a time. When comparing with two numbers, consider the place where the bits first differ by tester
- View ALL insights of this problem that are shared
-
Codeforces 913G: Power Substring
Shared similar insights
- Obviously, yes, you can choose the substring to occur at the start and then fill in the rest of the digits in any way. by Solarion
- View ALL insights of this problem that are shared
Page 1 of 1.
View links to all pages
1About • Privacy Notice • Rules • Problems list • Journal • Your profile • GitHub
Moon Symbol icon by Icons8 • Sun icon by Icons8 • Emojis from Twemoji by Twitter under CC by 4.0