Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yoursrijit/interesting-algorithms
https://github.com/yoursrijit/interesting-algorithms
Last synced: about 12 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/yoursrijit/interesting-algorithms
- Owner: yourSrijit
- Created: 2023-02-20T14:36:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-01T17:30:06.000Z (about 1 year ago)
- Last Synced: 2023-11-01T18:33:10.732Z (about 1 year ago)
- Language: Java
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Interesting-algorithmsðŸ§
# The Sieve of Eratosthenes - an algorithm for finding all prime numbers up to a given limit.
# The Knuth-Morris-Pratt Algorithm - an algorithm for finding occurrences of a pattern in a string.
# The Travelling Salesman Problem (TSP) - an algorithm for finding the shortest possible route that visits every city exactly once and returns to the starting point.
# The Monty Hall Problem - a counterintuitive probability puzzle that can be solved using conditional probability.
# The Game of Life - a cellular automaton that simulates the evolution of cells on a grid based on a set of rules.
# The Fast Fourier Transform (FFT) - an algorithm for quickly computing the discrete Fourier transform of a sequence of values.
# The Huffman Coding Algorithm - an algorithm for constructing an optimal prefix code based on the frequency of each symbol in a message.
# The RSA Algorithm - a public-key encryption algorithm used for secure communication over a network.
# The Luhn Algorithm - an algorithm for generating and validating credit card numbers.
# The PageRank Algorithm - an algorithm used by Google Search to rank web pages in search results based on their importance and relevance.
# Floyd’s cycle finding algorithm or Hare-Tortoise algorithm is a pointer algorithm that uses only two pointers, moving through the sequence at different speeds