For a better experience on RandomWits, enable JavaScript in your browser.
RandomWits
life is too short for a diary
Tags
Books
Quotes
Travel
Resources
Tools
Contact
About
On This Page
Posts Tagged: codeforces
Ternary String solution Codeforces - 1354B
Ternary string is an interesting problem that could be solved using two pointers techniques. It's a convenient way to keep track of multiple indices. This helps in making decisions based on two values...
Continue reading →
codeforces
two pointers
java
python