Skip to content

Refresh algorithms #52

@siriak

Description

@siriak

I propose to update all algorithms to match coding standards. As a reference, please take a look at already refreshed algorithms. I will update this checklist as necessary. Feel free to make PRs and reference this issue there.

Encoders

  • Caesar
  • Hill
  • Vigenere

Data Compression

  • Huffman Encoding
  • Shannon-Fano Encoding

Numeric

  • Binary GCD
  • Euclidean GCD
  • Other
  • Fermat Prime Checker
  • Prime Finder
  • Sieve of Eratosthenes
  • Vowel Checker
  • Searches
  • A-Star
  • Binary
  • Linear

Sorts

  • Binary Insertion
  • Bogo
  • Bubble
  • Bucket
  • Cocktail
  • Cycle
  • Heap
  • Insertion
  • Merge
  • Pancake
  • Quick
  • Radix
  • Selection
  • Shell

String

  • Longest Consecutive Character
  • Palindrome Checker

Traversals

  • Tree Traversal

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions