Skip to content

An app that manipulates binary tree to replicate the Bernoulli formula, used in probabilities (https://en.wikipedia.org/wiki/Bernoulli_distribution)

Notifications You must be signed in to change notification settings

NuageRoue/BernoulliApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My high school final project!

Based on a binary tree, I made a small app that shows probability that follows Bernoulli's law.
To see the app, just execute 'exec.py'

but obviously, as it does not use the formula, it is not very efficient (there is an exponential complexity), but it is what I wanted to prove:
I wanted to use only a binary tree, to show that Objects can handle a complex formula, but that in order to be efficient, a dev need to understand math concepts

About

An app that manipulates binary tree to replicate the Bernoulli formula, used in probabilities (https://en.wikipedia.org/wiki/Bernoulli_distribution)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages