Home
Press ? for keyboard navigation
❮
Algorithm
Solution: Find the odd value
❯
Exercise: Find the odd value
Given a list of values, we know that every value comes in pairs except one. Find where it is:
f(["a", "a", "b", "b", "c", "d", "d"]) would return 4
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)