An open API service indexing awesome lists of open source software.

https://github.com/jweinst1/cs70

A library of javascript, python and ruby objects and functions used to study concepts in Discrete Mathematics(Computer Science 70),
https://github.com/jweinst1/cs70

Last synced: about 3 hours ago
JSON representation

A library of javascript, python and ruby objects and functions used to study concepts in Discrete Mathematics(Computer Science 70),

Awesome Lists containing this project

README

        

# CS70
A library of javascript objects and functions used to study concepts in Discrete Mathematics(Computer Science 70)

##Probability

This folder contains different javascript objects that implement random sampling, random permutations, throwing balls into bins, and more. It also contains some functions to calculate expected value, etc.

####BallsAndBins

This JS file contains objects that simulate distributing balls into bins, whether distinct or indistinct.

##Bijections:

This folder contains different javascript functions that can help calculate polynomial interpolation, error codes, and other concepts.