Answer Posted / 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 |
Post New Answer View All Answers
sample code for data transfer between two r/2 systems and r/3 systems?
How do i find out the number of parameters passed into function?
If i have a dataset queried from Sql and I would like to insert the dataset into a specific node in an xml document how do I do this
Find out the list of authorization objects which contains activity as a field? Thanks in advance.
is it acceptable if we declare multiple exceptions in same overridden method.
what is the system development cycle
hii I inntrested abt scjp certification but i dont knw abt scjp plz send details abt scjp exam and syllabus.
Difference between HTML and DHTML?
Explain with examples any 2 features of OOPS.
WHat is execution in manual testing and when will we start execution and what language we use in execution
differences between qtp10.0 and 11.0 ?
smal talk is pure object oriented or not?
If u need any fake experience certificate in software side, contact me at: vikramyadhav@gmail.com
In an customer exit (include Z) program, only the last record is getting fetched. The exit is getting called after pressing save button. What to write for fetching the first record ? Before saved to a SAP table how can i call all these records in an itab in the exit ?
How to use string functions in QTP?give some examples