diff options
| author | mo khan <mo@mokhan.ca> | 2021-11-07 16:50:54 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-11-07 16:50:54 -0700 |
| commit | 36eed504f328a7216a375b5c16a11de2bfb95fa2 (patch) | |
| tree | 5c1e039fcc3f11bafc3f58e13423b9c7766ceee8 | |
| parent | 7515851e37f7476efa71d8552e6872276ddf4ba8 (diff) | |
start notes from Adbuls course
| -rw-r--r-- | abdul.md | 42 |
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| + |------| +``` |
