Tag: Algorithm
All the articles with the tag "Algorithm".
Understanding the Luhn Algorithm
Published: at 12:21 AMA comprehensive guide to understanding the Luhn Algorithm, a simple checksum formula used to validate identification numbers like credit card numbers.
Equal with Deletions
Published: at 12:00 AMA coding challenge to determine if two strings can be made equal with deletions.
All Unique Characters
Published: at 12:00 AMA coding challenge to check if a string has all unique characters.
Fun Algorithm
Published: at 09:38 AMA fun algorithm that checks for single mismatches between strings and recursively finds matching pairs.