Problem 44241. NCHOOSEK - Time Optimization

Input
  • V —— Set of all choices, a vector of N, 1 < N < 100
  • K —— Number of selected choices, a scalar, 0 <= K <= N
Output
  • C —— All combinations of V, equivalent to nchoosek(V, K)
Scoring
Time consumed

Solution Stats

73.87% Correct | 26.13% Incorrect
Last Solution submitted on Jun 07, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers76

Suggested Problems

More from this Author8

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!