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

https://github.com/chihebabiza/cpp-stack-string-history

simple C++ project that implements undo and redo functionality for string operations. It allows users to modify a string and then reverse or reapply changes using stack-based logic. This project demonstrates the use of data structures like stacks to manage a history of edits ...
https://github.com/chihebabiza/cpp-stack-string-history

cpp data-structures oop programming-advices stack string

Last synced: 6 months ago
JSON representation

simple C++ project that implements undo and redo functionality for string operations. It allows users to modify a string and then reverse or reapply changes using stack-based logic. This project demonstrates the use of data structures like stacks to manage a history of edits ...

Awesome Lists containing this project