Memes - Jobless Animal edition.
For less humor, and more work, please hire me, here. Thanks!
Engineer's Blog #5 - Nim Game
Yo!
One of the leetcode problems I worked on this week, is called Nim game.
I coded it well, and
Engineer Blog - #4
Looks like in c#, short circuiting is optional:
My brain started to hurt, so I did some thinking.
Is there
Engineer Blog #3
Find the square root of a number, without using an inbuilt square root function.
Today's attempt, from scratch,
Engineer Blog #2
This is the problem I am doing, almost daily, in the morning.
I know the solution - I have seen
Engineering Blog #1
System Design Interview - Lord of the Rings edition
Interviewer: Hi!
Please be seated. Don't forget to leave
Symmetric Tree
The intuition behind the solution, followed by the implementation in algorithm form.
Intuition
My intuition started with the idea of
The Joys of Being a Ronin - Part I
Are you hiring Samurai in the age of AI?
Pointers
I am using this site to study the problem patterns common in interviews.
Link to site, here:
LeetCode was HARD
Prefix Sum Pattern
I want to share an insight I have into the 'prefix sum' pattern. It's one of