Skip to content

xianqiu/Bankrupt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bankrupt

Installation

Use one of the following method:

  • pip install
pip --install bankrupt
pip --install bankrupt --upgrade
  • clone repository and install with:
python setup.py install

Usage

>>> import bankrupt
>>> d = [100, 200, 300]
>>> x = bankrupt.allocate(100, d)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages