haskell / haskell/fgl

It would be useful to have complexity information in the documentation for functions

Open
#30 5 comments 2 reactions 0 assignees View on GitHub
enhancement help wanted
Dominant language
Haskell
Stars
200
Forks
58
PR merge metrics
No merged PRs in 30d

Description

It would be handy for the documentation to confirm the expected time and space complexity of the functions in `fgl`. Given that all the functions operate over instances of `Graph` (and friends) rather than concrete types these bounds might have to be given in terms of the number of calls the `Graph`'s member functions, or given in terms of an idealized implementation of `Graph`.

This is particularly useful given the relative complexity of determining this information in Haskell.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.