Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohamed-samy26/cpp-custom-linked-list
Custom linked list implementation with undo() functionality to revert any edits done to the linked list in their specific order
https://github.com/mohamed-samy26/cpp-custom-linked-list
cpp data-structures linked-list pointers stack
Last synced: 3 days ago
JSON representation
Custom linked list implementation with undo() functionality to revert any edits done to the linked list in their specific order
- Host: GitHub
- URL: https://github.com/mohamed-samy26/cpp-custom-linked-list
- Owner: Mohamed-Samy26
- Created: 2022-04-02T00:46:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-16T23:33:53.000Z (over 2 years ago)
- Last Synced: 2024-11-13T04:30:52.781Z (2 months ago)
- Topics: cpp, data-structures, linked-list, pointers, stack
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cpp-Custom-linked-list
Custom linked list implementation with `undo()` functionality to revert any edits done to the linked list in their specific order