Transitioning to Colemak: My Experience

A month ago, I decided to fully switch to the Colemak keyboard layout. Until then, I had been typing on QWERTY and didn’t know how to type with all ten fingers. Now, I can type at a speed of about 30 words per minute. Why did I decide to make this change? I’m digitizing my […]

Hackerrank – Super Reduced String

Hackerrank – Problem Statement A description of the problem can be found on Hackerrank. Solution I created an accumulator with initial value as empty string. I iterated through each character and updated the accumulator if an actual character is equals to last accumulator character, delete this character from the accumulator else append the character to […]