4 votes
1
How good is MSc CS data science at CMI.http://www.cmi.ac.in/teaching/courses.php?prog=mscdatascience
–1 votes
2
1 votes
3
2 votes
5
Can someone explain stars and bar problme using suitable example and imagesProblem : https://en.wikipedia.org/wiki/Stars_and_bars_%28combinatorics%29#Proofs_via_the_metho...
0 votes
6
Can anyone provide me some reference on multidimensional arrays......thankyou..
0 votes
9
Which of the following sorting algorithm can sort at runtime?1). Heapsort2). Merge sort3). Insertion Sort4). Selection SortThis is a self made question. So many options m...
0 votes
10
You have 10000 dates of the form YYYYMMDD.Which sorting method is more efficient?
1 votes
11
Which of the following scheduling algorithms can cause indefinite blocking of a process?a>FIFOb>SRTFc>Round Robin d>Priority scheduling According to me answer should be B...
1 votes
12
1 votes
13
0 votes
14
Consider the grammar given below. It isE - T+E | TT - aa. SLR(1) but not LL(1)b. Not an operator grammarc. Ambiguousd. None of these
0 votes
16
What is this partial decidability thing?..how is it different from undecidability.