https://github.com/arogov-com/data-structures
Implementation of data structures
https://github.com/arogov-com/data-structures
algorithms algorithms-and-data-structures data-structures dictionry hashmap-c linked-list list queue stack
Last synced: 6 months ago
JSON representation
Implementation of data structures
- Host: GitHub
- URL: https://github.com/arogov-com/data-structures
- Owner: arogov-com
- License: gpl-3.0
- Created: 2023-12-27T19:34:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-29T17:34:05.000Z (11 months ago)
- Last Synced: 2025-04-29T18:38:19.526Z (11 months ago)
- Topics: algorithms, algorithms-and-data-structures, data-structures, dictionry, hashmap-c, linked-list, list, queue, stack
- Language: C
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Implementation of data structures
- Linked list
- Multiple type linked list
- Stack
- Multiple type stack
- Multiple type queue
- Multiple type hash map
- Multiple type array