From 557b19934665145d2c2a22e1a8fde11b8f1343cf Mon Sep 17 00:00:00 2001 From: kunalgupta557a <67480044+kunalgupta557a@users.noreply.github.com> Date: Wed, 24 Aug 2022 18:50:26 +0530 Subject: [PATCH] Update Data Structures and Algorithms.md --- Data Structures and Algorithms.md | 1 - 1 file changed, 1 deletion(-) 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