Skip to content

j2kun/program-gallery

Repository files navigation

Program Gallery

Programming is the art of Function, Form, Logic, and Balance.

Utility of the working program provides Function.

Organization and good abstraction creates Form.

The correctness is established with Logic.

Limitations and tradeoffs require harmonious Balance.

Visitor's Guide

.
├── data_analysis
│   └── principal_components.py
├── geometry
│   └── earthmover.py
├── lists_and_sequences
│   ├── dynamic_time_warp.py
│   ├── poly_mul.py
│   └── shuffle.py
├── randomized
│   ├── blum_blum_shub.py
│   ├── coins.py
│   ├── primality.py
│   └── unit_sphere.py
├── sorting
│   └── bayesian_ranking.py
├── streaming
│   ├── counting.py
│   ├── majority.py
│   ├── median.py
│   └── reservoir_sampling.py
└── tables
    └── memoize.py

About

Program Gallery

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages