https://github.com/jmatth11/gap_buffer
simple implementation of a gap buffer data type
https://github.com/jmatth11/gap_buffer
c gap-buffer strings-manipulation
Last synced: about 1 year ago
JSON representation
simple implementation of a gap buffer data type
- Host: GitHub
- URL: https://github.com/jmatth11/gap_buffer
- Owner: jmatth11
- License: gpl-3.0
- Created: 2024-06-06T05:23:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-06T16:12:33.000Z (over 1 year ago)
- Last Synced: 2025-01-23T00:27:20.231Z (about 1 year ago)
- Topics: c, gap-buffer, strings-manipulation
- Language: C
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gap Buffer
A simple implementation of a Gap Buffer for text insertion and deletion.
Provided a small main.c driver for example usage.