/js-structs

For holding algorithms implementation, data structures, and other Computer Sciency musings in JavaScript

Primary LanguageJavaScript

JS-SCTRUCTS

For holding algorithms implementation, data structures, and other Computer Sciency musings in JavaScript

Implemented so far

  • Euclid's algorithm for finding the greatest common divisor between two numbers
  • A Hexavigesimal number system (base 26) implementation except the range of values is A through Z