C -- sample without replacement# Programming - 葵花宝典
f*e
1 楼
I have a problem, write a C function to sample without replacement k numbers
from the set {1, 2, ... n} when n and k are the input arguments.
thanks
from the set {1, 2, ... n} when n and k are the input arguments.
thanks