cs-in-js

0.0.1 • Public • Published

Computer Science in JavaScript

This repo is attempt to refresh my knowledge of CS basics by reimplementing basic algorithms and data scructures. I'll try to keep test and doc coverage above 90%, but you're always welcome to help me.

Project roadmap

Here's the things i'd like to bring here (though plans may change 😁)

Algorithms

  • Merge sort
  • Bubble sort
  • Quicksort

Data Structures

  • List
  • Seq
  • Stack
  • Linked list
  • Doubly linked list
  • Set
  • Map
  • Graph

Functional stuff

  • Curry
  • Compose
  • Memoize
  • Pick
  • Pluck
  • Partition
  • Lens
  • Transduce

Package Sidebar

Install

npm i cs-in-js

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • olegakbarov