KPKaustubh Pinkaustubh-p.hashnode.dev·Jul 15, 2022 · 5 min readReact lists and the key prop warningIf you have been using react for some time, then you must have rendered a list of elements (probably) using a map(). And while doing so, you might have encountered the typical Each child in a list should have a unique "key" prop. warning. Often beg...00
KPKaustubh Pinkaustubh-p.hashnode.dev·Jan 12, 2022 · 4 min readTime Complexity - Big OTime Complexity is very important concept to know, if one wants to write efficient programs that can scale. It gives an idea of how the processing time of any function will increase as its input size increases. In this post we will discuss what time ...00
KPKaustubh Pinkaustubh-p.hashnode.dev·Dec 6, 2021 · 5 min readBasics of RecursionWhat is recursion? If you have ever done a Computer Science Fundamentals course, you must have inevitably encountered this term. Don't fret if you have never come across this term or if it seems daunting, in this blog we shall discuss the basics of r...00