+ usaco bronze: introduction to sorting + +
++ I must heed the advice of Colin Galen. I rush trivial problems + because they're boring, then forget an edge case. I get overwhelmed + by hard problems because I don't know how to think. I've been + working on my discipline and thinking but I need to improve a lot. +
++ These problems are too easy but they help me prefer convenient + implementation. It is time to be done with bronze. +
++ Implementation wise, two-pointers boundary conditions trip me up. + Spend more time on problems statements and go for the easiest + solution. +