MindStudy, question and answer site designed to help students, to help each other:
To ask, to learn, to share, to grow.
Get the right answers. Fast
Submit answers for community.
Pat yourself on the back. You deserve it.
524 questions
a) How the Polynomial function 4x^3+ 10x^2 + 3 represented using a linked list?
b) Compare and contrast between an array and a single linked list.
Polynomial function represented using a linked list, Compare between array and single linked list
a) Consider the array int a [ 10 ] [ 10 ] and the base address 2000, then calculate the address of the array a [ 2 ] [ 3 ] in the row and column major ordering.
b) Write the advantage of circular queue over linear queue.
calculate the address of the array, advantage of circular queue over linear queue
What do you mean by recursion? Write down a C function to find out the GCD of two nos. using recursive technique.
Recursion is a programming technique that allows the programmer to express operations in terms of themselves. In C, this takes the form of a function that calls itself.
What is binary tree? Construct a binary tree using the inorder and postorder traversal of the node given below :
Inorder : D B F E A G C L J H K
Postorder : D F E B G L J K H C A
A binary tree consists of a finite set of element that can be partitioned into three distinct subset called root, the left and right sub tree. If there are no elements in the binary tree it is called an empty binary tree.
What is a B-Tree? Show how the letters A to P English alphabet can be entered into a B-tree of order 4.
A B-Tree of order 'm' is an “m" way tree such that 1. All leaf nodes are at the same level.
What is linear searching?
Linear search tries to find an item in a sequentially arranged data type. These sequentially arranged data items known as array or list, are accessible in incrementing memory location.
Copyright © 2025 MindStudy
A product by Shunya Intelliware Solution
(Registered under MSME Uddyam)