unitaryfoundation/metriq-app

Big-O complexity metrics

Open

#405 opened on Jan 28, 2022

View on GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (30 forks)github user discovery
help wantedquestion

Repository metrics

Stars
 (34 stars)
PR merge metrics
 (PR metrics pending)

Description

For reporting big-O complexity of quantum (or adjacent) algorithms, we can't generally rely on just a numerical metric value.

How do we programmatically collect and compare big-O for algorithms? How do we graphically present the state-of-the-art in terms of big-O complexity?

Contributor guide