OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:calculateNumberOfWaysToDistributeNItemsAmongKPersons
(Results
1 - 2
of
2
) sorted by null
/external/v8/tools/clang/translation_unit/test_files/
test.cc
16
int result =
calculateNumberOfWaysToDistributeNItemsAmongKPersons
(10, 5);
test.h
12
int
calculateNumberOfWaysToDistributeNItemsAmongKPersons
(int n, int k) {
Completed in 106 milliseconds