Skip to content

Commit 5a41db4

Browse files
committed
Add CC-05
1 parent b6f4bf4 commit 5a41db4

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

lectures/CC-05-Trees-Hash.pptx

8.62 KB
Binary file not shown.

lessons.json

+22-2
Original file line numberDiff line numberDiff line change
@@ -1147,8 +1147,28 @@
11471147
"description": "In this section, we implement a hasmap and a linked tree map.",
11481148
"videos" : [
11491149
{
1150-
"title" : "TBD",
1151-
"youtube" : "tbd"
1150+
"title" : "Introduction: Building a HashMap and LinkedTreeMap in C",
1151+
"youtube" : "ZlFzDecW9TM"
1152+
},
1153+
{
1154+
"title" : "Understanding Hash Computations",
1155+
"youtube" : "7u6LStDRY0E"
1156+
},
1157+
{
1158+
"title" : "Building a HashMap object in C",
1159+
"youtube" : "_if6yo7twCc"
1160+
},
1161+
{
1162+
"title" : "Using Binary Trees as Data Structures",
1163+
"youtube" : "QWD3c4mZ-tU"
1164+
},
1165+
{
1166+
"title" : "Inserting Data Into a LinkedTreeMap in C",
1167+
"youtube" : "ACF-H4nQ5Pc"
1168+
},
1169+
{
1170+
"title" : "Counting Words in Python and in C using a LinkedHashMap",
1171+
"youtube" : "g6Ew4vCPuSs"
11521172
}
11531173
],
11541174
"references" : [

0 commit comments

Comments
 (0)