Skip to main content

36 docs tagged with "Algorithms"

View all tags

Armstrong Numbers

A solution to the problem of determining whether the given number is armstrong number or not

Binary Search

This tutorial covers the solution to the Count Digits problem from the GeeksforGeeks.

Bubble Sort

This tutorial covers the solution to the Bubble Sort problem from the GeeksforGeeks.

Check Equal Arrays

This tutorial covers the solution to the Check Equal Arrays problem from the GeeksforGeeks.

Count Digits

This tutorial covers the solution to the Count Digits problem from the GeeksforGeeks.

Count Digits

This tutorial covers the solution to the Count Digits problem from the GeeksforGeeks.

Count The Zeros

A solution to the problem of counting the number of zeros in the array

Fibonacci Sum (Geeks for Geeks)

This tutorial contains a complete walk-through of the Fibonacci Sum problem from the Geeks for Geeks website. It features the implementation of the solution code in three programming languages: Python, C++, and Java.

Insertion Sort

This tutorial covers the solution to the Insertion Sort problem from the GeeksforGeeks.

Kth Smallest

This tutorial covers the solution to the Kth Smallest problem from the GeeksforGeeks.

Merge K Sorted Arrays

This tutorial covers the solution to the Merge K Sorted Arrays problem from the GeeksforGeeks.

Minimum number of jumps

find the minimum number of jumps required to reach the end of an array, given that each element represents the maximum length of the jump that can be made from that position.

Next Happy Number (Geeks for Geeks)

This tutorial contains a complete walk-through of the Next Happy Number problem from the Geeks for Geeks website. It features the implementation of the solution code in three programming languages: Python, C++, and Java.

Peak Element

This tutorial covers the solution to the Peak Element problem from the GeeksforGeeks.

Print Pattern

This tutorial covers the solution to the Print Pattern problem from the GeeksforGeeks.

Selection Sort

This tutorial covers the solution to the SelectionSort problem from the GeeksforGeeks.

Sorted Array Search

This tutorial covers the solution to the Sorted Array Search problem from the GeeksforGeeks website.

Special Numbers

This tutorial covers the solution to the Special Numbers problem from the GeeksforGeeks.

Star Elements

This tutorial covers the solution to the Star elements problem from the GeeksforGeeks.

Stock Spanner

This is a solution to the Stock Spanner on LeetCode.