Difference Between Min Heap and Max Heap in Data Structure
What is a heap in the data structure? Difference between min heap and max heap. Heapify algorithms, inserting and finding elements and other operations and heap usages.
What is a heap in the data structure? Difference between min heap and max heap. Heapify algorithms, inserting and finding elements and other operations and heap usages.
What are the MS in IIT Madras interview questions? Experience shared by research candidate after GATE. There is written test and followed by the interview, conducted for Jan Admission of IIT Madras.
How to Find Next Greater Number with same Set of Digits of a Given Number in C Program? This is a coding question as well as asked in many interview coding rounds.
I am sharing my experience about placement and Microsoft interview questions. Hope this will be very useful for you if are preparing for Microsoft placement.
What are the different types of Binary Tree Traversal Algorithms? Preorder, Inorder, and Postorder traversals are explained with examples and their uses.
I am sharing Qualcomm Interview Questions and experience about online written test. There is first online test followed by two technical interview and one HR interview round.
If you want to know how does computer network work. It is simple as any non-technical guy understand it, and also it is too complex as any technical expert understand it.
Write a program to implement strstr function in C. Complete code explained about implementing string function strstr.