Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

callX2 call a function x number of times and pass in the parameter. #6

Open
MadhuBeesetty opened this issue Oct 5, 2017 · 1 comment

Comments

@MadhuBeesetty
Copy link

MadhuBeesetty commented Oct 5, 2017

Input: a function, a number corresponding to the number of calls

Input: fun(),2
output: fun(1) fun(2)

@songz songz changed the title callX2 call a function x number of times and return the parameter. callX2 call a function x number of times and pass in the parameter. Oct 6, 2017
allopez7 referenced this issue in allopez7/algorithm Oct 10, 2017
@songz
Copy link

songz commented Oct 11, 2017

input: fun, 5
Output: fun(1), fun(2), fun(3), fun(4), fun(5)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants