Impl. necessary data structures #8

Closed
opened 2024-06-28 03:52:46 +00:00 by stephenseo · 4 comments
Owner

Doing everything from scratch.

Will be creating a LinkedList and HashMap that uses LinkedList buckets.

Doing everything from scratch. Will be creating a LinkedList and HashMap that uses LinkedList buckets.
stephenseo added this to the Development Planning project 2024-06-28 03:52:46 +00:00
Author
Owner

Will be doing off-stream since I don't think creating data structures seems entertaining enough for a development stream.

Will be doing off-stream since I don't think creating data structures seems entertaining enough for a development stream.
Author
Owner

Linked list implemented in 6ac7edbb3b . HashMap is next.

Linked list implemented in https://git.seodisparate.com/stephenseo/SimpleArchiver/commit/6ac7edbb3bf947d74c0d18f21509e7b035097392 . HashMap is next.
Author
Owner

Hash map implemented in 4d260e4a7b , the two planned data structures have now been implemented.

Hash map implemented in https://git.seodisparate.com/stephenseo/SimpleArchiver/commit/4d260e4a7b5cc095a33b4f4ca83bb65f1b5bfc7f , the two planned data structures have now been implemented.
Author
Owner

Also implemented a priority heap as of fbe62ba5b2 , it seemed to be necessary.

Also implemented a priority heap as of https://git.seodisparate.com/stephenseo/SimpleArchiver/commit/fbe62ba5b23b5e287001fdff12ba2e40369329ec , it seemed to be necessary.
Sign in to join this conversation.
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: stephenseo/SimpleArchiver#8
No description provided.