Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

A collection of algorithms and data structures

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

added details of sorting strings.

Type: new feature Issue solved: Issue https://github.com/williamfiset/Algorithms/issues/286 The original PR (PR https://github.com/williamfiset/Algorithms/pull/345 ) containing two problems was split into two separate PR, and the code was optimized and improved at...

Type: fix bug and add testing Comment: Cannot understand current fast/med/slow part, so I tried to write a new suffix array, and also design some test units for it, it...

Type: new feature Issue solved: Issue #326 The original PR (PR #345 ) containing two problems was split into two separate PR, and the code was optimized and improved at...

Implementing compound interest method.

Ordered set is a [policy based data structure in g++](https://www.geeksforgeeks.org/policy-based-data-structures-g/) that keeps the unique elements in sorted order. It performs all the operations as performed by the set data structure...

I couldn't find it and noticed it was removed here: a13a51074e1961c03de76621c836f978a418935e. Is there a reason why?