Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

A repository of different Algorithms and Data Structures implemented in many programming languages.

Results 109 Algorithms issues
Sort by recently updated
recently updated
newest added

If you like my job please use the hacktoberfest-accepted In this MR i did implented two types to deletes in Linked-list in Go, this two types are: * DeleteByIndex *...

Quicksort haskell, simple implementation.

A game where each player has to maximize their final score by picking pots only from ends.

Description: Question 1. You are given an array(arr) of integers. 2. You have to sort the given array in increasing order using bubble sort. Input Format An Integer n arr1...