@@ -48,6 +48,8 @@ be accessed and modified efficiently. More precisely, a data structure is a coll
48
48
values, the relationships among them, and the functions or operations that can be applied to
49
49
the data.
50
50
51
+
Remember that each data has its own trade-offs. And you need to pay attention more to why you're choosing a certain data structure than to how to implement it.
0 commit comments