Skip to content

Commit 465380a

Browse files
Completed
1 parent d1d2e47 commit 465380a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

1 Intro/notes.txt

+6-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
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

Comments
 (0)