+ 2
Challenge:
If there are 'n' Senators in standing committee. find out in how many ways a standing committee can be formed. https://code.sololearn.com/cb9dA02YzVeU/?ref=app
7 Answers
+ 2
I believe that the number of possible permutations of n objects is n! (n factorial)
+ 1
Jan Markus you use predefined method right ?
+ 1
Jan Markus yeah true but most of time almost 90% we don't know is there any method available for certain task ...
+ 1
Jan Markus Yes indeed and I really like your approach but I mentioned that I "believe" that to find the total number of permutations of n one has to calculate n! (factorial)
0
Uni alright first I didn't mention arrangement so it could possibly repeat and
how it's n! ? permutations isn't equal to n!
0
Jan Markus I have started java few days ago and it's even more hard to implement a predefined method
I have learned basics of C++ it was really easy and straight forward..
0
isn't 2^n formula ?