What is Big-O notation?
Answer / nashiinformaticssolutions
o Big-O notation describes the performance or complexity of an algorithm in terms of the size of the input. Common examples:
O(1)O(1): Constant time
O(n)O(n): Linear time
O(logn)O(log n): Logarithmic time
O(n2)O(n^2): Quadratic time
| Is This Answer Correct ? | 0 Yes | 0 No |
Java is called as pure objerct oriented programming language, where as c++ is not completely object oriented.can any explain the detailed differenec between these two
How do you pass variables forwrd to future CECI sessions
what is difference between input parameter and output parameter.
Given a arbitrary pointer to an element in a singly linked list?what is the time complexity for its deletion .
Hi I am Rathnam, How To Remove the duplicates with out using remove duplicate stage in the datastage
Write a shell program to test whether a given year is leap year or not ?
Hello all, My name is Nrupali, am a fresher, i know C language beginner. dont have any experience. planning to learn Php. let me know which language should i choose to learn or for salary purpose and growth??? kindly help me to take decision. thanks
Data Structure: Show that if k is the smallest integer greater than or equal to n+ (log2n)-2, k comparisons are necessary and sufficient to find the largest and second largest elements of a set of n distinct elements. (k comparisons are required to find what you are looking for, but no more than that are needed)
what do u mean by tagging
any drawback are there in mantis?
what is the diff bw sql direct and jdbc update can't we do select and updating operation in sql direct
what is delegats ?