"Problem of the Day"
Solve this question to get points
A Maze is given as n*n matrix of blocks where source block is the upper left most block i.e., matrix[0][0] and destination block is lower rightmost block i.e., matrix[n-1][n-1].
Full Problem: https://practice.geeksforgeeks.org/problems/rat-maze-with-multiple-jumps3852/1
Solve this question to get points
A Maze is given as n*n matrix of blocks where source block is the upper left most block i.e., matrix[0][0] and destination block is lower rightmost block i.e., matrix[n-1][n-1].
Full Problem: https://practice.geeksforgeeks.org/problems/rat-maze-with-multiple-jumps3852/1
practice.geeksforgeeks.org
Rat Maze With Multiple Jumps | Practice | GeeksforGeeks
A Maze is given as n*n matrix of blocks where source block is the upper left most block i.e., matrix[0][0] and destination block is lower rightmost block i.e., matrix[n-1][n-1]. A rat starts from source and has to reach the destination. The rat
Life of Py - A Python Coding Quiz.pdf
63.3 KB
"LIFE OF PY" coding quiz results are out. π
Congratulations to all the participants.
Here's the answer key to check how much you scored. πββοΈ
Keep Participating and Keep Learning.π
Congratulations to all the participants.
Here's the answer key to check how much you scored. πββοΈ
Keep Participating and Keep Learning.π
π€¬1π©1π1
Beat π the Heat with GFG Discord π
All you have to do is solve 4 Questions in 30 minutes and stand a chance to win our DSA Self Paced course, Amazon Vouchers, and much more.
Happening on the 4th & 5th of June in our Discord community.
To participate, check this: https://discord.gg/UYV8E5PDnV
All you have to do is solve 4 Questions in 30 minutes and stand a chance to win our DSA Self Paced course, Amazon Vouchers, and much more.
Happening on the 4th & 5th of June in our Discord community.
To participate, check this: https://discord.gg/UYV8E5PDnV
"Problem of the Day"
Solve this question to get points
N children are made to stand in a queue. Each of them is given a number A[i]. The teacher writes a number S on a page and passes it to the first child.
Full Problem: https://practice.geeksforgeeks.org/problems/tricky-subset-problem1557/1
Solve this question to get points
N children are made to stand in a queue. Each of them is given a number A[i]. The teacher writes a number S on a page and passes it to the first child.
Full Problem: https://practice.geeksforgeeks.org/problems/tricky-subset-problem1557/1
practice.geeksforgeeks.org
Tricky Subset Problem | Practice | GeeksforGeeks
N children are made to stand in a queue. Each of them is given a number A[i]. The teacher writes a number S on a page and passes it to the first child. Each child must add all the numbers they see on the page along with their own number, write the su
π1
This media is not supported in your browser
VIEW IN TELEGRAM
Hit this Googly before it wooshes away! The price of our Google Test Series is going up with an aim to provide you the high-quality course content for the interviews.
A perfect test series that can bag you your dream job at Google. No more interview jitters as this can help you ace your Google Interview Preparation.
To start your preparation: https://practice.geeksforgeeks.org/courses/google-test-series?utm_source=SM&utm_medium=TELEGRAM&utm_campaign=GTS100
A perfect test series that can bag you your dream job at Google. No more interview jitters as this can help you ace your Google Interview Preparation.
To start your preparation: https://practice.geeksforgeeks.org/courses/google-test-series?utm_source=SM&utm_medium=TELEGRAM&utm_campaign=GTS100
"Problem of the Day"
Solve this question to get points
The minions are very elitist in nature. If minion x admires minion y, then y thinks too highly of himself and does not admire x back.
Full Problem: https://practice.geeksforgeeks.org/problems/villain-con0511/1
Solve this question to get points
The minions are very elitist in nature. If minion x admires minion y, then y thinks too highly of himself and does not admire x back.
Full Problem: https://practice.geeksforgeeks.org/problems/villain-con0511/1
www.geeksforgeeks.org
Villain Con | Practice | GeeksforGeeks
The minions are very elitist in nature. If minion x admires minion y, then y thinks too highly of himself and does not admire x back. Also, if x admires y, x also admires everyone that y admires.
All the minions are going to be present at the V
All the minions are going to be present at the V
π1
Give your preparation the final touch that you've wanting!
This weekend get yourself enrolled in CIP Preparation Assessment Test from 4th June 12:00 PM to 5th June 06:00 PM IST to get the scholarship.
To participate: https://practice.geeksforgeeks.org/contest/scholarship-test-complete-interview-preparation?utm_source=SM&utm_medium=TELEGRAM&utm_campaign=CIP_PPT
This weekend get yourself enrolled in CIP Preparation Assessment Test from 4th June 12:00 PM to 5th June 06:00 PM IST to get the scholarship.
To participate: https://practice.geeksforgeeks.org/contest/scholarship-test-complete-interview-preparation?utm_source=SM&utm_medium=TELEGRAM&utm_campaign=CIP_PPT
Your weekly self-assessment is here!
Test your C++ skills with this short coding quiz and win assured rewards.
You can submit your entry by 5th June at 11:59 PM IST.
Submit your entry now: https://forms.gle/vTjjhEkQwavsFwjf6
Test your C++ skills with this short coding quiz and win assured rewards.
You can submit your entry by 5th June at 11:59 PM IST.
Submit your entry now: https://forms.gle/vTjjhEkQwavsFwjf6
"Problem of the Day"
Solve this question to get points
Geek is organizing a bike race with N bikers. The initial speed of the ith biker is denoted by Hi Km/hr and the acceleration of ith biker as Ai Km/Hr2.
Full Problem: https://bit.ly/3zizOsQ
Solve this question to get points
Geek is organizing a bike race with N bikers. The initial speed of the ith biker is denoted by Hi Km/hr and the acceleration of ith biker as Ai Km/Hr2.
Full Problem: https://bit.ly/3zizOsQ
practice.geeksforgeeks.org
Bike Racing | Practice | GeeksforGeeks
Geek is organising a bike race with N bikers. The initial speed of the ith biker is denoted by Hi Km/hr and the acceleration of ith biker as Ai Km/Hr2. A biker whose speed is 'L' or more, is considered be a fast biker. The total speed on the
"Problem of the Day"
Solve this question to get points
Given an array A[] and positive integer K, the task is to count total number of pairs in the array whose sum is divisible by K.
Full Problem: https://bit.ly/3Qfe875
Solve this question to get points
Given an array A[] and positive integer K, the task is to count total number of pairs in the array whose sum is divisible by K.
Full Problem: https://bit.ly/3Qfe875
practice.geeksforgeeks.org
Count pairs in array divisible by K | Practice | GeeksforGeeks
Given an array A[] and positive integer K, the task is to count total number of pairs in the array whose sum is divisible by K.
Example 1:
Input :
A[] = {2, 2, 1, 7, 5, 3}, K = 4
Output : 5
Explanation :
There are fi
Example 1:
Input :
A[] = {2, 2, 1, 7, 5, 3}, K = 4
Output : 5
Explanation :
There are fi
Hiring π€©
Hello Developers !!
Here is an exciting opportunity for you at Uber:
πΌ Software Engineer
Experience - 2.5+ Years
Apply Now: https://practice.geeksforgeeks.org/jobs/Uber-SDE22?utm_source=SM&utm_medium=TELEGRAM&utm_campaign=Uber-SDE22
- Share this with your friends & colleagues to help them in career advancement.
Follow Get Hired with GeeksforGeeks for more Job-related updates!
Hello Developers !!
Here is an exciting opportunity for you at Uber:
πΌ Software Engineer
Experience - 2.5+ Years
Apply Now: https://practice.geeksforgeeks.org/jobs/Uber-SDE22?utm_source=SM&utm_medium=TELEGRAM&utm_campaign=Uber-SDE22
- Share this with your friends & colleagues to help them in career advancement.
Follow Get Hired with GeeksforGeeks for more Job-related updates!
"Problem of the Day"
Solve this question to get points
Given a Singly Linked List which has data members sorted in ascending order. Construct a Balanced Binary Search Tree which has same data members as the given Linked List.
Full Problem: https://bit.ly/3zlGjuI
Solve this question to get points
Given a Singly Linked List which has data members sorted in ascending order. Construct a Balanced Binary Search Tree which has same data members as the given Linked List.
Full Problem: https://bit.ly/3zlGjuI
practice.geeksforgeeks.org
Sorted Link List to BST | Practice | GeeksforGeeks
Given a Singly Linked List which has data members sorted in ascending order. Construct a Balanced Binary Search Tree which has same data members as the given Linked List.
Note: There might be nodes with the same value.
Example 1:
I
Note: There might be nodes with the same value.
Example 1:
I
Do you know what can help you this summer?
We bring to you an opportunity to upskill yourself by mastering OS, DBMS & CN @ the most economical price ever!
Limited time offer, grab an INR 300 discount on OS DBMS CN for SDE Interview Preparation self-paced course. Use the code- βOS300β valid till 7th June, 11:59 PM IST .
To avail of this offer: https://practice.geeksforgeeks.org/courses/SDE-theory?utm_source=SM&utm_medium=TELEGRAM&utm_campaign=OS300
We bring to you an opportunity to upskill yourself by mastering OS, DBMS & CN @ the most economical price ever!
Limited time offer, grab an INR 300 discount on OS DBMS CN for SDE Interview Preparation self-paced course. Use the code- βOS300β valid till 7th June, 11:59 PM IST .
To avail of this offer: https://practice.geeksforgeeks.org/courses/SDE-theory?utm_source=SM&utm_medium=TELEGRAM&utm_campaign=OS300
Become A++ in C++ - Answer Key.pdf
34 KB
Congratulations to all the participants. π
The weekly coding quiz answer key is here!
Go and check your answers. Keep up the learning spirit.
Keep Learning, Keep Participating!
The weekly coding quiz answer key is here!
Go and check your answers. Keep up the learning spirit.
Keep Learning, Keep Participating!
π€¬1π©1π1
"Problem of the Day"
Solve this question to get points
Given an array of n elements, where each element is at most k away from its target position, you need to sort the array optimally.
Full Problem: https://bit.ly/3O4s8P8
Solve this question to get points
Given an array of n elements, where each element is at most k away from its target position, you need to sort the array optimally.
Full Problem: https://bit.ly/3O4s8P8
practice.geeksforgeeks.org
Nearly sorted | Practice | GeeksforGeeks
Given an array of n elements, where each element is at most k away from its target position, you need to sort the array optimally.
Example 1:
Input:
n = 7, k = 3
arr[] = {6,5,3,2,8,10,9}
Output: 2 3 5 6 8 9 10
Explanation: The sorted array will be
Example 1:
Input:
n = 7, k = 3
arr[] = {6,5,3,2,8,10,9}
Output: 2 3 5 6 8 9 10
Explanation: The sorted array will be
π1
Hello Developers !!
Here is an exciting opportunityπ€© for you at DealShare:
πΌ SDE 3
- Experience - 5+ Years
- Apply Now: https://practice.geeksforgeeks.org/jobs/DealShare-SDE3-4?utm_source=SM&utm_medium=TELEGRAM&utm_campaign=DealShare-SDE3-4
Share with your friends & colleagues to help them in career advancement.π
Follow Get Hired with GeeksforGeeks for more Job related updates!β¨
Here is an exciting opportunityπ€© for you at DealShare:
πΌ SDE 3
- Experience - 5+ Years
- Apply Now: https://practice.geeksforgeeks.org/jobs/DealShare-SDE3-4?utm_source=SM&utm_medium=TELEGRAM&utm_campaign=DealShare-SDE3-4
Share with your friends & colleagues to help them in career advancement.π
Follow Get Hired with GeeksforGeeks for more Job related updates!β¨
Being one of the oldest and widest used programming languages, Java is being considered for all scale industries. Its nature of being robust, versatile, and highly scalable.
Let's move forward to discuss some of the best frameworks to learn in java for full-stack developers in todayβs competitive market.
Read more in the article: https://bit.ly/3MpguwZ
Let's move forward to discuss some of the best frameworks to learn in java for full-stack developers in todayβs competitive market.
Read more in the article: https://bit.ly/3MpguwZ
"Problem of the Day"
Solve this question to get points
This problem is to implement disjoint set union. There will be 2 incomplete functions namely union and find. You have to complete these functions.
Full Problem: https://bit.ly/3zryWlv
Solve this question to get points
This problem is to implement disjoint set union. There will be 2 incomplete functions namely union and find. You have to complete these functions.
Full Problem: https://bit.ly/3zryWlv
practice.geeksforgeeks.org
Union-Find | Practice | GeeksforGeeks
This problem is to implement disjoint set union. There will be 2 incomplete functions namely union and find. You have to complete these functions.
Union: Join two subsets into a single set.
isConnected: Determine which subset a particular e
Union: Join two subsets into a single set.
isConnected: Determine which subset a particular e
Being one of the oldest and widest used programming languages, Java is being considered for all scale industries. Its nature of being robust, versatile, and highly scalable.
Let's move forward to discuss some of the best frameworks to learn in java for full-stack developers in todayβs competitive market.
Read more here: https://bit.ly/3MpguwZ
Let's move forward to discuss some of the best frameworks to learn in java for full-stack developers in todayβs competitive market.
Read more here: https://bit.ly/3MpguwZ
"Problem of the Day"
Solve this question to get points
You have to help a thief to steal as many as GoldCoins as possible from a GoldMine. There he saw N Gold Boxes an each Gold Boxes consists of Ai Plates each plates consists of Bi Gold Coins.
Full Problem: https://bit.ly/3xMmz2x
Solve this question to get points
You have to help a thief to steal as many as GoldCoins as possible from a GoldMine. There he saw N Gold Boxes an each Gold Boxes consists of Ai Plates each plates consists of Bi Gold Coins.
Full Problem: https://bit.ly/3xMmz2x
practice.geeksforgeeks.org
Help a Thief!!! | Practice | GeeksforGeeks
You have to help a thief to steal as many as GoldCoins as possible from a GoldMine. There he saw N Gold Boxes an each Gold Boxes consists of Ai Plates each plates consists of Bi Gold Coins. Your task is to print the maximum gold coins theif can steal