summaryrefslogtreecommitdiff
path: root/abdul.md
diff options
context:
space:
mode:
Diffstat (limited to 'abdul.md')
-rw-r--r--abdul.md42
1 files changed, 42 insertions, 0 deletions
diff --git a/abdul.md b/abdul.md
new file mode 100644
index 0000000..4670e09
--- /dev/null
+++ b/abdul.md
@@ -0,0 +1,42 @@
+Abdul Bari
+https://www.udemy.com/course/datastructurescncpp/
+
+# Topics
+
+physical data structure
+
+* Arrays
+* Matrices
+* Linked List
+
+logical data structure
+
+* Stack
+* Queues
+* Trees
+* Graph
+* Hashing
+
+* Recursion
+* Sorting
+
+
+```plaintext
+ _
+ |C|
+ |P|
+ |U|
+ -
+ A
+ |
+ V
+ |------|
+ | |
+ | DATA |
+ | |
+ |------|
+ | CODE |
+ |------|
+ |memory|
+ |------|
+```