1
0
C_lib/tests
2021-11-22 19:33:42 +02:00
..
binary_search_tests.c More test improvements (binary search and quick sort). 2021-11-22 19:33:42 +02:00
bst_tests.c Clean up TODO items 2021-11-07 14:47:00 +02:00
bubble_sort_tests.c Fixed bubble sort test return codes, updated progress, and added a script to locate TODO items. 2021-11-01 13:42:28 +02:00
compilation_documentation Updated notes, to enable more code analysis in the future. 2021-11-17 09:09:47 +02:00
compile_object_file.sh BST tests working mostly, added some compilation documentation, and added script to list files that are new to git while ignoring backup files. 2021-09-24 22:09:06 +03:00
compile.sh Changed compile flags (and script), for better sanitization. 2021-09-10 19:18:31 +03:00
double_linked_list_tests.c Fix the single and double linked list implementations - this means that queue should be OK, but that still needs testing. 2021-10-21 12:32:13 +03:00
makefile Expand compilation parameters to include static analysis on most tests (lists are holdouts though - too complex), fix a regression in binary_search_trees and reformat the code. 2021-11-18 12:02:43 +02:00
queue_tests.c Clean up TODO items 2021-11-07 14:47:00 +02:00
quick_sort_tests.c More test improvements (binary search and quick sort). 2021-11-22 19:33:42 +02:00
single_linked_list_tests.c Finished implementing queue and tests thereof, just need to run them and fix the problems (that'll surely arise). 2021-10-25 16:51:53 +03:00
stack_tests.c Initial Commit 2021-08-29 17:26:31 +03:00
tree_tests.c Implement Binary Search Trees, both it and the regular tree code still need some revision though 2021-09-09 21:33:25 +03:00