Mar 17 · 6 min read · Introduction When solving array or string problems in Data Structures and Algorithms, you often need to examine contiguous parts — subarrays or substrings. A beginner solution uses nested loops to che
Join discussion
Mar 13 · 7 min read · While learning to code**,** beginners will often bump into "one-liner" code whose purpose and intent are not apparent just by reading it. As a new coder, you will find skinny code incomprehensible. Sk
Join discussion
Mar 5 · 13 min read · You might have heard developers say something like this: Write your code in a way that it stays readable and non-repetitive. But what does repetitive code actually mean? Why do developers try to avo
Join discussion