From 6c390995f04c1db7ae77bc471c495aee2f3930d4 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Thu, 28 Sep 2023 18:29:38 -0400 Subject: [PATCH] no vector implementation --- lectures/09_iterators_linked_lists/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/lectures/09_iterators_linked_lists/README.md b/lectures/09_iterators_linked_lists/README.md index 4ebb71a..55e31a4 100644 --- a/lectures/09_iterators_linked_lists/README.md +++ b/lectures/09_iterators_linked_lists/README.md @@ -5,7 +5,6 @@ - Iterators and iterator operations - STL lists are a different sequential container class. - Returning references to member variables from member functions -- Vec iterator implementation ## 9.1 Another STL vector operation: pop_back