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.64% Correct | 26.36% Incorrect
Last Solution submitted on Jul 28, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers75

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!