Human-made Content Premium, Human-generated Content
Revelation Space

Revelation Space

Bruce Ediger

Revelation Space by Alastair Reynolds, 2000, ISBN 978-0-316-46244-0, Orbit Books print edition 2020.

Butterfly With Snow

Butterfly With Snow

Bruce Ediger

It snowed at my place the night of October 29, 2023. The next day I saw the most Colorado thing possible.

Unknown Language Coding Problem

Unknown Language Coding Problem

Bruce Ediger

This is from the Daily Coding Problem email list. The owners of that list haven’t sent out a problem that caught my imagination in quite a while.

Daily Coding Problem: Problem #1553 [Hard]

This problem was asked by Airbnb.

You come across a dictionary of sorted words in a language you’ve never seen before. Write a program that returns the correct order of letters in this language.

For example, given ['xww', 'wxyz', 'wxyw', 'ywx', 'ywz'], you should return ['x', 'z', 'w', 'y'].


Github repo for my solution. Feel free to look it over, try it and email me (bediger8@gmail.com) if you notice anything.