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 ...
- Host: GitHub
- URL: https://github.com/chihebabiza/cpp-stack-string-history
- Owner: chihebabiza
- License: mit
- Created: 2025-06-19T13:10:13.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-06-19T13:12:43.000Z (6 months ago)
- Last Synced: 2025-06-19T14:25:02.034Z (6 months ago)
- Topics: cpp, data-structures, oop, programming-advices, stack, string
- Language: C++
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE