From 8acd62460e9e86e1bfd7a75e14182a85ad6a224c Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Mon, 4 Dec 2023 15:27:34 -0500 Subject: [PATCH] adding lecture 27 --- lectures/27_hybrid_data_structures/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lectures/27_hybrid_data_structures/README.md diff --git a/lectures/27_hybrid_data_structures/README.md b/lectures/27_hybrid_data_structures/README.md new file mode 100644 index 0000000..90e369e --- /dev/null +++ b/lectures/27_hybrid_data_structures/README.md @@ -0,0 +1,5 @@ +# Lecture 27 --- Hybrid / Variant Data Structures + +## Today’s Lecture + +- Some variants on the classic data structures