We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1d2e47 commit 465380aCopy full SHA for 465380a
1 Intro/notes.txt
@@ -1 +1,6 @@
1
-
+Data Structure: A data structures is a way to store and organize data so that it can be used efficiently
2
+2 types: Linear: Elements are accessed in a linear order and Non-Linear: Elements are stored and accessed in a non-linear order
3
+ADT: Declaration of data + Declaration of operations
4
+Algorithm: Sequnece of steps for solving a problem
5
+Master Theorem
6
+Subtraction and Conquer
0 commit comments