Classic stacks blow up on extreme nesting like 50k (((...))).
My solutions compress consecutive repeats:
- counting_compressed.py → Original idea (list of [char, count])
- parallel_stacks.py → Refined (separate lists → faster)
Both with interactive tester + ignore noise.
