3 Binary Tree Traversal Algorithm (Preorder, Inorder and Postorder)
The tree is an important data structure. It has a parent and children relationship at various levels. In this article, we are more focusing on tree traversing. You will also...
Qualcomm Interview Questions | Set 1 |On Campus
Last month Qualcomm visited our campus for the placement. BTech and MTech were allowed for the placement drive. I am sharing Qualcomm interview questions and experience about...
How does Computer Network Work for Kids?
Whether if you are from computer science background or not, we do use the internet and we know it better to use it. The Internet is nothing but the network of computers. When...
How to Write a code to implement strstr function in C?
Before implementing strstr function, first thing, you need to understand strstr function. What does strstr function do? What are its uses? What is strstr function in...
Write a C Program to Implement Stack using Array
The stack is first in last out data structure to store the elements. Elements are accessed by push pop operations. Push operation adds a new element in the stack at the top,...
Write C/C++ Program to Reverse a Linked List without Recursion?
The linked list is the crucial data structure that contains a list of the nodes. Each node has a data variable to store data and a node pointer to point next node in the linked...
IBM ISDL Interview Questions and Placement Paper | On Campus
I am sharing my experience about IBM ISDL interview questions, placement papers, online written test. The profile offered was IBM ISL/IBM ISDL. IBM placement papers consist of...