1
0
Fork 0

Updated progress.

This commit is contained in:
wael 2022-01-29 20:57:39 +02:00
parent 269259adb2
commit d25af752db
No known key found for this signature in database
GPG Key ID: C0A5FBF4558963D4
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
Make sure everything is implemented and tested.
Urgent tasks:
Fix queue's compilation (splitting it up into compiling separately from single linked lists then linking them).
Test queue.
Finish max heap + test.
Const, const, const and more const - put it everywhere you can.
Also inline as much as possible - and use static inline where needed.