FunnyAlgorithms icon indicating copy to clipboard operation
FunnyAlgorithms copied to clipboard

A repository with a bunch of funny algorithms, beginners friendly

Results 159 FunnyAlgorithms issues
Sort by recently updated
recently updated
newest added

This Pull Request introduces a new function funnySort that utilizes the 'Random Shuffle' algorithm to shuffle the elements of an array. It's a playful demonstration of array manipulation, highlighting that...

added a calculator created using c programming

This is my contribution to this repository as a part of Hacktoberfest 2023 where I implemented Shuffle Sort using Python.