fixing format again

This commit is contained in:
Jidong Xiao
2023-09-25 22:26:32 -04:00
parent f4dde84161
commit 5cbc318755

View File

@@ -1,8 +1,8 @@
# Lecture 8 --- Templated Classes & Vector Implementation # Lecture 8 --- Templated Classes & Vector Implementation
- Designing our own container classes: - Designing our own container classes:
Mimic the interface of standard library (STL) containers 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. Move toward eventually designing our own, more sophisticated classes.
- Vector implementation - Vector implementation
- Templated classes (including compilation and instantiation of templated classes) - Templated classes (including compilation and instantiation of templated classes)