Since data structures are an integral part and have various types of Data Structures with characteristics, features, applications, advantages, and disadvantages.
So how do you choose which data structure to choose for a particular task? Let us help you with this blog. šš
To read more in detail: https://bit.ly/3LHHzuO
So how do you choose which data structure to choose for a particular task? Let us help you with this blog. šš
To read more in detail: https://bit.ly/3LHHzuO
"Problem of the Day"
Solve this question to get points
Given an array of N integers, you have to find if it is possible to partition the array with following rules:
Full Problem: https://practice.geeksforgeeks.org/problems/array-partition/1
Solve this question to get points
Given an array of N integers, you have to find if it is possible to partition the array with following rules:
Full Problem: https://practice.geeksforgeeks.org/problems/array-partition/1
practice.geeksforgeeks.org
Array Partition | Practice | GeeksforGeeks
Given an array of N integers, you have to find if it is possible to partition the array with following rules:
Each element should belong to exactly one partition.
Each partition should have atleast K elements.
Absolute difference betwe
Each element should belong to exactly one partition.
Each partition should have atleast K elements.
Absolute difference betwe
Data Analysis is one of the most common processes to analyze the data and find out the answers to how and why things happened in the past.
With this video, let's create a machine learning model to predict diabetes while covering Dataset importing, Data cleaning, Data visualization and EDA on Diabetes Dataset, and Preparing a Medicine Learning model.
To watch the video, go to the link: https://bit.ly/38LrYwW
With this video, let's create a machine learning model to predict diabetes while covering Dataset importing, Data cleaning, Data visualization and EDA on Diabetes Dataset, and Preparing a Medicine Learning model.
To watch the video, go to the link: https://bit.ly/38LrYwW
"Problem of the Day"
Solve this question to get points
Given a 2d list that represents the nodes of a Binary tree with N nodes, the task is to find the maximum GCD of the siblings of this tree without actually constructing it.
Full Problem: https://practice.geeksforgeeks.org/problems/maximum-gcd-of-siblings-of-a-binary-tree/1
Solve this question to get points
Given a 2d list that represents the nodes of a Binary tree with N nodes, the task is to find the maximum GCD of the siblings of this tree without actually constructing it.
Full Problem: https://practice.geeksforgeeks.org/problems/maximum-gcd-of-siblings-of-a-binary-tree/1
practice.geeksforgeeks.org
Maximum GCD of siblings of a binary tree | Practice | GeeksforGeeks
Given a 2d list that represents the nodes of a Binary tree with N nodes, the task is to find the maximum GCD of the siblings of this tree without actually constructing it.
Note: If there are no pairs of siblings in the given tree, print 0. Also, if
Note: If there are no pairs of siblings in the given tree, print 0. Also, if
HAVE A CUP OF JAVA!.pdf
66.6 KB
Hey Geeks š¤
Did you participate in our "HAVE A CUP OF JAVA" coding quiz? Knowing what went wrong helps you to do better in the future, so here's the answer key to our java coding quiz. ā
Do check out and keep learning. š¤
Did you participate in our "HAVE A CUP OF JAVA" coding quiz? Knowing what went wrong helps you to do better in the future, so here's the answer key to our java coding quiz. ā
Do check out and keep learning. š¤
š¤¬1š©1š1
Hey Geeks šāāļø
Come and become a part of our Campus Ambassador program. Rolling out the applications of being the Campus Mantri.
Go to the link and apply now: https://bit.ly/39StbTt
Come and become a part of our Campus Ambassador program. Rolling out the applications of being the Campus Mantri.
Go to the link and apply now: https://bit.ly/39StbTt
"Problem of the Day"
Solve this question to get points
Given an array arr[] of size N containing equal number of odd and even numbers. Arrange the numbers in such a way that all the even numbers get the even index and odd numbers get the odd index.
Full Problem: https://bit.ly/3zgqvtx
Solve this question to get points
Given an array arr[] of size N containing equal number of odd and even numbers. Arrange the numbers in such a way that all the even numbers get the even index and odd numbers get the odd index.
Full Problem: https://bit.ly/3zgqvtx
practice.geeksforgeeks.org
Even and Odd | Practice | GeeksforGeeks
Given an array arr[] of size N containing equal number of odd and even numbers. Arrange the numbers in such a way that all the even numbers get the even index and odd numbers get the odd index.
Note: There are multiple possible solutions, Print any o
Note: There are multiple possible solutions, Print any o
Data Analysis is one of the most common processes to analyze the data and find out the answers to how and why things happened in the past.
With this video, let's create a machine learning model to predict diabetes while covering Dataset importing, Data cleaning, Data visualization and EDA on Diabetes Dataset, and Preparing a Medicine Learning model.
To watch the video, go to the link: https://bit.ly/3wGfH4E
With this video, let's create a machine learning model to predict diabetes while covering Dataset importing, Data cleaning, Data visualization and EDA on Diabetes Dataset, and Preparing a Medicine Learning model.
To watch the video, go to the link: https://bit.ly/3wGfH4E
"Problem of the Day"
Solve this question to get points
Consider the set of irreducible fractions A = {n/d | nā¤d and d ⤠10000 and gcd(n,d) = 1}.
Full Problem: https://practice.geeksforgeeks.org/problems/fraction-trouble1410/1
Solve this question to get points
Consider the set of irreducible fractions A = {n/d | nā¤d and d ⤠10000 and gcd(n,d) = 1}.
Full Problem: https://practice.geeksforgeeks.org/problems/fraction-trouble1410/1
practice.geeksforgeeks.org
Fraction Trouble | Practice | GeeksforGeeks
Consider the set of irreducible fractions A = {n/d | nā¤d and d ⤠10000 and gcd(n,d) = 1}.You are given a member of this set and your task is to find the largest fraction in this set less than the given fraction.
Note : this is a set
Note : this is a set
Learning from experiences is probably one of the only shortcuts in life and there's no better source than TED Talks to gain extensive and valuable knowledge on an array of topics.
To make a small contribution to your knowledge base, we've compiled a list of 5 TED Talks you should watch as a college student.
The link to the article: https://bit.ly/3PNEYTc
To make a small contribution to your knowledge base, we've compiled a list of 5 TED Talks you should watch as a college student.
The link to the article: https://bit.ly/3PNEYTc
"Problem of the Day"
Solve this question to get points
Geek lives in a special city where houses are arranged in a hierarchial manner.
Full Problem: https://practice.geeksforgeeks.org/problems/shortest-path-between-cities/1
Solve this question to get points
Geek lives in a special city where houses are arranged in a hierarchial manner.
Full Problem: https://practice.geeksforgeeks.org/problems/shortest-path-between-cities/1
practice.geeksforgeeks.org
Shortest Path between Cities | Practice | GeeksforGeeks
Geek lives in a special city where houses are arranged in a hierarchial manner. Starting from house number 1, each house leads to two more houses.
1 leads to 2 and 3.
2 leads to 4 and 5.
3 leads to 6 and 7. and so on.
Giv
1 leads to 2 and 3.
2 leads to 4 and 5.
3 leads to 6 and 7. and so on.
Giv
Problem of the Day"
Solve this question to get points
Given a positive integer n that represents dimensions of a 4n x 4n matrix with values from 1 to 4*n*4*n filled from left to right and top to bottom.
Full Problem: https://practice.geeksforgeeks.org/problems/form-coils-in-a-matrix4726/1
Solve this question to get points
Given a positive integer n that represents dimensions of a 4n x 4n matrix with values from 1 to 4*n*4*n filled from left to right and top to bottom.
Full Problem: https://practice.geeksforgeeks.org/problems/form-coils-in-a-matrix4726/1
practice.geeksforgeeks.org
Form coils in a matrix | Practice | GeeksforGeeks
Given a positive integer n that represents dimensions of a 4n x 4n matrix with values from 1 to 4*n*4*n filled from left to right and top to bottom. Your task is to form two coils from matrix and print the coils.
Follow the given examples for bett
Follow the given examples for bett
Your Weekly Coding Quiz is here!š¤©
Test your Python knowledge with "LIFE OF PY" a python coding quiz having 20 MCQs and get assured rewards. Learning and winning altogether.
You can submit your entry by 11:59 PM IST today.
To participate: https://forms.gle/nuggARNSN2jFAiGNA
Test your Python knowledge with "LIFE OF PY" a python coding quiz having 20 MCQs and get assured rewards. Learning and winning altogether.
You can submit your entry by 11:59 PM IST today.
To participate: https://forms.gle/nuggARNSN2jFAiGNA
š1
Problem of the Day"
Solve this question to get points
Given a n*m matrix, find the maximum length path (starting from any cell) such that all cells along the path are in strictly increasing order.
Full Problem: https://bit.ly/3Gv51KG
Solve this question to get points
Given a n*m matrix, find the maximum length path (starting from any cell) such that all cells along the path are in strictly increasing order.
Full Problem: https://bit.ly/3Gv51KG
practice.geeksforgeeks.org
Longest Path in a matrix | Practice | GeeksforGeeks
Given a n*m matrix, find the maximum length path (starting from any cell) such that all cells along the path are in strictly increasing order.
We can move in 4 directions from a given cell (i, j), i.e., we can move to (i+1, j) or (i, j+1) or
We can move in 4 directions from a given cell (i, j), i.e., we can move to (i+1, j) or (i, j+1) or
Who doesn't want their work done on time? Here's where the Scheduling of processes/work is done. CPU Scheduling allows one process to use the CPU while another process is delayed.
The purpose of CPU Scheduling is to make the system more efficient, faster, and fairer. Let's get into the CPU Scheduling and read more in this article.
The link to the article: https://bit.ly/3PKE5uZ
The purpose of CPU Scheduling is to make the system more efficient, faster, and fairer. Let's get into the CPU Scheduling and read more in this article.
The link to the article: https://bit.ly/3PKE5uZ
Problem of the Day"
Solve this question to get points
Given 3 integers n, r and m. You task is to calculate nCr%m.
Note: m is a square free number and largest prime factor of m <= 50.
Full Problem: https://bit.ly/3GxJYXX
Solve this question to get points
Given 3 integers n, r and m. You task is to calculate nCr%m.
Note: m is a square free number and largest prime factor of m <= 50.
Full Problem: https://bit.ly/3GxJYXX
practice.geeksforgeeks.org
nCr mod M | Part 2 | Practice | GeeksforGeeks
Given 3 integers n, r and m. You task is to calculate nCr%m.
Note: m is a square free number and largest prime factor of m <= 50.
Example 1:
Input: n = 5, r = 2, m = 98697
Output: 10
Explanation: 5C2 = 5!/(2!*3!) = 1
Note: m is a square free number and largest prime factor of m <= 50.
Example 1:
Input: n = 5, r = 2, m = 98697
Output: 10
Explanation: 5C2 = 5!/(2!*3!) = 1
š1
JavaScript is a lightweight, open and cross-platform programming language. With this cheat sheet, we aim to help our readers learn JavaScript in the easiest way possible.
This covers concepts of JavaScript, quick, correct, and ready-to-use code snippets for common circumstances in JavaScript on one page. It is helpful to both beginner and professional coders of JavaScript.
Read more here: https://bit.ly/3PQAv2l
This covers concepts of JavaScript, quick, correct, and ready-to-use code snippets for common circumstances in JavaScript on one page. It is helpful to both beginner and professional coders of JavaScript.
Read more here: https://bit.ly/3PQAv2l
š1
Do you know what's coming your way? š¤©
Our Amazon Test Series to make you interview-ready. Toh "Utha Le Re Baba, Utha le"! Is Offer ko Utha le. Flat INR 100 off on this course.
Your desired job will be in your hands, kyunki GFG Kar Lo, Ho Jaega ā¤ļø
To get this course now: https://practice.geeksforgeeks.org/courses/Amazon-Test-Series?utm_source=SM&utm_medium=TELEGRAM&utm_campaign=ATS10
Our Amazon Test Series to make you interview-ready. Toh "Utha Le Re Baba, Utha le"! Is Offer ko Utha le. Flat INR 100 off on this course.
Your desired job will be in your hands, kyunki GFG Kar Lo, Ho Jaega ā¤ļø
To get this course now: https://practice.geeksforgeeks.org/courses/Amazon-Test-Series?utm_source=SM&utm_medium=TELEGRAM&utm_campaign=ATS10
"Problem of the Day"
Solve this question to get points
A poor old man works in a palace for a living. One day the old man's wife met with an accident. She needed an immediate operation but the old man's savings were not enough for the operation.
Full Problem: https://bit.ly/3m5wo4R
Solve this question to get points
A poor old man works in a palace for a living. One day the old man's wife met with an accident. She needed an immediate operation but the old man's savings were not enough for the operation.
Full Problem: https://bit.ly/3m5wo4R
practice.geeksforgeeks.org
Help the Old Man!!! | Practice | GeeksforGeeks
A poor old man works in a palace for a living. One day the old man's wife met with an accident. She needed an immediate operation but the old man's savings were not enough for the operation. He went running to the king to beg for money. The k
If you are looking to develop your programmatic skills, then you should check out the reasons, we have listed below for you to know why you can go ahead with Java.
Watch the full video, and start learning today.
To watch the full video, click here: https://bit.ly/3zg31Vn
Watch the full video, and start learning today.
To watch the full video, click here: https://bit.ly/3zg31Vn