Add tags

Add tags to the following comment
1
2
3
4
5
6
(|n, m|{
  if(m <= 1) return [[n]];
  r: [];
  (n + 1).times{|x| callee(x, m - 1){ r.push_back([n - x] ~ it); } }
  return r;
})(5, 3){ it.p; }

Add tags

The input will be splited to tags with space.

Index

Feed

Other

Link

Pathtraq

loading...