Articles by Tag #geeksforgeeks

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Heap Sort Algorithm | Heapify | GeeksforGeeks Beginner's DSA Sheet | Heap Tree

hola coders! In this video, I solve a Heap Sort problem from GeeksforGee. If you’ve ever...

Learn More 7 0Apr 1

Transpose of Matrix | GeeksforGeeks‬ Beginner's DSA Sheet | Full Solution Explained | With Source Code

hola coders! In this video, I directly solve a problem on the transpose of a matrix—no...

Learn More 6 0Apr 2

Summed Matrix | GeeksforGeeks‬ Beginner's DSA Sheet | Matrix Problems | With Source Code

hola coders! In this video, I’ll teach you how to solve the Summed Matrix problem from...

Learn More 5 0Apr 3

Tower Of Hanoi | GeeksforGeeks Beginner's DSA Sheet | Recursion | With Source Code

hola coders! Welcome to my latest video, where I break down the Tower of Hanoi problem...

Learn More 5 0Apr 3

Preorder Traversal | GeeksforGeeks Beginner's DSA Sheet | Tree Data Structure | With Source Code

hola coders! In this video, we will break down Preorder Traversal of a Binary Tree step by...

Learn More 5 0Apr 3

Nearest multiple of 10

This code implements a function called roundToNearest that rounds a given number (represented as...

Learn More 1 0Oct 19 '24

Job Scheduling Problem with Max Profit

Problem class Solution { // sort on the basis of profit in descending order and try to execute...

Learn More 0 0Dec 10 '24