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)

Readme

Keywords

none

Package Sidebar

Install

npm i csj

Weekly Downloads

21

Version

1.0.0

License

none

Last publish

Collaborators

  • tanepiper