]> Sergey Matveev's repositories - bfs.git/history - tests/trie.c
Formatting fixes
[bfs.git] / tests / trie.c
2023-09-27 Tavian BarnesFormatting fixes
2023-09-25 Tavian BarnesUse the new list macros
2023-05-18 Tavian BarnesSwitch from assert() to bfs_assert()/bfs_verify()
2023-05-10 Tavian Barnesconfig: s/BFS_COUNTOF/countof/
2023-03-31 Tavian Barneslist: Use macros instead of type-erased lists
2023-03-29 Tavian Barnestrie: Use list.h for the list of leaves
2023-01-25 Tavian BarnesReplace license boilerplate with SPDX tags
2022-12-07 Tavian Barnesconfig: New BFS_COUNTOF macro
2022-10-29 Tavian Barnestrie: Make leaves into a linked list
2022-04-16 トトもSource / Include Folder (#88)
2022-01-18 Tavian Barnestests: Add missing license headers
2022-01-18 Tavian Barnestests/trie: Fix "handling" typo
2020-11-13 Tavian BarnesInclude what I use
2020-06-09 Tavian Barnestests/trie: New acceptance test for tries