csj

1.0.0 • Public • Published

A port for nodeJS of a collection of classic computer science paradigms, algorithms, and approaches written in JavaScript. All of the code is available under an MIT License.

var csj = require('csj')

Available Algorithims:

  • Luhn algorithm (luhn)
  • Binary search (binarySearch)
  • Bubble sort (bubbleSort, bubbleSort2)
  • Merge sort iterative (mergeSortI)
  • Merge sort recursive (mergeSortR)
  • Selection Sort (selectionSort)
  • Binary search tree (binSearchTree)
  • Linked list (linkedList, linkedListC, linkedListD)
  • Base64 (base64Encode, base64Decode)

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1

Package Sidebar

Install

npm i csj

Weekly Downloads

0

Version

1.0.0

License

none

Last publish

Collaborators

  • tanepiper