Name: Anonymous 2022-10-26 12:36
We all know the classic magic numbers, like 0xcafebabe and 0xdeadba11
But are there more? Write a routine which given an english dictionary finds all words re-presentable in hex that way.
Challenge: make it O(n)
But are there more? Write a routine which given an english dictionary finds all words re-presentable in hex that way.
Challenge: make it O(n)