POTD- 02/11/2023 | Minimum distance between two numbers | Problem of the Day GeeksforGeeks

  Рет қаралды 1,214

GeeksforGeeks Practice

GeeksforGeeks Practice

Күн бұрын

Welcome to the daily solving of our PROBLEM OF THE DAY with Karan Mashru. We will discuss the entire problem step-by-step and work towards developing an optimized solution. This will not only help you brush up on your concepts of Data Structures and Algorithms but will also help you build up problem-solving skills.
So come along and solve the GFG POTD of 02nd November 2023 with us!
💻 Try it Yourself: www.geeksforge...
Find daily solutions for POTD here on our channel! Make sure you are subscribed and stay updated.
-----------------------------------------------------------------------------------------
🏆 Take part in our Weekly Coding Contests: practice.geeks...
📖 Master Competitive Programming - Complete Beginner to Advanced: practice.geeks...
-----------------------------------------------------------------------------------------
Follow us and stay updated on everything happening in the world of geeks:
📱 Twitter- / geeksforgeeks
📝 LinkedIn- / geeksforgeeks
🌐 Facebook- / geeksforgeeks.org
📷 Instagram- www.instagram....
#GFGPractice #GeeksforGeeks #ProblemofTheDay #CodingQuestions #POTD

Пікірлер: 4
@prateekbhaisora
@prateekbhaisora 10 ай бұрын
A cleaner code: int minDist(int arr[], int n, int x, int y) { int indx = -1, indy = -1; int ans = n+1; for (int i=0; i
@abhishekupadhyay9962
@abhishekupadhyay9962 Ай бұрын
int minDist(int a[], int n, int x, int y) { // code here int prev = -1; int minDist = INT_MAX; for(int i=0;i
@saimani6410
@saimani6410 8 ай бұрын
Can't we do using two pointers
@Sayan_Shankhari
@Sayan_Shankhari 10 ай бұрын
Sliding window?
PEDRO PEDRO INSIDEOUT
00:10
MOOMOO STUDIO [무무 스튜디오]
Рет қаралды 26 МЛН
나랑 아빠가 아이스크림 먹을 때
00:15
진영민yeongmin
Рет қаралды 15 МЛН
SCHOOLBOY. Мама флексит 🫣👩🏻
00:41
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 6 МЛН
Mastering Dynamic Programming - How to solve any interview problem (Part 1)
19:41
Winning Facebook (Meta) Hacker Cup Qual Round 2022?
53:55
Neal Wu
Рет қаралды 2,4 МЛН
Fast Inverse Square Root - A Quake III Algorithm
20:08
Nemean
Рет қаралды 5 МЛН
How to: Work at Google - Example Coding/Engineering Interview
24:02
Life at Google
Рет қаралды 7 МЛН
5 Simple Steps for Solving Any Recursive Problem
21:03
Reducible
Рет қаралды 1,2 МЛН
PEDRO PEDRO INSIDEOUT
00:10
MOOMOO STUDIO [무무 스튜디오]
Рет қаралды 26 МЛН