Unnamed: 0
int64 1
5.86k
| Question
stringclasses 24
values | Sample ANS
stringclasses 24
values | Student ANS
stringlengths 1
1.06k
| Score
float64 0
2.5
|
---|---|---|---|---|
635 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | asymptotic analysis is about finding the range of time and space complexity | 2 |
636 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | Asymptotic notations stand for notations used to define or to structure their complexities. There are many types of asymptotic notations that are big-O, Big-Omega, Small o ,small Omega. Analysis by which we define and find the complexities of the algorithm we have structured is called asymptotic analysis. | 2 |
637 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | asymptotic analysis refer to the time limitations while solving a particular problem that is when the time tends to infinitely large number what is the behaviour of the graph of the function. | 2 |
638 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | Asymptotic analysis of an algorithm is getting the worst, average and best time complexity and space complexity of a problem. | 1.5 |
639 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | Asymptotic means tends to infinity. By asymptotic analysis we mean to find how our algorithm will work when it is given large inputs which are tending to infinity. | 1.5 |
640 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | asymptotic analysis is analysing the algorithm according to its max and min time it takes. | 2 |
641 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | asymptotic analysis is the analysis of a code done before the code runs. | 2 |
642 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | Asymptotic analysis of an algorithm is the analysis of Time and space complexities as per tight upper boud, tight lower bound and tight average boud according to the requirement. | 2 |
643 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | a asymptotic analysis of a algorithm is to analyze an algorithm based on loops its takes in time complexity or new space used in space complexity | 2 |
644 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | Asymptotic analysis of an algorithm refers to the time analysis of a program based on its worst, average, and best case . | 2 |
645 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | it is a method to calculate time complexity of any algorithm. | 2 |
646 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | Asymptotic analysis of an algorithm has an | 2 |
647 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | It is the mathematical approach of finding time or space complexity of an algorithm in which an algorithm is defined as a function of n (f(n)). | 2 |
649 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | asymptotic analysis of algorithm is describe the mathematical framing while it is running | 1 |
650 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | The asymptotic analysis of an algorithm includes see how the function is growing over time using mathematical functions. we are more interested in degree of the polynomials. We don't need to look at all the cases but get a brief overview. Like we can look at the best case, worst case and average case and see overall and get idea of how the algorithm would be performing. these analysis then help us compare the different algorithms. | 1.5 |
651 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | asymptomatic analysis of an algorithm is when algo is analyzed on the basis of input size. | 1.5 |
652 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | in asymptotic analysis we take different test cases and find the best, worst and average test case | 1.5 |
653 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | It is the process of calculating the run time of an algorithm.\n | 2 |
654 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | The asymptotic analysis of an algorithm is done to find out the Best, Average or worst case for the Time or Space complexity of a program | 1.5 |
655 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | Asymptotic analysis of the algorithm is to calculate or estimate the running time of the algorithm and therefore calculating the worst best and average case of the particular algorithm | 1.5 |
657 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | Asymptotic Analysis of an algorithm is | 1.5 |
658 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | Asymptotic analysis of an algorithm is | 1.5 |
660 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | The process of calculate the running time of algorithms in mathematical units to find the program limitations. | 1 |
661 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | It refers to giving mathematical foundation of its runtime performance. | 1 |
662 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | the analysis of the upper and lower bound of an algorithm is called its asymptotic analysis | 1.5 |
663 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | The asymptotic analysis refers to the study of running time of an algorithm. | 1.5 |
664 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | Analysis based on algorithm's time complextiy is called asmptotic analysis | 2 |
665 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | asymptotic ananlysis is the study of upper bound time or lower bound time complexity analysis of a particular algorithm. | 2 |
666 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | Asymptotic analysis is the process in which we calculating the run time of an algorithm in mathematical units to find the program’s limitations and run time perfomance. | 2 |
667 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | refers to computing the running time of any algorithm in mathematical units of computation. | 1 |
668 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | Asymptotic analysis include finding worst case time , best case time and average case time complexity for a particular algorithm. | 2 |
670 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | approx time complexity analysis of an algorithm. | 1 |
671 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | Asymptotic analysis of an algorithm refers to defining the mathematical foundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case, and worst-case scenario of an algorithm.\n | 1 |
672 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | it is the analysis in which we analyze the running time complexity of an algorithm for best ,average and worst case. | 1 |
673 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | An asymptotic analysis of an algorithm is to analyze the code time complexity at every operation of the proposed algorithm so that we can get \nthe information about the time complexity of code\n | 2 |
674 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | asymptotic analysis of algorithm is analysis of algorithm in best time case ,average time case, and worst time case | 2 |
675 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | increases the time complexity, any \ | 1 |
676 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | Asymptotic analysis of an algorithm refers to defining the mathematical foundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case, and worst case scenario of an algorithm. | 2 |
677 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | In which we compare the problem statement at hand with a pre-existing analyzed statement. And we just try to reduce the complexities in the form of the other one. In this manner we can comment on the best case, worst case and average case time complexities. | 1 |
679 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | Asymptotic analysis represent to analyzing respective algorithm on basis of time and space:\nIt includes finding upper bound, lower bound ,average bound of a system by studying f(n),g(n) and respective best case, worst case and average case. | 1 |
680 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | Asymptotic analysis of an algorithm is the ananlysis of algorithm to figure out the complexity of the algorithm. | 1 |
681 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | Asymptotic analysis is done to check the time complexity of a program so that we can get an idea about the best and worst time it is taking to run a particular program. | 1 |
682 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | Asymptomatic analysis gives a rough idea of the time the algorithm will take in execution given we have the variables like user-defined inputs.\nIt can be used for the analysis of the time complexity, space complexity or any required auxiliary space. | 1 |
683 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | asymptotic analysis is done to check how good the Algorithm is and how much time it would be taking it is mainly used in calculating time complexity of a algorithm . there are different types of asymptotic notations like big O, theta, omega, | 1 |
684 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | it is the analysis of time complexity of a given algorithm to get the complexity in best, average and worst time cases | 1 |
685 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | It is the best , average and worst case time complexity of an algorithm. These can be used for comparison. | 1 |
687 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | It is analysis of the algorithm using a criteria in which we find time complexity of an algithm. | 1 |
688 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | asymptotic analysis of an algorithm is a process to determine the time complexity of an algorithm using various theorems ,laws etc. , like master theorem can be used to find it's complexity effectively. | 2 |
689 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | it helps in giving the time complexity of a problem | 1.5 |
690 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | It is the analysis of time complexty and space occupied. | 2 |
691 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | thats the time depending approch for algorith.means that how much time will take the algorithm running ,like its have notation for describe the time complexity. | 2 |
692 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | the analysis of the running time of a particular algorithm is called asymptotic analysis. it is algebraic or graphical in nature. | 2 |
693 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | Asymptotic analysis of algorithm is an analysis where we calculate the time complexity of the algorithm. | 2 |
694 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | It refers to the analysis of time and space complexities of an algorithm | 2 |
695 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | Determination of how an algorithm in perform in its best case and its worst case scenario helping .Time complexities are denoted with the symbols accordingly | 2.5 |
696 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | Asymptotic Analysis of an algorithm 1)best case2)average case 3)worst case | 2.5 |
698 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | Asymptotic analysis deals with best case worst case and average case of an algorithm | 2.5 |
699 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | The asymptotic notation of an algorithm is the representation of time and space complexity of the algorithm in terms of Big O, Big omega notations, By this we can judge two algorithms whether the given algorithm should preffered over other or not. | 2.5 |
700 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | this the analysis of space and time complexity using asymptotic notations like \nbig O\nbig alpha\nbig omega | 2.5 |
701 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | asymptotic analysis is the analysis of algorithm based on two complexities time and space. in asymptotic analysis we use asymptotic notation to give best case, worst case and average case out comes of the algorithm. | 2.5 |
702 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | Asymptotic Analysis of an algorithm refers to the analyss | 0.5 |
703 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | Considering the efficiency of algo in three cases \nThe Best Case\nThe Worst Case\nThe Middle Case | 2.5 |
704 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | \nBig theta : average case\n\nBigO: best case | 0.5 |
705 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | Asymptotic analysis of algorithm refers to analysing time and space complexities using various notations to fit various requirements like having time or space complexity less than, greater than or equal to a certain order of n.\n | 2.5 |
706 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | asymptotic analysis is obtaining the time complexity using mathematical expressions | 2.5 |
708 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | asymptotic analysis means to find the various and more efficient approach to a problem using the different asymptotic notations | 0 |
711 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | big omega, big theta, big delta | 0 |
713 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | Asymptotic analysis of an algorithm is the measurements of time taken by the algorithms in asymptotic denotions(namely, oh, omega and theta). In those too, it is divided into different parts, such as big oh, big omega, small oh, small omega. | 2 |
714 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | asymptomatic notations can be analysed in 3 types \n1) big o notation - it is the upper bound\n2) omega notation - it is the lower bound\n3) theta notation - | 2.5 |
715 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | there are three type of asymptotic analysis of an algorithm:\n--> Big O notation.\n--> Omega notation.\n-->Theta notation. | 2 |
716 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | asymptotic analysis of an algorithm basically a notations in which a algorithm is performed | 0 |
717 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | asymptotic analysis of an algorithm reffers to the practice of analysis on the basis of notation in which complexity can be expressed | 2 |
718 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | In asymptotic analysis of an algorithm we categorize the algorithm in 3 categories so that we can figure out what max time our algo will take in worst case and min time in best and avg. time in avg. case. With the help of analyzation we can find Time Complexity of the Algorithm. | 2.5 |
719 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | asymptotic analysis of an algorithm is the analysis of the time complexity the algorithm takes, where big omega is for best case big thetha for average case and big O for worst case time complexity. We analyse through these aasymptotic algorithm so we can analyse our code for time complexity. | 2.5 |
720 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | asymptotic analysis of an algorithm is to analyse the problem and divide thye problem into fewer subproblems. | 0 |
721 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | Types of asymptotic analysis are :-\nBig O notation = upper bound graph\nOmega notation = mid bound graph\nTheta notation = lower bound graph | 2 |
722 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | Asymptotic analysis is the practice of figuring out the space and time complexity of the algorithms in order to determine which algorithm would be the best to use. A key point here is that we take the complexity of the functions into consideration when the independent variable is tending to infinity. Hence, the name asymptotic. | 2.5 |
723 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | Asymptotic analysis of an algorithm is to understand the space and time complexity of any algorithm. | 2.5 |
724 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | in which we get the best average and worst case of algorithm and according to that we can apply the suitable technique. | 2 |
726 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | asymptotic analysis refers to using substitution method or master theorem to find out the mathematical complexity of our algorithm | 0 |
727 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | asymptotic analysis of an algo is is we measure a performance of algo in the term of different mathematical notation like big o and many more | 2.5 |
728 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | asymptotic analysis is the analysis of the code in terms of time complexity of the code.\nsome asymptotic notations - O(worst case), Theta(average case) and omega(best case) | 2.5 |
729 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | min time omega\nmax time big oh\navg time theta\nsame as storage | 2 |
730 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | they can never change the time. | 0 |
731 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | the analysis which uses asymptotic notations for telling the time complexity of given program or problem | 2 |
732 | What is asymptotic analysis of an algorithm? | Asymptotic analysis of an algorithm, refers to defining the mathematical boundation/framing of its run-time performance. Using asymptotic analysis, we can very well conclude the best case, average case and worst case scenario of an algorithm. | asymptotic analysis are basically for the prefix , suffix problem in a given question. | 0 |
734 | What are asymptotic notations? | Asymptotic analysis can provide three levels of mathematical binding of execution time of an algorithm – (1) Best case is represented by Ω(n) notation. (2) Worst case is represented by Ο(n) notation. (3) Average case is represented by Θ(n) notation. | BigOh(theta), bigoh(omega), smalloh(theta) | 2 |
735 | What are asymptotic notations? | Asymptotic analysis can provide three levels of mathematical binding of execution time of an algorithm – (1) Best case is represented by Ω(n) notation. (2) Worst case is represented by Ο(n) notation. (3) Average case is represented by Θ(n) notation. | its calculate the running time of the algorithm | 1 |
736 | What are asymptotic notations? | Asymptotic analysis can provide three levels of mathematical binding of execution time of an algorithm – (1) Best case is represented by Ω(n) notation. (2) Worst case is represented by Ο(n) notation. (3) Average case is represented by Θ(n) notation. | There are three asymptotic notations: 1) O(): The big O notation shows the worst case complexities, 2) theta: The theta notations show the average case complexity, 3) omega: The omega notation shows the best case complexities | 2.5 |
737 | What are asymptotic notations? | Asymptotic analysis can provide three levels of mathematical binding of execution time of an algorithm – (1) Best case is represented by Ω(n) notation. (2) Worst case is represented by Ο(n) notation. (3) Average case is represented by Θ(n) notation. | In asymptotic notations we have Big oh notation which is the upper bound, Theta notation which is average, Omega which is the lower bound. | 2.5 |
738 | What are asymptotic notations? | Asymptotic analysis can provide three levels of mathematical binding of execution time of an algorithm – (1) Best case is represented by Ω(n) notation. (2) Worst case is represented by Ο(n) notation. (3) Average case is represented by Θ(n) notation. | The asymptotic notations are bigoh(n),average o(n) and omega(n). | 2.5 |
739 | What are asymptotic notations? | Asymptotic analysis can provide three levels of mathematical binding of execution time of an algorithm – (1) Best case is represented by Ω(n) notation. (2) Worst case is represented by Ο(n) notation. (3) Average case is represented by Θ(n) notation. | asymptotic notations is used to describe the running time of an algorithm .how much time algorithm takes with a given input 'n'. there are three notations. \nbig O \nbig theta\nbig omega. | 2 |
740 | What are asymptotic notations? | Asymptotic analysis can provide three levels of mathematical binding of execution time of an algorithm – (1) Best case is represented by Ω(n) notation. (2) Worst case is represented by Ο(n) notation. (3) Average case is represented by Θ(n) notation. | Big oh , omega ,theta. | 2 |
741 | What are asymptotic notations? | Asymptotic analysis can provide three levels of mathematical binding of execution time of an algorithm – (1) Best case is represented by Ω(n) notation. (2) Worst case is represented by Ο(n) notation. (3) Average case is represented by Θ(n) notation. | -> Big oh - worst case time - the algorithm will not take more than this time\n-> theta - average case time - the algorithm will take average this much time\n-> omega - best case - the algorithm will take minimum this much time | 2.5 |
742 | What are asymptotic notations? | Asymptotic analysis can provide three levels of mathematical binding of execution time of an algorithm – (1) Best case is represented by Ω(n) notation. (2) Worst case is represented by Ο(n) notation. (3) Average case is represented by Θ(n) notation. | Asymptotic notation is a mathematical notation used to analyze the time complexity and runtime of an algorithm for a large input | 2.5 |
743 | What are asymptotic notations? | Asymptotic analysis can provide three levels of mathematical binding of execution time of an algorithm – (1) Best case is represented by Ω(n) notation. (2) Worst case is represented by Ο(n) notation. (3) Average case is represented by Θ(n) notation. | To study the time complexity and space complexity of a given problem we use notations that are known as asymptotic notations. | 2 |
744 | What are asymptotic notations? | Asymptotic analysis can provide three levels of mathematical binding of execution time of an algorithm – (1) Best case is represented by Ω(n) notation. (2) Worst case is represented by Ο(n) notation. (3) Average case is represented by Θ(n) notation. | Notation used to represent the time , whether it is linear , quadratic , cubic , and etc. .\nsome of the notations are :\n0(1) --> constant\no(n) --> linear | 1 |
745 | What are asymptotic notations? | Asymptotic analysis can provide three levels of mathematical binding of execution time of an algorithm – (1) Best case is represented by Ω(n) notation. (2) Worst case is represented by Ο(n) notation. (3) Average case is represented by Θ(n) notation. | Asymptotic notations are which declares the meaning like ending the code, comparing the values, using brackets etc. | 1 |
746 | What are asymptotic notations? | Asymptotic analysis can provide three levels of mathematical binding of execution time of an algorithm – (1) Best case is represented by Ω(n) notation. (2) Worst case is represented by Ο(n) notation. (3) Average case is represented by Θ(n) notation. | The asymptotic notations include Big O notation, theta notation and omega notation. These are used to denote the upper bound, lower bound and average time taken by any algorithm to function. eg O(nlogn), o(n^2) | 2.5 |
747 | What are asymptotic notations? | Asymptotic analysis can provide three levels of mathematical binding of execution time of an algorithm – (1) Best case is represented by Ω(n) notation. (2) Worst case is represented by Ο(n) notation. (3) Average case is represented by Θ(n) notation. | asymptotic notations are :\nbig o \ntheta\nomega | 2 |