wikis Search Results · repo:TheAlgorithms/JavaScript language:JavaScript
Filter by
5 results
(109 ms)5 results
inTheAlgorithms/JavaScript (press backspace or delete to remove)Luhn's The Luhn algorithm or Luhn formula, also known as the "modulus 10" or "mod 10" algorithm, is a simple checksum formula used to validate a variety of identification numbers, ...
- Last updated on May 3, 2020
Caesar In cryptography, a Caesar cipher , also known as Caesar's cipher, the shift cipher, Caesar's code or Caesar shift, is one of the simplest and most widely known encryption techniques. It ...
- Last updated on May 3, 2020
The Algorithms - Javascript All algorithms implemented in Javascript (for educational purposes only) List of Algorithms See our directory . Index - Sort Algorithms Search Algorithms Ciphers Checksums
- Last updated on Jun 17, 2021
Linear From Wikipedia : linear search or sequential search is a method for finding a target value within a list. It sequentially checks each element of the list for the target value until a match is found ...
- Last updated on May 3, 2020
Bubble From Wikipedia : Bubble sort, sometimes referred to as sinking sort, is a simple sorting algorithm that repeatedly steps through the list to be sorted, compares each pair of adjacent items and swaps ...
- Last updated on May 3, 2020