Ayush7614 / Daily-Coding-DS-ALGO-Practice

A open source project🚀 for bringing all interview💥💥 and competative📘 programming💥💥 question under one repo📐📐
https://daily-ds-algo.github.io/DS-Algo-Website/
MIT License
321 stars 474 forks source link

Hoop Jump #574

Open Debargha-arch opened 3 years ago

Debargha-arch commented 3 years ago

Aim

The process ends when someone cannot make the next jump because the hoop is occupied by the other person. Find the last hoop that will be jumped into.

Details

Sample Input: 2 1 3 Sample Output: 1 2

Problem Link :https://www.codechef.com/LTIME96C/problems/HOOPS I will be using C++. Please assign me the problem under LGM_SOC'21

Programming language

agamgupta2015 commented 3 years ago

@Ayush7614 please assign this issue to me I will do it in Java Language

jayant766 commented 3 years ago

Kindly assign this issue , So , I can work on it in c++.