answersLogoWhite

0

What is the complexity?

Updated: 9/17/2023
User Avatar

Wiki User

12y ago

Best Answer

its a situation occurring in the phallic stage in which a child develops a sexual attraction to the opposite-sex parent and jealousy of the same-sex parent

User Avatar

Jalyn Gottlieb

Lvl 10
1y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the complexity?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Basic Math

What two factors create the need to provide help to a growing number of technology users?

Dependence and complexity


Complexity of linear search?

the compexity of linear search in worst case is f(n) = n+1


What is password complexity?

A complex password - is one of at least 10 digits - comprising a random set of letters and numbers. For example instead of using 'python1962' (a simple password), you could use p1y9th6o2n. Complex passwords are much more difficult (a) to remember and (b) to crack.


Write a short note on linear search?

Linear search, also known as sequential search, is a process that checks every element in the list sequentially until the desired element is found. The computational complexity for linear search is O(n), making it generally much less efficient than binary search (O(log n)). But when list items can be arranged in order from greatest to least and the probabilities appear as geometric distribution (f (x)=(1-p) x-1p, x=1,2),then linear search can have the potential to be notably faster than binary search.


Imaginary numbers why do you need a positive and a negative?

Because an imaginary number is impossible otherwise. For instance, the square root of negative nine (-9) is an imaginery number because any two numbers multiplied by each other yield a positive number. So the SQR of -9 must have a rational part (SQR(9)) and an imaginary part, which assigns the negative.A:Computers work on a binary system, and western maths is based on + and _. But if there was a third category, called neutral, then the square root of minus one would be neutral 1. And the whole strange notion of imaginary numbers would be unnecessary. There are questions which can't be answered by 'yes' or 'no', when neither is applicable. In China, the answer to a question such as "Have you stopped beating your wife?" would be wumu, meaning both yes and no or neither. On a 2-dimensional graph, + is to the right, - to the left of the upright line. And neutral sticks up off the paper from zero to your eye. In a third dimension. The concept of imaginary numbers doesn't exist in China, because they think differently. We can put weights on both pans of a balance (back weighing). Or, if you have a series of rooms, each with normally always two chairs, and then take one away in one room, we would say that room now has one chair. But in China, they would say it has minus one, since it is one less than normal. It is merely a different way of thinking.Correction:The concept of imaginary numbers does in fact exist in China, and pretty much everywhere else that has bothered to investigate along these lines of inquiry. China, a major contributor to international math, especially over at least the last 100 years, is completely aware of the concept and application of imaginary numbers. Additionally, because something has two component parts does not make it an example of westernized dichotomism as a philosophy; it simply means something has two (or one, or three) parts -- nothing more.As to computers having two states: zero and one, this is an artifact of the means by which technology evolved, specifically electrical states of off and on, which are easy to detect, as opposed to analog electrical states, which require a lot more control and instrumentation (consider the relative complexity of a voltage meter versus a wall switch as an example). I should add that China, who is now accountably a world leader in some aspects of computer systems design, is certainly adept and comfortable with binary math and boolean algebra.

Related questions

What is are the time complexity or space complexity of DES algorithm?

time complexity is 2^57..and space complexity is 2^(n+1).


What is a sentence with the word complexity?

A sentence with the word complexity is this sentence doesn't have much complexity.


When was The Complexity of Cooperation created?

The Complexity of Cooperation was created in 1997.


When was Complexity - journal - created?

Complexity - journal - was created in 1995.


Is cost of network is determined by circuit complexity?

switching complexity


History and Examination?

History and examination is determined by these 4 complexities: Straightforward. Low complexity. Moderate complexity. High complexity.


How would you use complexity in a sentence?

The complexity of this question is to great for an adequate answer


What is the complexity of AVL tree?

complexity of avl tree is o(n).


Do Abstract data type increases the complexity of program or reduces the complexity?

Decreases.


What are the two main measures for the efficiency of an algorithm?

Time complexity and space complexity.


Calculate the Time and Space complexity for the Algorithm to add 10 numbers?

The algorithm will have both a constant time complexity and a constant space complexity: O(1)


What is coping with complexity in oops?

The size and complexity of a small program is small and simple. Whereas, the size and complexity of a large application program is large and hard. The complexity in dealing with the problems to build a large application depends on the 'composition' and 'abstraction' mechanisms.