Skip to content

Gopi Gorantala

Gopi is a software engineer with over 14 years of experience. He specializes in Java-based technology stack and has worked for various startups, the European government, and technology giants.

Members Public

What Are Programming Paradigms?

In this lesson, you will learn various programming paradigms in computer science.

Members Public

Leetcode 896: Monotonic Array

An array is called monotonic if the index of each element increases from the first to the last or decreases from the first to the last.

Members Public

Find The Missing Number From The Array

In this article, we'll learn various ways to find the missing number in an array. We use a memoization approach, a mathematical approach, and the most optimized way using the XOR operator.

Find Missing Number