Login
Register
@
Dark Mode
Profile
Edit my Profile
Messages
My favorites
Register
Activity
Q&A
Questions
Unanswered
Tags
Subjects
Users
Ask
Previous Years
Blogs
New Blog
Exams
Dark Mode
Slides
Recent questions tagged binary-heap
2
votes
2
answers
1
GATE CSE 2023 | Question: 2
Which one of the following sequences when stored in an array at locations $A[1], \ldots, A[10]$ forms a max-heap? $23,17,10,6,13,14,1,5,7,12$ $23,17,14,7,13,10,1,5,6,12$ $23,17,14,6,13,10,1,5,7,15$ $23,14,17,1,10,13,16,12,7,5$
admin
asked
in
DS
Feb 15
by
admin
1.2k
views
gatecse-2023
data-structures
binary-heap
1-mark
0
votes
1
answer
2
GATE CSE 2023 | Memory Based Question: 41
Which one of the following sequences when stored in an array at locations A[1],...,A[10] forms a max-heap? $23\; 17\; 10\; 6\; 13\; 14\; 1\; 5 \;9 \;12$ $23 \;14 \;19 \;1 \;10 \;13 \;16 \;12 \;7 \;5$ $23 \;17\; 14\; 6\; 13\; 10\; 1\; 5\; 7\; 15$ $23 \;17\; 14\; 7\; 13\; 10\; 1\; 5\; 6\; 12$
GO Classes
asked
in
DS
Feb 6
by
GO Classes
448
views
memorybased-gatecse2023
goclasses
data-structures
binary-heap
2
votes
1
answer
3
Algorithm which uses Max heap to find i smallest elements
Can anyone please explain how to find “ i “ smallest elements from an array whose elements are distinct Please use max heap to explain the working input : n distinct elements output : i smallest elements
Thor-o-s
asked
in
DS
Sep 1, 2022
by
Thor-o-s
164
views
algorithms
binary-heap
data-structures
0
votes
0
answers
4
Best Open Video Playlist for Binary heap Topic | Data structures
Please list out the best free available video playlist for Binary heaps from Data structures as an answer here (only one playlist per answer). We'll then select the best playlist and add to GO classroom video lists. You can ... standard ones are more likely to be selected as best. For the full list of selected videos please see here
makhdoom ghaya
asked
in
Study Resources
Aug 16, 2022
by
makhdoom ghaya
60
views
go-classroom
free-videos
video-links
missing-videos
binary-heap
0
votes
0
answers
5
Best Open Video Playlist for Binary heaps Topic | Data structures
Please list out the best free available video playlist for Binary heaps from Data structures as an answer here (only one playlist per answer). We'll then select the best playlist and add to GO classroom video lists. You can ... standard ones are more likely to be selected as best. For the full list of selected videos please see here
makhdoom ghaya
asked
in
Study Resources
Aug 16, 2022
by
makhdoom ghaya
69
views
go-classroom
free-videos
video-links
missing-videos
binary-heap
0
votes
1
answer
6
Introduction to Alogrithm
Number of max heap possible with n distinct keys.
Overflow04
asked
in
DS
Jun 29, 2022
by
Overflow04
136
views
data-structures
binary-heap
0
votes
2
answers
7
ACE Test Series
A ) B ) C ) D )
ramakrushna
asked
in
DS
Jan 27, 2022
by
ramakrushna
408
views
data-structures
binary-heap
ace-test-series
0
votes
1
answer
8
Gate Applied Test Series
A min heap of size 2048 is stored on an array with array indices [1..2048] is stored and the minimum number of comparisons required to determine the maximum of element is _______.(Assume that we are allowed to access the array indexes)
Sagar475
asked
in
DS
Jan 21, 2022
by
Sagar475
382
views
data-structures
binary-heap
numerical-answers
applied-gate-test-series
0
votes
1
answer
9
max heap - algorithms - made easy test series
Consider the following graph: Find the total number of max-heap possible orderings with elements 12, 10, 1, 5, 7, 9, 8 such that each element is filled in one node of the above tree and element 10 occupies only the left child node of its parent.
atulcse
asked
in
DS
Jan 16, 2022
by
atulcse
352
views
data-structures
binary-heap
made-easy-test-series
numerical-answers
1
vote
2
answers
10
Gate Applied Practice Test
Question--> The time required to find the 99th smallest element from a min heap of n elements is (given that we have access to the array elements)
lalitver10
asked
in
Programming
Jan 13, 2022
by
lalitver10
637
views
binary-heap
data-structures
heap-sort
time-complexity
0
votes
2
answers
11
Gate-Applied-test
Which of the following arrays do not represent a min heap. A. 1, 2, 4, 8, 12, 6, 7, 10, 11 7, 10, 12, 11, 17, 19, 2 25, 27, 28, 30, 32, 34, 27 90, 95, 100, 110, 120, 130, 99
lalitver10
asked
in
Programming
Jan 10, 2022
by
lalitver10
229
views
data-structures
binary-heap
2
votes
1
answer
12
Applied Test Series
The time required to determine the minimum element from the max heap of size O(log(n)) is given by
LRU
asked
in
DS
Nov 3, 2021
by
LRU
571
views
data-structures
binary-heap
time-complexity
applied-gate-test-series
1
vote
2
answers
13
Self Doubt
How many min heap possible with 6 distinct node?
Nishisahu
asked
in
DS
Sep 23, 2021
by
Nishisahu
272
views
data-structures
binary-heap
counting
10
votes
4
answers
14
GATE CSE 2021 Set 2 | Question: 2
Let $H$ be a binary min-heap consisting of $n$ elements implemented as an array. What is the worst case time complexity of an optimal algorithm to find the maximum element in $H$? $\Theta (1)$ $\Theta (\log n)$ $\Theta (n)$ $\Theta (n \log n)$
Arjun
asked
in
DS
Feb 18, 2021
by
Arjun
5.3k
views
gatecse-2021-set2
data-structures
heap
binary-heap
time-complexity
1-mark
3
votes
2
answers
15
UGC NET CSE | October 2020 | Part 2 | Question: 24
In a binary max heap containing $n$ numbers, the smallest element can be found in ______ $O(n)$ $O(\log _2 n)$ $O(1)$ $O(\log_2 \log_2 n)$
go_editor
asked
in
DS
Nov 20, 2020
by
go_editor
887
views
ugcnetcse-oct2020-paper2
data-structures
binary-heap
0
votes
1
answer
16
NIELIT 2016 MAR Scientist C - Section C: 49
We have a binary heap on $n$ elements and wish to insert $n$ more elements (not necessarily one after another) into this heap. Total time required for this is $\Theta (\log n)$ $\Theta (n)$ $\Theta (n \log n)$ $\Theta (n^{2})$
Lakshman Patel RJIT
asked
in
DS
Apr 2, 2020
by
Lakshman Patel RJIT
459
views
nielit2016mar-scientistc
data-structures
binary-heap
Page:
1
2
3
4
next »
Subscribe to GATE CSE 2023 Test Series
Subscribe to GO Classes for GATE CSE 2023
Quick search syntax
tags
tag:apple
author
user:martin
title
title:apple
content
content:apple
exclude
-tag:apple
force match
+apple
views
views:100
score
score:10
answers
answers:2
is accepted
isaccepted:true
is closed
isclosed:true
Recent Posts
My journey from being a MSc student to AIR 239 in GATE CSE 2023 and qualified UGC-NET JRF.
NEEPCO Recruitment 2023
GATE CSE 2023 Results
IIIT Banglore MTech 2023-24
IIIT-Delhi MTech 2023-24
Subjects
All categories
General Aptitude
(2.5k)
Engineering Mathematics
(9.3k)
Digital Logic
(3.3k)
Programming and DS
(5.9k)
Algorithms
(4.6k)
Theory of Computation
(6.7k)
Compiler Design
(2.3k)
Operating System
(5.0k)
Databases
(4.6k)
CO and Architecture
(3.8k)
Computer Networks
(4.7k)
Non GATE
(1.3k)
Others
(2.5k)
Admissions
(653)
Exam Queries
(844)
Tier 1 Placement Questions
(17)
Job Queries
(76)
Projects
(9)
Unknown Category
(866)
Recent questions tagged binary-heap
Recent Blog Comments
congrats pranab
Congratulations @Pranab Paul 10 🥳
sir give access to these tests at least mid May...
Was there interview for mtech as well?
Check CCMT website for previous year cutoff for...