Complete Binary Tree:All levels are filled, except possibly for the last level, which is filled from the left as much as possible. Perfect Binary Tree:All levels are filled. Binary Search Tree:A special binary tree where smaller nodes are on the left, and higher value nodes are on the ri...
My aim with this repository is to share my knowledge and document my journey as I dive deep into the world of DSA. About Data Structures and Algorithms are the fundamentals of any programming language. Understanding these can be a major tool when it comes to solving complex problems. In ...
(or SJF) CPU Scheduling Python Program Zig-Zag Traversal of Binary Tree in Python Count occurrences of items in Python List Largest Rectangle Hackerrank Solution in Python Unemployment Data Analysis using Python Binary Search Tree in Python Classes and Objects in Python Jump Statement in Python-...