Skip to content

[architecture] create tree-shakable math/algorithms package in the mono-repo #623

@Yonava

Description

@Yonava

Context

I want a tree-shakable, zero-dependency, math/algorithms package in the mono-repo that just defines a bunch of standardized contracts that take a core graph (without plugins/extra add-ons) and cleanly computes on it. The contract should be minimal, and stateless, only to be wrapped with state later down the line if desired.

const { maxFlow, minCut } = computeFordFulkerson(coreGraph)

Metadata

Metadata

Assignees

No one assigned

    Labels

    good for thomas ⛷️This is something for Thomas!magic graphs 📊Pertaining to packages/graph in the magic graphs mono-reporoadmap 🚙a feature that is on the roadmap

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions