Commit graph

28 commits

Author SHA1 Message Date
05b96d1fd6
fix(heap): finally fixed that pop bug 2023-01-26 10:21:30 +01:00
3ec2e76af9
refactor(heap): some better variable names; some more tests 2023-01-25 22:12:22 +01:00
dc557f57ab
test(heap): some more tests to expose flaws 2023-01-25 20:49:18 +01:00
63100c5b99
test(heap): add random test that exposes some faults 2023-01-24 21:19:08 +01:00
6845e67cb6
feat(heap): possibly working pop 2023-01-24 21:02:29 +01:00
95d8c9972b
refactor(heap): combine tree and node into single struct 2023-01-24 17:22:11 +01:00
09c488aa0f
feat(heap): not quite working pop 2023-01-24 17:01:37 +01:00
6cf4eaaf0b
chore: separate target for each test binary 2023-01-24 14:06:46 +01:00
3c8c33b47a
fix(heap): some insert fixes 2023-01-24 12:07:30 +01:00
c1ad26cf0c
feat(heap): initially working insert 2023-01-24 07:53:51 +01:00
16b78b8431 chore: improve ci lint 2023-01-22 13:02:11 +01:00
0c673a2751 chore: make lint job check for warnings 2023-01-22 12:46:09 +01:00
d11d074960 chore: some reorganising 2023-01-22 12:35:55 +01:00
13a63d548c docs: added docstrings to public headers 2023-01-22 12:32:47 +01:00
8609769389 chore: better separate ci jobs 2023-01-22 12:17:56 +01:00
2cc974accc chore: updated readme 2023-01-22 11:56:11 +01:00
ef625ed14e chore: allow tests to access internal methods 2023-01-22 10:10:17 +01:00
6823050c2f refactor(heap): properly organised code 2023-01-22 09:40:35 +01:00
050e99b413 feat(heap): code skeleton 2023-01-21 16:31:22 +01:00
ad8c37c9ea chore: added woodpecker config 2023-01-18 17:04:45 +01:00
e01b2451c6 chore: add some more config files 2023-01-18 16:58:33 +01:00
11709cc611 refactor: slightly change api 2023-01-18 14:14:39 +01:00
30e086ad6b test: started porting cron tests 2023-01-18 13:59:10 +01:00
c018d8d86c
test: add structure & framework for writing tests 2023-01-18 13:08:09 +01:00
3da95a63fb
chore: add readme 2023-01-18 11:49:45 +01:00
be97472dcc
chore: switch to defualt clang-format formatting 2023-01-18 11:38:34 +01:00
4d72e60515
chore: added makefile 2023-01-18 11:29:16 +01:00
f50bc4a3c4
chore: added cron code 2023-01-17 23:09:06 +01:00