diff options
| -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| + |------| +``` |
