Migrating bisect module from Python to Julia
-
Updated
Jul 8, 2021 - Julia
Migrating bisect module from Python to Julia
A program to encrypt a numeric payload as a sequence of transformations linking it to a numeric key.
An expanded solution for MIT 6.0001 OCW. A mathematical sandbox built from scratch to reverse-engineer bases, targets, and steps. Features an independent O(log n) Bisection Search engine that traps unknown variables by narrowing constraints without external libraries. Built to master time complexity and core logic architecture.
An optimized \(O(\log n)\) number guessing game built in Python using bisection search logic. Features robust error handling with input validation, a logic-contradiction catcher to detect cheating, and custom tracking metrics that display real-time search pool reduction data.
Guessing the number, simple game in python
Bisection Algorithm is a method that is used to find the root of an equation in a given interval that is the value of ‘x’ for which f(x) = 0. It applies a line search using derivatives. Thus it is only applicable for derivative functions
Tax portion of my FI/RE Financial Readiness Program. Python, unit testing, pytest, bisection search algorithm. Income tax calculator for filing single and married filing jointly
Add a description, image, and links to the bisection-search topic page so that developers can more easily learn about it.
To associate your repository with the bisection-search topic, visit your repo's landing page and select "manage topics."