Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-20 | chain: a prototype is added. | JSDurand | |
I have an ostensibly working prototype now. Further tests are needed to make sure that the algorithm meets the time complexity requirement, though. | |||
2023-01-13 | macro: try to write a macro for inhereting graphs | JSDurand | |
An attempt to write a derive macro to automatically derive the various graph traits. |