March 2012
13 posts
Two Recent Interview Questions →
ollieoblivious:
varlogme:
I did a second round interview with Twitter recently and the two technical questions I was asked are pretty interesting. The first I solved rather quickly but the second took a bit more time (and a hint).
Question 1:
Given a binary tree with elements of type int determine if the…
For question 1 I would have made a crawler for the tree, incrementing along the nodes...
February 2012
7 posts
Two Recent Interview Questions
varlogme:
I did a second round interview with Twitter recently and the two technical questions I was asked are pretty interesting. The first I solved rather quickly but the second took a bit more time (and a hint).
Question 1:
Given a binary tree with elements of type int determine if the tree is mirrored.
Below is an example of a mirrored tree:
1
3 3
4 5 5 4
...
Smash the Stack →
varlogme:
Really awesome wargame resource. Will definitely be hitting this up when I have time to browse through reverse engineering stuff.
/var/log/me: Card Game →
varlogme:
Here’s an interesting question recently posed by my friend Lee.
Imagine there is a theoretical game:
There are 9 cards, numbered 1-9, lying face up on a table in front of two players. Each player takes turns picking up one card from the table. A player wins if they collect any three cards whose…
New Development Blog - /var/log/me →
I’ve been meaning to do this for quite some time, I just created a new development log. I’ll be posting all my hacking/coding relating stuff on there, check it out if you’re interested! In the future this will be on itsachen.com v2.0.