Repeat Evolution
232. Implement Queue using Stacks
2 attempts over 409 days. This page compares how the solution size, thinking trace, and stuck markers changed between posts.
Timeline Shape
Bars are normalized inside this problem, so the widest bar is the largest attempt in that metric.
Attempt Gallery
Each card is a daily post, with local deltas from the previous attempt.
Attempt 1 · 16.12.2022
easy232. Implement Queue using Stacks
standard
kotlin
class MyQueue() {
Attempt 2 · 29.01.2024
easy232. Implement Queue using Stacks
compact
kotlin
409 days later
lines -9
chars -145
thoughts 0
Queue by 2 stacks.
What Changed
Compact generated readout from the first and latest attempts.
-9 lines, -145 chars.
0 lines between first and latest attempt.
11 lines, 245 chars.
0 stuck attempts, 0 one-liner attempts.