Published inThe StartupCount Passing Car PairsIn this week’s blog, let’s talk about a Bloomberg first-round interview question. Recently a friend of mine got an offer from Bloomberg as…Feb 1, 2021Feb 1, 2021
Meeting Room II in JavascriptAs you know, I have been doing a lot of algorithm questions lately. This week let’s talk about another classic interview question that…Jan 25, 20212Jan 25, 20212
Leetcode #994 Rotting OrangesIn today’s blog, we will talk about another back it again at the algorithm question. This time is a little bit harder. I usually solve…Jan 18, 2021Jan 18, 2021
Published inThe StartupNon Overlapping IntervalsThis week I encountered many interval questions in binarysearch.com and leetcode. Since I struggle from time to time on this topic, I…Jan 11, 20213Jan 11, 20213
Expand Around Possible CentersBack at it again with another algorithm blog! Today we will talk about one of the popular questions in Leetcode, #647 Palindromic…Jan 4, 2021Jan 4, 2021
Prefix SumHello, today’s topic is back at it again with the algorithms blog. Today we are going to talk about leetcode question #724 Find Pivot…Dec 28, 2020Dec 28, 2020
Published inThe StartupHow I Avoid Imposter SyndromeThis week’s blog is going to be different than usual. Let’s take a break from tech and talk about human beings. Recently I saw many people…Dec 21, 2020Dec 21, 2020
Map vs. Set vs. Object in JavascriptDevelopers often spend much time deciding the correct data structure to use. Choosing the right data structure can make it easier to…Dec 14, 2020Dec 14, 2020
For loop vs. forEach vs. for…in vs. for…ofThis article will show a quick introduction of a for loop, a forEach, a for of, and a for in. We are going to talk about what are their…Dec 7, 2020Dec 7, 2020
The Four Pillars of Object-Oriented ProgrammingAs we all know, the most popular paradigm of today technology is Object Oriented Programming(OOP). Today in top companies’ technical…Nov 30, 2020Nov 30, 2020