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

Funny StoryTime Script

I have added quicksort.cpp in a new folder named the same !

DFS traversal of a tree using a recursive approach.

Added 3D transformations on Cube program Language used - C++ Library used - glut (can be installed using freeglut on linux) Type in g++ cubeTransformations.cpp -o transform -lGL -lGLU -lglut...