FunnyAlgorithms
FunnyAlgorithms copied to clipboard
A repository with a bunch of funny algorithms, beginners friendly
Add a cpp file with bananas and monkeys.
Added cpp code
added in different file
- 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.
Search Algorithm Added