Hacker News new | ask | show | jobs
by SilasX 3510 days ago
Another way to enumerate oracles is to consider the set of terminating Turing machines (and enumerating them is itself uncomputable but whatever). Each TM corresponds to an oracle that computes its result in O(1).
1 comments

This is not true. You can have oracles for uncomputable problems, like oracle for the halting problem.