chiark / gitweb /
 
descriptionLibrary with balanced binary search trees and similar data structures.
ownerMark Wooding
last changeFri, 6 Sep 2024 21:10:18 +0000 (22:10 +0100)
shortlog
2024-09-06 Mark WoodingRename files to remove the pointless `tree' part. master
2024-09-06 Mark Woodingdump-to-assgn: Add a script to convert dumps into ...
2024-09-06 Mark Woodingsoak: Add a step counter to the `--sync' option.
2024-09-06 Mark Woodingsoak: Pull sync state out into a separate variable.
2024-09-06 Mark Woodingsoak: Remove separate `nsteps' variable.
2024-09-06 Mark Woodingsoak: Track total steps and steps within checkpoint...
2024-09-06 Mark Woodingsoak (Level.__init__): Trim newline from the tree listing.
2024-09-06 Mark Woodingsoak: Don't bother capturing the node sequence number.
2024-09-06 Mark Woodingsoak: Pop test-program stack before comparing it to...
2024-09-06 Mark Woodingsoak: Allow arguments to be passed on to the test program.
2024-09-06 Mark Woodingsoak (Options.__init__): Split overly long line.
2024-09-06 Mark Woodingsoak (State.__init__): Fix indentation.
2024-08-20 Mark WoodingMakefile: Silence the testing rules.
2024-08-20 Mark Woodingsoak: Implement split, join, and set operations.
2024-08-20 Mark Woodingavltree.c (avltree_splitroot): Set right tree height...
2024-08-20 Mark Woodingrbtree.c (rbtree_splitroot): Count output black-heights...
...
tags
3 weeks ago 0.99.0 Release 0.99.0.
heads
3 weeks ago mdw/tidy
4 weeks ago mdw/splay.mess
7 months ago master