DAILY > Strings > Flashcards
What is a String?
A string is a sequence of characters. Many tips that apply to arrays also apply to strings.
Access Search Insert Remove
Operation Big-OAccess O(1)Search O(n)Insert O(n)Remove O(n)