FunnyAlgorithms icon indicating copy to clipboard operation
FunnyAlgorithms copied to clipboard

A repository with a bunch of funny algorithms, beginners friendly

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

Added the algorithm for calculating the total probability of an event. Hoping to get the PR approved and get a label for hacktoberfest-accepted. Thank you!

Added solution to Search a 2D matrix problem

-Does not use any additional libraries. -Defines a calculate_flames function that takes two names as input. -Converts names to lowercase and removes spaces. -Creates dictionaries to count the frequency of...

This is an algorithm to check valid passwords.

This C++ Program is used for Sorting Linked List which is already sorted on Absolute values #Hacktoberfest 2023

Added a new folder for an algorithm that determines the day of the week for every given date

Added python code that takes a string as input and tells if the string given as input is a pangram

Here's the reason for returning l - 1: 1. In a binary search, when the search ends (i.e., l > r), l will be the next possible candidate value for...