From 5cbc31875518fdd9775cf86b93df98c60f6988ec Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Mon, 25 Sep 2023 22:26:32 -0400 Subject: [PATCH] fixing format again --- lectures/08_vector_implementation/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lectures/08_vector_implementation/README.md b/lectures/08_vector_implementation/README.md index a258551..bc3f0ee 100644 --- a/lectures/08_vector_implementation/README.md +++ b/lectures/08_vector_implementation/README.md @@ -1,8 +1,8 @@ # Lecture 8 --- Templated Classes & Vector Implementation -- Designing our own container classes: +- Designing our own container classes: – Mimic the interface of standard library (STL) containers - – Study the design of memory management. + – Study the design of memory management. – Move toward eventually designing our own, more sophisticated classes. - Vector implementation - Templated classes (including compilation and instantiation of templated classes)