From 18d7955b7d84c00467ede38baae53f4ce1fb6908 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Fri, 20 Jan 2023 13:48:26 +0800 Subject: 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. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a064c8c..ac1dfdd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2023-01-20 Jean Sévère Durand + + * 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 + + * forest: A prototype is completed, and passes some tests. + 2022-11-15 Jean Sévère Durand * nfa: Stop worrying about monadic anamorphisms. -- cgit v1.2.3-18-g5258