Showing posts from October, 2019

7 layer of OSI model

7 layer of OSI Model | 7 Layer OSI model in Computer Network 7 layers of OSI model are application layer, presentation layer, session layer, transport layer, network layer, data link layer, and physical layer. 7 layers of OSI model 1.…

Min Heap In JAVA

Min Heap | Min Heap In Java In a Min Heap , the data of the root node must be less than or equal to its children nodes data and this property holds for all the nodes of the min binary heap. In the case of Min Heap , the root node will have t…

Load More
That is All