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

the code follows a simple sequence: clear the console, display the dancing text animation with the provided or user-entered text, and control the timing to create the animation effect. Hope...

"Crystal Ball Fortune Teller" is a whimsical Python project that combines interactive user engagement with colorful visuals to deliver humorous and imaginative fortunes, creating moments of joy and entertainment" "I...

The Random Art Generator is a Python program that creates abstract artworks by generating random shapes and colors on a canvas. It's a creative and customizable tool for making unique...

### History of the Vigenère Cipher: The Vigenère cipher is a method of encrypting alphabetic text by using a simple form of polyalphabetic substitution. It was first described by Giovan...

I added the BeerRhyme algorithm in x64 Assembly for Linux. (This is a contribution to hacktoberfest, so please add the hacktoberfest-accepted tag if You accept it, thanks)

I created the beer rhyme in the Kotlin language. (This is a contribution to hacktoberfest, so please add the hacktoberfest-accepted tag if You accept it, thanks)

Crazy Factory Game, created with Pygame, tasks players with catching falling objects to score points. Stay sharp and prevent objects from hitting the ground in this fast-paced arcade challenge. I...

I implemented backtracking algorithm using python, also added a readme file explaining the code. Hoping to get the PR merged and getting the hacktoberfest and hacktoberfest-accepted badge.

Hey, this is Mugdha. I have added a code for the famous stack's problem which is Celebrity Problem using C++. Provided 2 solutions, brute force and optimized approach. Thankyou and...