Featured in Data Structures And Algorithms

Shifted Binary Search

Shifted Binary Search This code performs a binary search on a shifted sorted array to find the index of the target element. The shifted_binary_sea… Read More


11 months, 1 week ago ; 175 views

Find Loop in a Linked List

Find Loop in a Linked List This case solves the problem of finding the starting node of a loop in a linked list. A node in a linked list with a… Read More


11 months, 1 week ago ; 168 views

The Boggle Board problem

The Boggle Board problem The Boggle Board problem can be expressed as follows: Given a Boggle board consisting of n×m cells filled with c… Read More


11 months, 2 weeks ago ; 172 views

Search For Range

Search For Range Here's the problem illustration. Given a sorted array, and a target number e.g. 45, find the range of indices in the input… Read More


11 months, 2 weeks ago ; 192 views

HeapSort Algorithm

HeapSort Algorithm   A conceptual overview of the HeapSort algorithm The provided algorithm implements heap sort, a comparison-based so… Read More


11 months, 2 weeks ago ; 146 views

Quicksort Algorithm

Quicksort Algorithm   The provided code implements the quicksort algorithm, a highly efficient sorting algorithm known for its average-cas… Read More


11 months, 2 weeks ago ; 148 views

Quickselect Algorithm

Quickselect Algorithm The quickselect algorithm seeks to find the kth smallest value or the kth largest value in an input array in linear time on … Read More


11 months, 2 weeks ago ; 464 views

Longest Substring Without Duplicates

Longest Substring Without Duplicates In this question, I hope to help you find the longest substring without duplicates by first getting the conce… Read More


11 months, 3 weeks ago ; 171 views

Underscorify Substring

Underscorify Substring In this question, you are provided with two strings. The first one, called the main string is the longer string. The smalle… Read More


11 months, 3 weeks ago ; 154 views

Text Justify

Text Justify Text Justification problem is known by various names. These include word wrap and typographical alignment. When using word pr… Read More


1 year, 1 month ago ; 62 views
Latest

Shifted Binary Search

Shifted Binary Search This code performs a binary search on a shifted sorted array to find the index of the target element. The shifted_binary_sea… Read More

Kibsoft in DSA
ago ; 175 views

Find Loop in a Linked List

Find Loop in a Linked List This case solves the problem of finding the starting node of a loop in a linked list. A node in a linked list with a… Read More

Kibsoft in DSA
ago ; 168 views

The Boggle Board problem

The Boggle Board problem The Boggle Board problem can be expressed as follows: Given a Boggle board consisting of n×m cells filled with c… Read More

Kibsoft in DSA
ago ; 172 views

Search For Range

Search For Range Here's the problem illustration. Given a sorted array, and a target number e.g. 45, find the range of indices in the input… Read More

Kibsoft in DSA
ago ; 192 views

HeapSort Algorithm

HeapSort Algorithm   A conceptual overview of the HeapSort algorithm The provided algorithm implements heap sort, a comparison-based so… Read More

Kibsoft in DSA
ago ; 146 views

Quicksort Algorithm

Quicksort Algorithm   The provided code implements the quicksort algorithm, a highly efficient sorting algorithm known for its average-cas… Read More

Kibsoft in DSA
ago ; 148 views

Quickselect Algorithm

Quickselect Algorithm The quickselect algorithm seeks to find the kth smallest value or the kth largest value in an input array in linear time on … Read More

Kibsoft in DSA
ago ; 464 views

Longest Substring Without Duplicates

Longest Substring Without Duplicates In this question, I hope to help you find the longest substring without duplicates by first getting the conce… Read More

Kibsoft in DSA
ago ; 171 views

Underscorify Substring

Underscorify Substring In this question, you are provided with two strings. The first one, called the main string is the longer string. The smalle… Read More

Kibsoft in DSA
ago ; 154 views

Text Justify

Text Justify Text Justification problem is known by various names. These include word wrap and typographical alignment. When using word pr… Read More

Kibsoft in DSA
ago ; 62 views

Become a member
Get the latest news right in your inbox. It's free and you can unsubscribe at any time. We hate spam as much as we do, so we never spam!