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)

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i csj

      Weekly Downloads

      5

      Version

      1.0.0

      License

      none

      Last publish

      Collaborators

      • tanepiper