
commit d59fc27c33795b338472eeacc33ec16c306bd6a8 (HEAD -> main, origin/main, origin/HEAD) Author: karl <karl3wm@writeme.com> Date: Mon Mar 10 10:35:06 2025 -0400 EEEEEEEK diff --git a/balloons.py b/balloons.py new file mode 100644 index 0000000..7d41d33 --- /dev/null +++ b/balloons.py @@ -0,0 +1,6 @@ +# a decision tree with interruptible branch evaluation +# that would be capable of optimizing a 2-operation program's result + +class Branch: + def __init__(self, options): + commit fdf19c0ad6502648a88bced7f484b26a841fc930 Author: karl3wm <karl3@writeme.com> Date: Mon Mar 10 10:32:35 2025 -0400 Initial commit .gitignore | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ LICENSE | 121 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 2 ++ 3 files changed, 175 insertions(+)