Commit Graph

3 Commits

Author SHA1 Message Date
219812f20e feat(hashtable): add a hashtable implementation
All checks were successful
continuous-integration/drone/push Build is passing
This is a generic hashtable implementation.

Reviewed-on: #12
PR #12
2022-07-27 19:10:09 +02:00
9e4c9eb0ea feat(list): add generic list implementation
All checks were successful
continuous-integration/drone/push Build is passing
This pull request adds a list implementation that can be used
in a generic way and adds everything that might be needed in
later implementation of other data structurs.

Reviewed-on: #1
PR #1
2022-07-26 22:45:21 +02:00
Rick Barenthin
a650630f81 initial project setup 2022-01-20 23:49:46 +01:00