Linked Questions

15 votes
47 answers
5k views

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 ...
user avatar
19 votes
25 answers
1k views

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 ... ...
pxeger's user avatar
  • 25.3k
19 votes
19 answers
5k views

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 ...
caird coinheringaahing's user avatar
22 votes
12 answers
3k views

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 ...
notHalfBad's user avatar
25 votes
14 answers
619 views

Two lists A and B are congruent if they have the same length, and elements that compare equal in ...
Esolanging Fruit's user avatar
16 votes
13 answers
1k views

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 ...
pxeger's user avatar
  • 25.3k
26 votes
6 answers
2k views

A "rhyme scheme" is a string of letters a to z, such that the first occurrences of the characters are in ascending order (...
Martin Ender's user avatar
13 votes
3 answers
700 views

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 ...
user avatar
17 votes
22 answers
2k views

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. ...
Wheat Wizard's user avatar
  • 103k
3 votes
0 answers
136 views

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 ...
wizzwizz4's user avatar
  • 2,467