Viewing profile — tjscanlon
tjscanlon
HN member- Joined
- Tue, Mar 17, 2015, 5:22 AM UTC
- HN karma
- 2
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About tjscanlon
No profile information was provided.
Recent public activity
-
comment
Comment #9710570
Iterative solution: def invertTree(self, root): queue = [] if root is not None: queue.append(root) while queue: current = queue.pop() current.left, current.right = current.right, c…
-
comment
Comment #9519367
For everyone who enjoyed this or wants to take it a step further, I recommend writing a CHIP-8 emulator. I used the following source: http://www.multigesture.net/articles/how-to-wr…
-
comment
Comment #9216409
Bravo to the CEO for handling it this way. It really shows how treating others like humans and remaining compassionate no matter what the situation is beneficial to everyone.