A Library of Algorithms!
This repo is for hacktoberfest! Just add an algorithm in whatever language you desire!
An algorithm is a set of steps to solve a problem. We always use algorithms in everyday life. Algorithms helps us to solve problems systematically and effectively without wasting time and resources. An example of an algorithm is "Make a tea algorithm". Make a tea algorithm:
Computer algorithm is similar with common algorithm. The difference is computer algorithm built with computer language, not with human language. One division in computer algorithm that has been a long-time research is sort algorithm. Sort algorithm is one of the most important algorithm because computer nowadays always does sorting data. There are few sort algorithm: Bin, Merge, Bubble, Shell, and Quick.
Resource: https://computer.howstuffworks.com/what-is-a-computer-algorithm.htm
Other than that, just have fun! Happy Hacktober!
You can check the List of Contributors : here