Daily Challenge #29

Just FYI, this type of transposition (rotation), can come in handy for like crosswords when you want to generate random words vertically. For this situation, you can rotatate data-table, generate random words horizontally (like this), then rotate data-table back

3 Likes