Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is Big-O notation?

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(log⁡n)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


Please Help Members By Posting Answers For Below Questions

What is the Difference between in memory database and physical database

2671


I want sample papers for NIC Examination. Plz send them to my mail Id das.neelam@gmail.com . Plz send it today, tomorrow i've the exam.

2078


Which method protects back button to retrieve old value from previous page in Struts.

1913


How to call dll API sub routine in VB Form.

2397


How to create a new dataset only duplicate observations in proc sort procedure?

2070


design a counter with the following repeated binary sequence: 0, 1, 2, 3, 4, 5, 6, 7, 8 using JK Flip Flop.

17922


i am getting the error while compiling my cics program with including db2 dclgen member it is showing that ur dclgen member not including and all the host variables are undeclared

1698


how to convert the data from HTML file to SAS dataset?

2790


Code for display the images from drive using vb 6.0?

5334


What is web.configuration? how is it work? & wht is use this?

1921


what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?

2045


8.In DSP,Define Signal and System?and various type of signals.

2085


Hi Guys, This is Rama, right now I am working as a Software Test Engineer in Gurgoan and I have over all 3 years of testing expoeriance. Right now I am looking for a change. Can any body help me out to find a job in south india. Thanks in Advance

1924


how to work search engine? plz detail answer me.

1901


what is best way to create a Thread class & why?

2226