diff options
author | JSDurand <mmemmew@gmail.com> | 2023-01-20 13:48:26 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2023-01-20 13:48:26 +0800 |
commit | 18d7955b7d84c00467ede38baae53f4ce1fb6908 (patch) | |
tree | 97d0746b82816a21d980636e50f8cdbeb804b518 /ChangeLog | |
parent | 8f8d3d1a3c276be4be2e5d2e767ada564c47279a (diff) |
chain: a prototype is added.
I have an ostensibly working prototype now.
Further tests are needed to make sure that the algorithm meets the
time complexity requirement, though.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2023-01-20 Jean Sévère Durand <durand@jsdurand.xyz> + + * chain: A prototype is added, and passes some tests. But I am + still testing if its performance meets the time complexity + requirement. + +2023-01-13 Jean Sévère Durand <durand@jsdurand.xyz> + + * forest: A prototype is completed, and passes some tests. + 2022-11-15 Jean Sévère Durand <durand@jsdurand.xyz> * nfa: Stop worrying about monadic anamorphisms. |