GreekStapler
|
de1227b97b
|
refactor: Added free function for package struct.
While going through with the renaming, I saw that I actually forgot to implement that part.
|
2023-01-29 11:55:22 +00:00 |
GreekStapler
|
4812cde905
|
chore: Package module now follows the naming and structure conventions of libvieter.
|
2023-01-29 11:48:59 +00:00 |
GreekStapler
|
9452fea2ab
|
fix: Somehow, test file changed line endings to CRLF. Changed it back to LF.
|
2023-01-27 22:24:54 +00:00 |
GreekStapler
|
10eb08b8e4
|
chore: Rebase to dev branch with binomial heap PR.
|
2023-01-27 22:23:23 +00:00 |
Jef Roosens
|
167611e6fa
|
test(heap): test insert after every pop just in case
|
2023-01-27 21:59:09 +01:00 |
Jef Roosens
|
05b96d1fd6
|
fix(heap): finally fixed that pop bug
|
2023-01-26 10:21:30 +01:00 |
Jef Roosens
|
3ec2e76af9
|
refactor(heap): some better variable names; some more tests
|
2023-01-25 22:12:22 +01:00 |
Jef Roosens
|
dc557f57ab
|
test(heap): some more tests to expose flaws
|
2023-01-25 20:49:18 +01:00 |
Jef Roosens
|
63100c5b99
|
test(heap): add random test that exposes some faults
|
2023-01-24 21:19:08 +01:00 |
Jef Roosens
|
6845e67cb6
|
feat(heap): possibly working pop
|
2023-01-24 21:02:29 +01:00 |
Jef Roosens
|
95d8c9972b
|
refactor(heap): combine tree and node into single struct
|
2023-01-24 17:22:11 +01:00 |
Jef Roosens
|
09c488aa0f
|
feat(heap): not quite working pop
|
2023-01-24 17:01:37 +01:00 |
Jef Roosens
|
3c8c33b47a
|
fix(heap): some insert fixes
|
2023-01-24 12:07:30 +01:00 |
Jef Roosens
|
c1ad26cf0c
|
feat(heap): initially working insert
|
2023-01-24 07:53:51 +01:00 |
Jef Roosens
|
ef625ed14e
|
chore: allow tests to access internal methods
|
2023-01-22 10:10:17 +01:00 |
Jef Roosens
|
050e99b413
|
feat(heap): code skeleton
|
2023-01-21 16:31:22 +01:00 |
Jef Roosens
|
11709cc611
|
refactor: slightly change api
|
2023-01-18 14:14:39 +01:00 |
Jef Roosens
|
30e086ad6b
|
test: started porting cron tests
|
2023-01-18 13:59:10 +01:00 |
Jef Roosens
|
c018d8d86c
|
test: add structure & framework for writing tests
|
2023-01-18 13:08:09 +01:00 |