Important: Pick One Language for the Coding Interview
I wanted to clarify the programming language requirement for the interview. I was under the impression that I needed C++ or Java to do the interview, »
I wanted to clarify the programming language requirement for the interview. I was under the impression that I needed C++ or Java to do the interview, »
I needed this for myself, and Googled around but didn't find anything satisfactory, but now after a little work, I'm all set with Valgrind. Wouldn't you »
Bitwise operations are a very weak spot for me. ANDing, ORing, and XORing (huh?) bits hasn't really been anything I can say I've needed to do, »
I thought binary search was just good for sorted arrays, but this article on TopCoder was really good. It got me thinking of all sorts of »
I'm working on queues today. I'm implementing a queue using a fixed-size array, and also using a linked list. These are the four operations each will »
I ended up with 2 implementations of linked lists in C, an object-oriented approach in C++ (with templates!), and followed up with a smaller OO implementation »
Yesterday I started on linked lists, and this one looks like it will go 2-3 days. I started off with a nice C implementation, with many »
I've been continuing my studies in computer science by implementing a vector (automatically resizing array) without using arrays. I started with C, and wanted to get »
Just wanted to drop in with a status update. I'm getting through the book and doing some exercises along the way. It's challenging, yet fun. So »
So I've completed all the work needed for my business, and there are good people in place to keep it running smoothly, so now I can »