Skip to content
View and47's full-sized avatar

Block or report and47

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. 8queens_ext 8queens_ext Public

    Solved chess puzzle for any board size and pieces, extension of well-known 8 queens (backtracking, < 2 sec.)

    Python

  2. distrib_corr distrib_corr Public

    Pandas, PySpark distributed correlation, an asset vs market. Benchmarked with pytest

    Python

  3. pricing-eng-graph pricing-eng-graph Public

    PoC for a graph-based Pricing (linear/delta Risk) Engine. Iterative BFS (pre/post)

    Python

  4. xlminespy xlminespy Public

    Minesweeper Game in Python with Excel COM Interoperability

    Python

  5. mvc-checkers-web mvc-checkers-web Public

    Two-player game of Checkers MVC: state OOP design pattern implements logic, FastAPI web UI (dynamic with JS)

    Python

  6. flyweight flyweight Public

    Inspired by the design pattern a weakref-based computation cache for state memoization

    Python