Thank you for this post. This actually resonated with me personally, because I felt like you were describing me in high school. I knew I was smart, I could ace tests easily without studying - and I didnt see the point in trying. And like you have said, I did not know anything about soft skills. No one ever talks about things like this. I feel like there is a disparity between the curriculum in schools and the skills…
Sorry for the diversion, but what is/was it like to be able to ace a test without really studying for it? The only emotion I can ever recall feeling when staring down at an exam is abject fear as every fact I knew drained out of my head. I was always a relatively bright kid, but never super smart. When I worked hard, I got top grades and when I slacked, I didn't. At some point I stopped working hard and drifted throu…
Actually, one of my favorite memories from university is from an algorithms test. We had to find nearest smallest neighbors, or something like that, in O(n lg n) time. Our professor was good, and an algorithms guy, so I was surprised when I realized it could be done with just two sweeps across the list [O(n)]. When I showed him (I was wondering if the question mentioning 'divide and conquer' was a hint or a restriction), he couldn't believe he'd missed it.