All Questions

Structures

Follow
Showing 61 - 70 out of 133 Questions
293 Views

my children got in Neet 7,64,686,any chance to get seat in management quota, please tell me the fee structures toatal marks in neet 139,any chance to get seat in karnataka, or tamilnadu states, or andhra pradesh, my paying range is 5-6 lakes per year, any chance?

ADITYA KUMAR Student Expert 2nd Nov, 2021

Hi

I am assuming that you belong to general category.

NTA has declared the results but hasn't released the qualifying cut off marks yet.

>>>>>>> With 139 marks,

Your chances of getting any medical/dental college be it government or private is extremely low .

This is because,

In order to

56 Views

heap in data structures and algorithms

Ketaki Dhotre Student Expert 7th Sep, 2021

Dear,

A heap is a complete binary tree, and the binary tree is a tree in which the node can have utmost two children. Before knowing more about the heap data structure, you should know about the complete binary tree. A complete binary tree is a binary tree in which

100 Views

hashimg in data structures and algorithms

shikha jindal 7th Sep, 2021

Hashing is the process of mapping large amount of data item to smaller table with the help of hashing function(A fixed process converts a key to a hash key is known as a hash function).Hashing is also known as Hashing algorithm or message digest function.It is a technique to convert

31 Views

mtarix in data structures and algorithms

shikha jindal 11th Sep, 2021

Matrix is a way to store data in an organized form in the form of rows and columns.Mtrices are usually used in computer graphics to project 3 dimensional space onto a 2 dimensional screen.Matrices in the form of arrays are used to store data in an organized form.A matrix is

82 Views

graphs in data structures and algorithms

shikha jindal 7th Sep, 2021

A Graph is a non-linear data structure consisting of nodes and edges. The nodes are sometimes also referred to as vertices and the edges are lines or arcs that connect any two nodes in the graph.Graphs are used to solve many real-life problems. Graphs are used to represent networks. The

63 Views

trees in data structures and algorithms

shikha jindal 7th Sep, 2021

In computer science, a tree is a widely used abstract data type that simulates a hierarchical tree structure, with a root value and subtrees of children with a parent node, represented as a set of linked nodes. A tree data structure can be defined recursively as a collection of nodes

30 Views

lists in data structures with examples

shikha jindal 7th Sep, 2021

A list is an ordered data structure with elements seprated by a comma and enclosed within square brackets.

For example:List 1 and List 2 here contains a single type of data:

List 1=[2,3,4,5,6]

List 2=['Python','is','Awesome']

Here,list 1 has integers while list 2 has strings.Lists can also store mixed data types

44 Views

llosts in data structures and example

Tanya Gupta 7th Feb, 2022

Hi,


A list in computer is an ordered data structure with a number of elements that are separated by a comma and are enclosed within square brackets .  For example, list1 and list2 below contains a single type of data. Here, list1 has integers while list2 has strings. Lists can

45 Views

queus in data structures and example

shikha jindal 7th Sep, 2021

A Queue is a linear structure which follows a particular order in which the operations are performed. The order is First In First Out (FIFO). An example of a queue is any queue of consumers for a resource where the consumer that came first is served first. The difference between

65 Views

what are stacks in data structures

Ketaki Dhotre Student Expert 7th Sep, 2021

Dear,

Understanding of data structures is very important. Stacks, Queues, Linked Lists, Graphs are various Data Structures. Stack is kind of data structure which follows LIFO concept. LIFO basically means Last In First Out which means that the element that is added last into the stack will be popped out

The question have been saved in answer later, you can access it from your profile anytime. Access now