Skip to content

Create an implementation of a generic map (#13) - #31

Open
Altanis wants to merge 21 commits into
jakejack13:mainfrom
Altanis:main
Open

Create an implementation of a generic map (#13)#31
Altanis wants to merge 21 commits into
jakejack13:mainfrom
Altanis:main

Conversation

@Altanis

@Altanis Altanis commented Dec 26, 2022

Copy link
Copy Markdown
Contributor
  • Design an implementation for a generic map
  • Implement map_init
  • Implement map_free
  • Implement map_put
  • Implement map_get
    Implement map_contains Obsolete, use map_get(key) != NULL

@jakejack13 jakejack13 self-assigned this Dec 26, 2022
@jakejack13 jakejack13 added the enhancement New feature or request label Dec 26, 2022
@jakejack13 jakejack13 linked an issue Dec 26, 2022 that may be closed by this pull request
8 tasks
Comment thread src/lib/map.c Outdated
@Altanis

Altanis commented Dec 26, 2022

Copy link
Copy Markdown
Contributor Author

This requires memcmp to be implemented.

Comment thread include/lib/map.h Outdated
Comment thread include/lib/map.h Outdated
Comment thread include/lib/map.h
Comment thread include/lib/map.h Outdated
Comment thread include/stdlib/stdtypes.h
Comment thread src/lib/map.c
Comment thread src/lib/map.c
Comment thread include/lib/map.h Outdated
Comment thread src/lib/map.c Outdated
Comment thread include/lib/map.h Outdated
@jakejack13 jakejack13 removed their assignment Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create an implementation of a generic map

3 participants