Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-28 | a prototype of an item derivation forest | JSDurand | |
It seems to be complete now, but still awaits more tests to see where the errors are, which should be plenty, haha. | |||
2023-01-22 | forest: clone correctly | JSDurand | |
Now the forest can detect if a node is packed or cloned, and correctly clones a node in those circumstances. But it still needs to be tested. | |||
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. |