add generic test for logistics function fix2 #15

Open
jiamengwu wants to merge 5 commits from jiamengwu/2025-plovdiv-testing-debugging:logistic into main
Showing only changes of commit 436acd66f5 - Show all commits

View file

@ -1 +1,4 @@
# Your code goes here
def f(x, r):
return r * x * (1-x)