Pushpa kumari

Pushpa kumari

A computer Science Student

About

I am a dedicated Software Engineering student with a strong passion for sharing knowledge through article writing. With a background in backend development, frontend design, and various tech frameworks, I enjoy simplifying complex topics to make them accessible to all. My goal is to empower others through clear, informative articles that inspire learning and growth in the tech community.

1 Articles Published

Articles by Pushpa kumari

1 articles

Minimum number of jumps to reach end using Java

Pushpa kumari
Pushpa kumari
Updated on 01-Nov-2024 347 Views

In this article, we will learn how to solve the "Minimum Number of Jumps to Reach the End" problem using Java. Let's break it down step-by-step. The idea is to find the smallest number of jumps needed to get from the start to the end of an array. Each element in the array represents the maximum number of steps you can take from that position. Problem StatementGiven an array arr[], where each element represents the maximum number of steps you can move forward from that position, the goal is to start from the beginning of the array and ...

Read More
Showing 1–1 of 1 articles
« Prev 1 Next »
Advertisements