What is String in Data Structures?

Technology CommunityCategory: Data StructuresWhat is String in Data Structures?
VietMX Staff asked 3 years ago

string is generally considered as a data type and is often implemented as an array data structure of bytes (or words) that stores a sequence of elements, typically characters, using some character encoding. String may also denote more general arrays or other sequence (or list) data types and structures.