1
0
Fork 0
Commit Graph

172 Commits

Author SHA1 Message Date
wael 8af9483c46 Added more docs, and fixed some file documentation/comments in linked lists. 2021-09-07 23:55:38 +03:00
wael 0296538762 Add comments to single linked list header, and start documenting it in groff files. 2021-09-07 18:34:47 +03:00
wael da6cf60a78 Update roadmap, and algorithms. 2021-09-06 19:29:37 +03:00
wael 764595daa2 More docs: string copying. 2021-09-06 19:14:01 +03:00
wael cc0b74cd04 Updated documentation-generating script, and added documentation for a tree node. 2021-09-06 18:06:17 +03:00
wael 6c165bb041 Added bubble sort algorithm 2021-09-06 17:49:01 +03:00
wael 267af2a93e Add more docs. 2021-09-04 20:19:35 +03:00
wael c659257910 Documentation-generating script done mostly, just need to make it detect the files automatically or as input arguments. 2021-09-04 19:50:58 +03:00
wael c4060e8dd2 Added a script to generate docs from groff ms-formatted files in the docs directory. TODO: add different generation options (PDF/HTML/UTF-8), currently PDF-only. 2021-09-04 18:05: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 d12c3df291 Implemented doubly-linked lists with tests, started testing, lots to fix still. 2021-09-04 15:15:27 +03:00
wael eae4cfd374 Remove backup file 2021-09-04 00:28:50 +03:00
wael 71a24f93a0 Initial groff docs directories created, and initial example made for single_node.h (as single_node.h.ms), still needs fixing and finishing. 2021-09-04 00:26:25 +03:00
wael a8f07c1fa0 Finished doubly-linked lists, need to write tests still. 2021-09-04 00:01:06 +03:00
wael 67e14a211c Almost done implementing double-linked lists, 2 more functions left - list freeing functions specifically. 2021-09-03 22:06:00 +03:00
wael 03f10e9267 Almost done implementing double-linked lists, 4 more functions left. 2021-09-02 22:44:11 +03:00
wael bd9f66b85b implemented more functions in double_linked_list.c, a few more to go. 2021-09-02 22:01:27 +03:00
wael c7e672cb4b add readme 2021-09-01 12:40:03 +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
wael 0e6259a87c Removed all ignored files 2021-09-01 11:33:04 +03:00
wael 54fa19f766 Start implementing the double-linked lists. 2021-09-01 11:17:34 +03:00
wael 72f3ae3164 Initial Commit 2021-08-29 17:26:31 +03:00