Ecosyste.ms: Awesome
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: 5 days ago
JSON representation
A library of javascript, python and ruby objects and functions used to study concepts in Discrete Mathematics(Computer Science 70),
- Host: GitHub
- URL: https://github.com/jweinst1/cs70
- Owner: jweinst1
- Created: 2015-11-13T23:58:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-18T18:19:34.000Z (almost 9 years ago)
- Last Synced: 2023-03-02T15:32:36.450Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 49.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.