Commit graph

18 commits

Author SHA1 Message Date
910d7bc3bb
feat(tree): implement free function 2023-01-27 22:37:24 +01:00
935a610b7e
feat(tree): initially working binary tree 2023-01-27 22:37:23 +01:00
98f158e1f5
feat(tree): started standard binary tree 2023-01-27 22:35:06 +01:00
167611e6fa
test(heap): test insert after every pop just in case
All checks were successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/pr/test-mem Pipeline was successful
2023-01-27 21:59:09 +01:00
05b96d1fd6
fix(heap): finally fixed that pop bug
All checks were successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/pr/test-mem Pipeline was successful
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
Some checks are pending
ci/woodpecker/pr/lint Pipeline is pending
ci/woodpecker/pr/test-mem Pipeline is pending
ci/woodpecker/pr/test Pipeline is pending
2023-01-25 20:49:18 +01:00
63100c5b99
test(heap): add random test that exposes some faults
Some checks failed
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/test Pipeline failed
ci/woodpecker/pr/test-mem unknown status
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
3c8c33b47a
fix(heap): some insert fixes
Some checks failed
ci/woodpecker/pr/lint Pipeline failed
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/pr/test-mem Pipeline was successful
2023-01-24 12:07:30 +01:00
c1ad26cf0c
feat(heap): initially working insert
Some checks failed
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/pr/test-mem Pipeline was successful
ci/woodpecker/pr/lint Pipeline failed
2023-01-24 07:53:51 +01:00
ef625ed14e chore: allow tests to access internal methods 2023-01-22 10:10:17 +01:00
050e99b413 feat(heap): code skeleton 2023-01-21 16:31:22 +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