Prove or disprove P!=NP.

Answer Posted / vadivelt

My Assumption would be.,

N = Some no
P = Some no
NP -> does not mean multiplication of N and P. Just it
means two different numbers.

So my answer is.,
4! = 4*3*2*1

ie.,
4! = 24 so,
P! = NP
Hence proved..

Here P = 4, N = 2.

Is This Answer Correct ?    3 Yes 17 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How arrays can be passed to a user defined function

581


int i=10; printf("%d %d %d", i, i=20, i);

1018


Is it possible to pass an entire structure to functions?

563


What is data structure in c and its types?

598


When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?

811






Who invented b language?

924


Why is structure padding done in c?

654


What is the best style for code layout in c?

634


Compare array data type to pointer data type

603


Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

1772


in iso what are the common technological language?

1639


What is the use of clrscr?

602


How can you return multiple values from a function?

638


Does c have enums?

604


What is a pointer on a pointer in c programming language?

625