top | item 37914953

(no title)

reuben364 | 2 years ago

Are all polynomial time algorithms implementable with primitive recursion? You would need to know the constant factor, right?

discuss

order

adastra22|2 years ago

In practice, yes. And for real world applications I know of, the depth of primitive recursion is small enough that loops can be fully unrolled. So e.g. bitcoin’s lack of a looping construct isn’t even a problem.