1
0
Fork 0

Updated progress

This commit is contained in:
wael 2022-01-02 17:09:59 +02:00
parent 7af8990e67
commit 07f27486dd
No known key found for this signature in database
GPG Key ID: C0A5FBF4558963D4
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
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.
Implement vectors where the data gets copied into the array (I.E.: not just pointers!) - for faster I/O; benchmark on a small scale before doing this.