Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 271 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 271 Bytes

A Simple Exercise

Problem

Is it true that if bird A is hopelessly egocentric, then for any birds x and y, A(x) === A(y)?

Solution

This exercise is, indeed, simple. Both A(x) and A(y) return A, so A(x) === A(y).

Next =>