String (computer science): Difference between revisions

Content deleted Content added
No edit summary
A simple operation on strings is concatenation. Other common operations on strings are searching and sorting
Line 27:
== String manipulation ==
 
TheA twosimple mostoperation on strings is concatenation. Other common operations on strings are [[string searching algorithm|searching]] and [[sort algorithm|sorting]]. Because there are so many practical uses for strings there are many associated algorithms with various tradeoffs.
 
Advanced string algorithms often employ complex mechanisms and data structures, among them [[suffix tree]]s, [[finite state machine]]s.