From 07f27486ddfc9f6bf232468da5fcab1ccdb22459 Mon Sep 17 00:00:00 2001 From: wael Date: Sun, 2 Jan 2022 17:09:59 +0200 Subject: [PATCH] Updated progress --- progress_and_notes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/progress_and_notes b/progress_and_notes index e2b4b9a..65eb32d 100644 --- a/progress_and_notes +++ b/progress_and_notes @@ -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.