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

**From 0-100 how cool you think you are?:** **_0_** _Exception in thread "main" java.lang.IllegalArgumentException: bound must be greater than origin at java.base/java.util.concurrent.ThreadLocalRandom.nextInt(ThreadLocalRandom.java:337) at Coolmetter.main(Coolmetter.java:21)_

We have a lot of code here, which means a lot of work to review all this code and maintain the minimum level of quality of code for this repository....

Rewrited the Tic_tac_toe algorithm using Java language. It was confusing because it was separated into tic-tac-toe and tic-tac folders!

"Josephus Problem" language: JAVA

I implemented the DFS algorithm at Java

Add rock paper scissors game in JAVA

Java code added for pick a card. 100% working and you need run the java code by saving it as, UTF-8.

hacktoberfest-accepted

Insertion in RBTree Program in c++ for understanding implementation easily

Added C++ version of the Stack using STL