Algorithm past/Previous question paper
#past paper #fyp #final year project #courses #computer science #programming language #project with source code #question paper
-Algorithm project –Computer Science all subject past paper –Algorithm Problem with source code –Algorithm Course -Algorithm Project idea -Algorithm MCQ -Algorithm Interview Question –Computer Science all courses -Technology –University Past Paper -Programming language –Question paper –old paper
- Does input size matter? Suppose a program has run time O(n!) and the run time for n = 10 is 1 second how much it will take for N=16 Â Â Â [5]
- Write down Algorithm Development Process steps in diagram format. [5]
- Running Time of an Algorithm depends on which parameter? [5]
- Find time complexity for the following Code [4]
int j,k;
for (j=0; j<N; j++)
for (k=2; k<8; k++)
sum += k+j;
- Write a short note on backtracking algorithm [4]
- Write short note on the following [12]
- In which case Insertion Sort perform Best, Worst and Average time to sort array
- Write down the name of Linear Time sorting algorithms
- Why quick sort better than merge sort?
- In which case quick sort take maximum time to sort array
- Write down the code for merge sort and discuss it time complexity in detail [8]
- Apply the bucket sort algorithm and write down the steps for the following array
0.78Â 0.17Â 0.39Â 0.26Â 0.72Â 0.94Â 0.21Â 0.12Â 0.23Â 0.68Â [7]
#Algorithm project #Computer Science all subject past paper #Algorithm Problem with source code #Algorithm Course #Algorithm Project idea #Algorithm MCQ #Algorithm Interview Question #Computer Science all courses #Technology #University Past Paper #Programming language #Question paper #old paper