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: 14 days 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T10:12:45.000Z (almost 2 years ago)
- Last Synced: 2025-03-03T00:22:16.478Z (over 1 year 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.
