Recent questions tagged data-structures

0 votes
1 answer
33
From a character string of lenth $m$, the number of sub-strings of all lengths that can be formed are:$m^2$$m$$m(m+1)/2$$m(\log m)$
1 votes
3 answers
34
In a priority queue, insertion and deletion can be done atFrontbackMiddleAny position
0 votes
2 answers
35
What is the maximum number of comparisons needed to sort 6 items using radix sort, if each number is a 3-digit decimal number?120180210360
0 votes
0 answers
36
In Reeverse Polish notation, expression A*B+C*D is written asAB*CD*+A*BCD*+AB*CD+*A*B*CD+A request to the approver.!!This question is asked in ISRO 2024. Due to insuffici...
0 votes
1 answer
37
0 votes
1 answer
38
Consider the following array of elements<96,42,50,17,15,5,7,11,39,23,6,9,19,100,12>The minimum number of interchanges using buildheap needed to convert it into a max heap...
2 votes
1 answer
39
When it comes to Gate Data Science and AI, what language will the DSA questions be asked in - Python or C language?