From 36eed504f328a7216a375b5c16a11de2bfb95fa2 Mon Sep 17 00:00:00 2001 From: mo khan Date: Sun, 7 Nov 2021 16:50:54 -0700 Subject: start notes from Adbuls course --- abdul.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 abdul.md 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| + |------| +``` -- cgit v1.2.3