Skip to content

unalmis/introcs_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IntroCS Python

This is a repository of programs I developed as I learned python.

About the code

Here are descriptions of some projects in this repository.

  • Cambridge mathematician John Conway's Game of Life. 24
  • A high quality, unit tested, sorted tree implementation. This data structure is not found in the official python libraries. Its API supports more operations than typical implementations. 44
  • Binary search and fast discrete distribution random number generation. 42
  • Rumor propagation at a party. 14
  • Euler totient function and plotting the Fourier spike. 21
  • Computing Ramanujan numbers. 21
  • Computing Fibonacci numbers. 33

Installation

If needed, install miniconda.

git clone https://github.com/unalmis/introcs-python.git
cd introcs_python
conda env create --file environment.yml
conda activate introcs-env

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages