Linked Questions
10 questions linked to/from Check if words are isomorphs
15 votes
47 answers
5k views
Sign that word! [duplicate]
What is a Word Signature? The signature of a word are all of it's letters put in order - the signatures of this, hist and ...
19 votes
25 answers
1k views
Is this word in standard order?
Let \$ A \$ represent the alphabet, such that \$ A_1 = \$ a and \$ A_{26} = \$ z. Let's define that a word \$ W = w_1 w_2 ... ...
19 votes
19 answers
5k views
What's my PIN number?
My PIN number is 1077, but that's too difficult to remember. I know from muscle memory that it's a digit, followed by a different digit, then followed by two of the same digit, which is different to ...
22 votes
12 answers
3k views
Simple code golf challenge: Character patterns!
In this challenge, you receive a string as input containing a string of X's, Y's and Z's eg. "XYZZ". X, Y and Z represent a particular character. This pattern is then compared with a second string ...
25 votes
14 answers
619 views
Generate a congruent list with the smallest sum
Two lists A and B are congruent if they have the same length, and elements that compare equal in ...
16 votes
13 answers
1k views
Number of complete rhyme schemes
A rhyme scheme is the pattern of rhymes at the end of the lines in a poem. They are typically represented using letters, like ABAB. We consider two rhyme schemes ...
26 votes
6 answers
2k views
Enumerate rhyme schemes
A "rhyme scheme" is a string of letters a to z, such that the first occurrences of the characters are in ascending order (...
13 votes
3 answers
700 views
Check if there is an isomorph substring
This question is an extension of Check if words are isomorphs and copies the first part of it to give the definition of an isomorph. Two words are isomorphs if they have the same pattern of letter ...
17 votes
22 answers
2k views
Find the first relabeling
I had this problem come up for me recently and I thought it would make a fun code-golf. You will receive as input a list of positive integers. e.g. ...
3 votes
0 answers
136 views
Crack the Cipher [duplicate]
Write a program or function that will break ciphers, using as few bytes as possible. Task Given an encrypted message and a dictionary as input, output the decrypted message. The messages will be ...