FunnyAlgorithms icon indicating copy to clipboard operation
FunnyAlgorithms copied to clipboard

A repository with a bunch of funny algorithms, beginners friendly

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

Add a cpp file with bananas and monkeys.

Added logic to solve given problem

hacktoberfest-accepted

- Added my version of easy and clear python code for Rock Paper Scissors game which is well documented and also provided a README file in english other than the...

i have pushed a funnyAlgorithm to Decode strings Example 1: Input: s = "3[a]2[bc]" Output: "aaabcbc" Example 2: Input: s = "3[a2[c]]" Output: "accaccacc" Example 3: Input: s = "2[abc]3[cd]ef"...

i have added 132 patterns algorithm in java

Change the C++ solution to make use of modern C++ features, instead of being just a rehash of the C version.

hacktoberfest-accepted