## Data Structure Name: Strings
- #### Description:
- #### Variations:
- #### Diagram:
- #### General Use:
## Key Considerations
- #### Properties:
- Immutable in Python / Java
- #### Implementation Details:
- Slicing a strings in Python create a copy of the string
| | Time Complexity | Space Complexity |
| ------ | --------------- | ---------------- |
| Access | | |
| Add | | |
| Delete | | |
| Search | | |
- #### General Tips
- #### Special Properties
## Specific Use Cases
- TBD