diff --git a/Data Structures and Algorithms.md b/Data Structures and Algorithms.md index e5d1eef..5d22ae6 100644 --- a/Data Structures and Algorithms.md +++ b/Data Structures and Algorithms.md @@ -51,7 +51,6 @@ ### 1.2 Vector `std::vector` **Use for** * Simple storage -* Adding but not deleting * Serialization * Quick lookups by index * Easy conversion to C-style arrays