Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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