Welcome to the blog of Can Sar, a Stanford CS major. This blog is made up of my thoughts on Computer Science and the computer industry, as well as ever exciting tales from my life.
I just finished Shared String, a string that is exactly like a normal one, with the only exception being that lexically identical strings will share their memory. The assignment was quite simple, although it took me some time to figure out that I cannot call one constructor from another, like in Java. Fixing that only took a few seconds.
I now have to do BTreeMap and it promises to be difficult. The assignment was so long that Professor Cain said that we do not have to do the entire assignment. If I manage to stay on schedule I will finish the rest of the assignment anyway, and hopefully get the promised additional credit. It will be a very hard weekend, but I hope it might be fun too. I now have to start reading the rest of the handout.