Not really, but sorta.
I finally figured out, ten years late in my career, that I need brush up on theory and just do side projects. Even if I'm no good at it.
Starting with coding up data structures and algorithms. In C++.
This past week, I did a basic doubly linked list (at least, I think... I'll need to check it against what I find in Google) and then will do a queue and stack, derived from the linked list. I'll also start binary search tree this week.
I've also begun reading up on Java 7 and need to start a project with it.
I finally figured out, ten years late in my career, that I need brush up on theory and just do side projects. Even if I'm no good at it.
Starting with coding up data structures and algorithms. In C++.
This past week, I did a basic doubly linked list (at least, I think... I'll need to check it against what I find in Google) and then will do a queue and stack, derived from the linked list. I'll also start binary search tree this week.
I've also begun reading up on Java 7 and need to start a project with it.
Comments
Post a Comment