What is a Universal Computer?
A universal computer can simulate ANY other real-world computer given infinite time and infinite memory
Blog 2: Algorithms
There are many important algorithms in Computing Science. In fact, we’re going to learn about many of them later in this class. For now, however, I’d like you to pick an algorithm from Wikipedia’s list of algorithms (https://en.wikipedia.org/wiki/List_of_algorithms) and write about it. Some things you can cover:
- Where did this algorithm come from?
- How does it work?
- What makes it special or unique?
- Are there other algorithms that achieve the same or similar outcome?
- Could you do this algorithm manually? Or does it require a computer?
- How does this algorithm relate to what we’ve already read in the textbook? Did the textbook help you understand how this algorithm works? (textbook references)
- Where can this algorithm be found in the real world? (outside reference)