DSA

Polish Notation in Data Structure

In this article, we will look into Polish notation in Data Structures. We will discuss its types along with some examples and the use of such notations in general. Polish Notation is a general form of expressing mathematical, logical and algebraic equations. The compiler uses this notation in order to evaluate mathematical expressions depending on …

Polish Notation in Data Structure Read More »

Max Heap vs Min Heap

In this article, we will have a look at the difference between Max Heap and Min Heap Data Structure. We will look at the description of each data structure and examples related to them. Firstly, let us have a quick recap of the Heap Data Structure. Heap is a special type of binary tree based …

Max Heap vs Min Heap Read More »