https://github.com/chinnanj666/data-structures-string-using-cpp
string data structures using c++
https://github.com/chinnanj666/data-structures-string-using-cpp
cpp data-structures strings
Last synced: 7 months ago
JSON representation
string data structures using c++
- Host: GitHub
- URL: https://github.com/chinnanj666/data-structures-string-using-cpp
- Owner: chinnanj666
- Created: 2024-09-16T10:08:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-16T10:12:45.000Z (about 1 year ago)
- Last Synced: 2025-01-13T11:15:52.706Z (9 months ago)
- Topics: cpp, data-structures, strings
- Language: C++
- Homepage: https://github.com/chinnanj666/data-structures-string-using-c-.git
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# data structures strings using c++
In data structures, a string is a sequence of characters used to represent text. Strings are commonly used for storing and manipulating textual data in computer programs. They can be manipulated using various operations like concatenation, substring extraction, and comparison.
