(Urdu) Data Structures with Python
Your Instructor
I have a PhD in Computer Sciences and a PostDoc from the Max Planck Institute for Software Systems. I have been programming since early 2000 and have worked with many different languages, tools and platforms. I have an extensive research experience with many state-of-the-art models to my name. My research in Android security has led to some major shifts in the Android permission model.
I love teaching and the most important reason I upload online is to make sure people can find my content. If you have any problem with finances and you want to take my courses, contact me. I am more than willing to give out coupons that will make the course free for you.
You can see all the different areas I've worked with on my site as well as on my github page.
Course Curriculum
-
PreviewIntro to Trees, DFS (In-, Pre-, Post-Order), BFS, Arbitrary Functions on Nodes (74:29)
-
StartBinary Search Trees - Definition, Insertion and Searching (18:23)
-
StartBinary Search Tree: Deletion Operation, Issues with BST, Rotations to Avoid Imbalance (81:21)
-
StartTrees without Pointers; Max Heap - Heapify, Build Heap, Heap Sort (74:14)