1
0
Fork 0
Commit Graph

36 Commits

Author SHA1 Message Date
wael d3562af7ea
More work on RB trees, still far from done, and updated flag options to be later explored. 2022-03-06 11:45:20 +02:00
wael ac078dc1f4
Update roadmap and makefile (not done yet). 2022-02-16 17:08:16 +02:00
wael d25af752db
Updated progress. 2022-01-29 20:57:39 +02:00
wael 07f27486dd
Updated progress 2022-01-02 17:09:59 +02:00
wael 7939f40418
Updated roadmap 2021-12-30 11:00:35 +02:00
wael ca81bee6f3 Updated string copying function and documentation thereof. 2021-12-16 12:52:51 +02:00
wael 7f1b13d566
Implemented vectors, needs testing still - updated roadmap 2021-12-16 12:29:45 +02:00
wael 0064de87d6 More vector work and update TODO items. 2021-12-13 15:15:47 +02:00
wael fdbc851f5f Updated heap implementation and started implementing vectors 2021-12-01 12:59:48 +02:00
wael e853c86771 Added license (GPLv3-only), still have to add notice to the rest of the files and license to the docs. 2021-11-22 19:32:54 +02:00
wael 5b4a160e4d Updated notes, to enable more code analysis in the future. 2021-11-17 09:09:47 +02:00
wael 9de0cd367d Update documentation and add docs for binary search. 2021-11-10 12:03:47 +02:00
wael acbef5d0ec Clean up TODO items 2021-11-07 14:47:00 +02:00
wael f631feca97 Fixed bubble sort test return codes, updated progress, and added a script to locate TODO items. 2021-11-01 13:42:28 +02:00
Wael Karram 99d8e4e76c Finished implementing queue and tests thereof, just need to run them and fix the problems (that'll surely arise). 2021-10-25 16:51:53 +03:00
Wael Karram a9dd1808bc More work on queues, still not finished! 2021-10-25 15:19:28 +03:00
Wael Karram 3e366e1748 Update progress. 2021-10-21 12:32:35 +03:00
Wael Karram 19c00492d4 Implemented testing for binary search. code still needs fixing! 2021-10-20 14:51:21 +03:00
Wael Karram 6d667cf75a Initial implementation for binary search - still not done. 2021-10-20 11:18:22 +03:00
Wael Karram d24da97b49 Added serialization code to the list data structures, needs further testing and fixes. 2021-10-20 10:45:42 +03:00
Wael Karram 0ae35dfff6 More work on queues. 2021-10-17 15:15:21 +03:00
Wael Karram c976c052b3 Header implementation for AVL trees. 2021-10-17 13:42:21 +03:00
wael 03bb02d7ac Added note about TCC, should add support to it down the road. 2021-10-14 12:47:41 +03:00
wael 9bab5c476f Updated progress and notes. 2021-09-29 22:08:50 +03:00
wael feb6246b07 Added more single linked list documentation. 2021-09-26 17:23:39 +03:00
wael 86702fcaf0 Update progress 2021-09-26 16:57:36 +03:00
wael 9122f14c97 More work on BSTs, test still doesn\'t compile though 2021-09-22 13:18:42 +03:00
wael 11d080445c Finished implementing BSTs, needs testing still. 2021-09-22 11:38:03 +03:00
wael 057648a901 Update progress 2021-09-12 09:30:56 +03:00
wael 85ae64179b Updated roadmap/progress in progress_and_notes 2021-09-10 19:43:46 +03:00
wael 29d32a612f More test fixes, yet more needs to be done 2021-09-08 21:53:31 +03:00
wael b42f04b35c Fixed more styling issues in linked list source files, started implementing a queue data structure 2021-09-08 00:17:24 +03:00
wael da6cf60a78 Update roadmap, and algorithms. 2021-09-06 19:29:37 +03:00
wael c6b3367d27 Done implementing double-linked-lists, and rewrote single linked lists to play along nicely (different function names) 2021-09-04 17:18:06 +03:00
wael a8f07c1fa0 Finished doubly-linked lists, need to write tests still. 2021-09-04 00:01:06 +03:00
wael b2e98ad620 More work on double-linked lists, almost a thrid of the functions have been implemented. 2021-09-01 12:20:44 +03:00