Most data structures are designed to hold arbitrary amounts of data. When we talk about their complexity in time and space, we use big O notation, which is only concerned with performance characteristics as n grows arbitrarily large. Understanding how to ...
Read more »
To better align with the tech stack at my new job, I’ve been reacquainting myself over the last two weeks with an old friend: Java. Not too long ago, it kickstarted my software career with unmatched… (more…)
Read more »
We know change can be inconvenient. Just ask us what happened when the office ran out of our regular coffee beans for one day. Actually, it’s better if you don’t. Let’s talk about another Java altogether. ... (more…)
Read more »
A step by step instruction for compiling a Java program into Android executable and using ADB to run it. (more…)
Read more »