4 posts tagged with "algorithms"
Raderbot — Rust Trading Bot
A Rust-based trading bot connecting to Binance / BingX WebSocket APIs for live market data (kline, ticker, trade streams), position management, and algorithmic strategies — exposed through an Actix Web REST API and static UI on `localhost:3000`.
Mar 5, 2024
Python Hanoi — Towers of Hanoi Simulation
A Python simulation of the classic Towers of Hanoi puzzle. Visualizes each move step-by-step with colored disks and tower state printed to the console. Uses a recursive algorithm to solve the puzzle optimally in 2^n - 1 moves.
Aug 26, 2020
Algorithm Testing — Python Testing Library
A Python library for testing algorithms with two complementary strategies: deterministic comparison against known-working implementations and stochastic stress testing with randomized inputs. Built with the Strategy design pattern for interchangeable algorithm implementations.
Aug 10, 2020
Algorithmic Toolbox — CS Algorithms Collection
A comprehensive collection of standard computer science algorithms implemented in Python. Covers divide and conquer, dynamic programming, greedy algorithms, and number theory — each with dedicated test modules for correctness validation.
Jul 15, 2020