LeetCode 3875 solution explained: an interesting coding problem
LeetCode 3875 is a surprisingly simple and interesting problem that can be solved with just one line of code.
Read moreLeetCode 3875 is a surprisingly simple and interesting problem that can be solved with just one line of code.
Read moreThe Parity pattern is obviously not one of the most famous coding patterns. However, it is an important pattern when you need to determine whether a number is odd or even.
Read moreGet to know the main interval patterns used in LeetCode and coding interviews: Merge Intervals, Intersection, Scheduling, Sweep Line, and Coverage.
Read morePrepare for your coding interview with practical tips that will help you study more effectively. Read what to focus on before solving LeetCode problems, how to recognize what you need to do and why, organize your preparation, and avoid common mistakes during the coding interview preparation process.
Read moreIn this post I compare Fast & Slow Pointers, Two Pointers, and Sliding Window patterns: how each pattern works, how pointers move, their key differences, and how to recognize which approach to use in LeetCode problems and coding interviews.
Read more