Word-Letter Ladder
$begingroup$
Inspired by this
What is the longest word you can form by using other words arranged in alphabetical order, and making a ladder out of their letters.
Example: (8 letters - Identity)
i
cei
d
enticalid
e
ologyi
n
ertt
estt
i
gerul
t
raz
y
gote
Rules:
The width of the ladder (which refers to the largest index of any letter in the series. For example, in the above series, the width is 3) should lie between 2 and half the length of the word (for example if the word(to be made) has 9 digits, then the width can be 2, 3, or 4 only)
The words need to be taken from English language only.
You may refer dictionaries, but no programming allowed.
Use of abbreviations and proper names is not allowed
In case of a tie, the series in which the last word ("zygote" in the example) comes earlier will be the winner.
(After @AHKieran's answer) The letter's index should follow a pattern like 12321232123 or 1234543212345 or 34543212345432 only. You cannot have the same index used of the consecutive words, and it is not important to start with the first letter of the first word, but the indices should be from 1 to the width of the letter only (in order).
You can use one word only once, and the word you are trying to make cannot be used in the series. (In the example, I cannot use "Identity" in the series).
May the longest word win!
BONUS:
Try making pneumonoultramicroscopicsilicovolcanoconiosis (I haven't checked if it's possible or not, but even I'll try making this)
word no-computers language english
$endgroup$
add a comment |
$begingroup$
Inspired by this
What is the longest word you can form by using other words arranged in alphabetical order, and making a ladder out of their letters.
Example: (8 letters - Identity)
i
cei
d
enticalid
e
ologyi
n
ertt
estt
i
gerul
t
raz
y
gote
Rules:
The width of the ladder (which refers to the largest index of any letter in the series. For example, in the above series, the width is 3) should lie between 2 and half the length of the word (for example if the word(to be made) has 9 digits, then the width can be 2, 3, or 4 only)
The words need to be taken from English language only.
You may refer dictionaries, but no programming allowed.
Use of abbreviations and proper names is not allowed
In case of a tie, the series in which the last word ("zygote" in the example) comes earlier will be the winner.
(After @AHKieran's answer) The letter's index should follow a pattern like 12321232123 or 1234543212345 or 34543212345432 only. You cannot have the same index used of the consecutive words, and it is not important to start with the first letter of the first word, but the indices should be from 1 to the width of the letter only (in order).
You can use one word only once, and the word you are trying to make cannot be used in the series. (In the example, I cannot use "Identity" in the series).
May the longest word win!
BONUS:
Try making pneumonoultramicroscopicsilicovolcanoconiosis (I haven't checked if it's possible or not, but even I'll try making this)
word no-computers language english
$endgroup$
2
$begingroup$
In the example, the words are not in alphabetical order. 'rotten' and 'symbol' should come before 'test'
$endgroup$
– hexomino
Mar 12 at 10:51
$begingroup$
is the word which defines the maximum index the one going across for that particular instance or the word going down that we're trying to complete?
$endgroup$
– AHKieran
Mar 12 at 11:00
$begingroup$
In your new example, you use the first letter of a word, i thought it had to be at least the second letter?
$endgroup$
– AHKieran
Mar 12 at 11:07
$begingroup$
@AHKieran the width refers to how many indices the ladder formed spans. In the example, the letters used have indices 1, 2 and 3. So the width is 3.
$endgroup$
– Akari
Mar 12 at 11:11
$begingroup$
Btw thanks @hexomino for pointing out the error.
$endgroup$
– Akari
Mar 12 at 11:12
add a comment |
$begingroup$
Inspired by this
What is the longest word you can form by using other words arranged in alphabetical order, and making a ladder out of their letters.
Example: (8 letters - Identity)
i
cei
d
enticalid
e
ologyi
n
ertt
estt
i
gerul
t
raz
y
gote
Rules:
The width of the ladder (which refers to the largest index of any letter in the series. For example, in the above series, the width is 3) should lie between 2 and half the length of the word (for example if the word(to be made) has 9 digits, then the width can be 2, 3, or 4 only)
The words need to be taken from English language only.
You may refer dictionaries, but no programming allowed.
Use of abbreviations and proper names is not allowed
In case of a tie, the series in which the last word ("zygote" in the example) comes earlier will be the winner.
(After @AHKieran's answer) The letter's index should follow a pattern like 12321232123 or 1234543212345 or 34543212345432 only. You cannot have the same index used of the consecutive words, and it is not important to start with the first letter of the first word, but the indices should be from 1 to the width of the letter only (in order).
You can use one word only once, and the word you are trying to make cannot be used in the series. (In the example, I cannot use "Identity" in the series).
May the longest word win!
BONUS:
Try making pneumonoultramicroscopicsilicovolcanoconiosis (I haven't checked if it's possible or not, but even I'll try making this)
word no-computers language english
$endgroup$
Inspired by this
What is the longest word you can form by using other words arranged in alphabetical order, and making a ladder out of their letters.
Example: (8 letters - Identity)
i
cei
d
enticalid
e
ologyi
n
ertt
estt
i
gerul
t
raz
y
gote
Rules:
The width of the ladder (which refers to the largest index of any letter in the series. For example, in the above series, the width is 3) should lie between 2 and half the length of the word (for example if the word(to be made) has 9 digits, then the width can be 2, 3, or 4 only)
The words need to be taken from English language only.
You may refer dictionaries, but no programming allowed.
Use of abbreviations and proper names is not allowed
In case of a tie, the series in which the last word ("zygote" in the example) comes earlier will be the winner.
(After @AHKieran's answer) The letter's index should follow a pattern like 12321232123 or 1234543212345 or 34543212345432 only. You cannot have the same index used of the consecutive words, and it is not important to start with the first letter of the first word, but the indices should be from 1 to the width of the letter only (in order).
You can use one word only once, and the word you are trying to make cannot be used in the series. (In the example, I cannot use "Identity" in the series).
May the longest word win!
BONUS:
Try making pneumonoultramicroscopicsilicovolcanoconiosis (I haven't checked if it's possible or not, but even I'll try making this)
word no-computers language english
word no-computers language english
edited Mar 12 at 19:06
Deusovi♦
62.9k6216270
62.9k6216270
asked Mar 12 at 10:48
AkariAkari
677223
677223
2
$begingroup$
In the example, the words are not in alphabetical order. 'rotten' and 'symbol' should come before 'test'
$endgroup$
– hexomino
Mar 12 at 10:51
$begingroup$
is the word which defines the maximum index the one going across for that particular instance or the word going down that we're trying to complete?
$endgroup$
– AHKieran
Mar 12 at 11:00
$begingroup$
In your new example, you use the first letter of a word, i thought it had to be at least the second letter?
$endgroup$
– AHKieran
Mar 12 at 11:07
$begingroup$
@AHKieran the width refers to how many indices the ladder formed spans. In the example, the letters used have indices 1, 2 and 3. So the width is 3.
$endgroup$
– Akari
Mar 12 at 11:11
$begingroup$
Btw thanks @hexomino for pointing out the error.
$endgroup$
– Akari
Mar 12 at 11:12
add a comment |
2
$begingroup$
In the example, the words are not in alphabetical order. 'rotten' and 'symbol' should come before 'test'
$endgroup$
– hexomino
Mar 12 at 10:51
$begingroup$
is the word which defines the maximum index the one going across for that particular instance or the word going down that we're trying to complete?
$endgroup$
– AHKieran
Mar 12 at 11:00
$begingroup$
In your new example, you use the first letter of a word, i thought it had to be at least the second letter?
$endgroup$
– AHKieran
Mar 12 at 11:07
$begingroup$
@AHKieran the width refers to how many indices the ladder formed spans. In the example, the letters used have indices 1, 2 and 3. So the width is 3.
$endgroup$
– Akari
Mar 12 at 11:11
$begingroup$
Btw thanks @hexomino for pointing out the error.
$endgroup$
– Akari
Mar 12 at 11:12
2
2
$begingroup$
In the example, the words are not in alphabetical order. 'rotten' and 'symbol' should come before 'test'
$endgroup$
– hexomino
Mar 12 at 10:51
$begingroup$
In the example, the words are not in alphabetical order. 'rotten' and 'symbol' should come before 'test'
$endgroup$
– hexomino
Mar 12 at 10:51
$begingroup$
is the word which defines the maximum index the one going across for that particular instance or the word going down that we're trying to complete?
$endgroup$
– AHKieran
Mar 12 at 11:00
$begingroup$
is the word which defines the maximum index the one going across for that particular instance or the word going down that we're trying to complete?
$endgroup$
– AHKieran
Mar 12 at 11:00
$begingroup$
In your new example, you use the first letter of a word, i thought it had to be at least the second letter?
$endgroup$
– AHKieran
Mar 12 at 11:07
$begingroup$
In your new example, you use the first letter of a word, i thought it had to be at least the second letter?
$endgroup$
– AHKieran
Mar 12 at 11:07
$begingroup$
@AHKieran the width refers to how many indices the ladder formed spans. In the example, the letters used have indices 1, 2 and 3. So the width is 3.
$endgroup$
– Akari
Mar 12 at 11:11
$begingroup$
@AHKieran the width refers to how many indices the ladder formed spans. In the example, the letters used have indices 1, 2 and 3. So the width is 3.
$endgroup$
– Akari
Mar 12 at 11:11
$begingroup$
Btw thanks @hexomino for pointing out the error.
$endgroup$
– Akari
Mar 12 at 11:12
$begingroup$
Btw thanks @hexomino for pointing out the error.
$endgroup$
– Akari
Mar 12 at 11:12
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
Pneumonoultramicroscopicsilicovolcanoconiosis (45 letters, so long it's likely I made a mistake at some point)
amputee (3)
answer (2)
ear (1)
european (2)
familiar (3)
famously (4)
fecundation (5)
fictionalise (6)
floriculturist (7)
formalization (6)
fractional (5)
furrowing (4)
glance (3)
g-man (2) (not sure it counts as abbreviation)
ibis (1)
icon (2)
inroads (3)
intonation (4)
investment (5)
invincibility (6)
irreproachable (7)
irresponsive (6)
italicize (5)
junction (4)
justify (3)
kilogram (2)
lab (1)
libation (2)
license (3)
licorice (4)
malevolent (5)
meritocratic (6)
meticulousness (7)
microclimate (6)
miniaturize (5)
misnomer (4)
moonlight (3)
ocelot (2)
odd (1)
onion (2)
opiate (3)
opposition (4)
overshadowed (5)
oversimplify (6)
oversuspicious (7)
$endgroup$
2
$begingroup$
Impressive! And we're only at the letter O so there would even be plenty of room to continue if the word was longer :)
$endgroup$
– jafe
Mar 12 at 12:48
2
$begingroup$
@jafe I could go for this one next! awesci.com/titin-protein-the-longest-word-in-english
$endgroup$
– NudgeNudge
Mar 12 at 12:51
3
$begingroup$
@NudgeNudge Given that word has 189,819 letters, and the English language only has 171,476 words (according to the OED), I believe that the pigeon-hole principle has mathematically disproved that one...
$endgroup$
– Darrel Hoffman
Mar 12 at 13:17
1
$begingroup$
as impressive as this is I don't think the one you labelled as abbreviated is in the dictionary :(
$endgroup$
– AHKieran
Mar 12 at 13:17
1
$begingroup$
@AHKieran Was showing on Oxford online for me! en.oxforddictionaries.com/definition/g-man
$endgroup$
– NudgeNudge
Mar 12 at 13:21
|
show 1 more comment
$begingroup$
14 letters (couldn't resist):
ALPHABETICALLY
a
lphabet
al
ter
cap
ture
cash
dia
spora
eb
onye
ccentric
et
ernal
fri
ction
fric
tionless
gha
stly
gl
owingl
ower
ly
nx
21 letters:
INCOMPREHENSIBILITIES
i
bis
in
accurate
inc
arcerate
inco
mpatible
incom
plete
incomp
rehensible
incor
rect
inde
ed
inh
eritance
le
murn
atural
os
cillate
pai
nful
panb
iogeography
panbi
ogeographical
pandal
ike
pandi
mensial
pant
her
pri
nce
re
sts
top
$endgroup$
$begingroup$
This was fast with all the rules followed. Great work. But I'll still wait for some more answers. Maybe you can make an even longer word?!
$endgroup$
– Akari
Mar 12 at 11:26
add a comment |
$begingroup$
I tried going big...
antidisestablishmentarianism (28 letters)
a
ardvark
an
alysis
ant
idote
anti
mony
aphid
apnoei
c
appos
ed
aque
duct
ars
onist
at
lasa
tlatl
eb
bed
e-l
e--i
e---s
e----h
e---m
e--e
e-n
et
a
But this is where it broke
Let's start off small:
CALCULATOR (10 letters)
aCtual
beArds
bLeak
caCkle
cUcumber
deLiminator
eAch
esTimate
fOster
Robots
This has a width of 3
$endgroup$
$begingroup$
Uhmm. You need to make a ladder, so the consecutive words cannot have the letter of same index used. I'm sorry I didn't specify that in the question, but I'll do it now.
$endgroup$
– Akari
Mar 12 at 11:08
$begingroup$
ah I understand now
$endgroup$
– AHKieran
Mar 12 at 11:12
$begingroup$
Well.. You also need to include 1 in the order of the indices, as mentioned in the last point. So you can have the pattern like 23212321 but not 23232323.
$endgroup$
– Akari
Mar 12 at 11:18
$begingroup$
better? @Natasha
$endgroup$
– AHKieran
Mar 12 at 11:21
$begingroup$
You need to have a continuous pattern. So you need to have the index 1 throughout the pattern. Adding it at the last won't work. You can have the series of indices as 2321232312, not 2323232321
$endgroup$
– Akari
Mar 12 at 11:25
|
show 1 more comment
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "559"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fpuzzling.stackexchange.com%2fquestions%2f80582%2fword-letter-ladder%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Pneumonoultramicroscopicsilicovolcanoconiosis (45 letters, so long it's likely I made a mistake at some point)
amputee (3)
answer (2)
ear (1)
european (2)
familiar (3)
famously (4)
fecundation (5)
fictionalise (6)
floriculturist (7)
formalization (6)
fractional (5)
furrowing (4)
glance (3)
g-man (2) (not sure it counts as abbreviation)
ibis (1)
icon (2)
inroads (3)
intonation (4)
investment (5)
invincibility (6)
irreproachable (7)
irresponsive (6)
italicize (5)
junction (4)
justify (3)
kilogram (2)
lab (1)
libation (2)
license (3)
licorice (4)
malevolent (5)
meritocratic (6)
meticulousness (7)
microclimate (6)
miniaturize (5)
misnomer (4)
moonlight (3)
ocelot (2)
odd (1)
onion (2)
opiate (3)
opposition (4)
overshadowed (5)
oversimplify (6)
oversuspicious (7)
$endgroup$
2
$begingroup$
Impressive! And we're only at the letter O so there would even be plenty of room to continue if the word was longer :)
$endgroup$
– jafe
Mar 12 at 12:48
2
$begingroup$
@jafe I could go for this one next! awesci.com/titin-protein-the-longest-word-in-english
$endgroup$
– NudgeNudge
Mar 12 at 12:51
3
$begingroup$
@NudgeNudge Given that word has 189,819 letters, and the English language only has 171,476 words (according to the OED), I believe that the pigeon-hole principle has mathematically disproved that one...
$endgroup$
– Darrel Hoffman
Mar 12 at 13:17
1
$begingroup$
as impressive as this is I don't think the one you labelled as abbreviated is in the dictionary :(
$endgroup$
– AHKieran
Mar 12 at 13:17
1
$begingroup$
@AHKieran Was showing on Oxford online for me! en.oxforddictionaries.com/definition/g-man
$endgroup$
– NudgeNudge
Mar 12 at 13:21
|
show 1 more comment
$begingroup$
Pneumonoultramicroscopicsilicovolcanoconiosis (45 letters, so long it's likely I made a mistake at some point)
amputee (3)
answer (2)
ear (1)
european (2)
familiar (3)
famously (4)
fecundation (5)
fictionalise (6)
floriculturist (7)
formalization (6)
fractional (5)
furrowing (4)
glance (3)
g-man (2) (not sure it counts as abbreviation)
ibis (1)
icon (2)
inroads (3)
intonation (4)
investment (5)
invincibility (6)
irreproachable (7)
irresponsive (6)
italicize (5)
junction (4)
justify (3)
kilogram (2)
lab (1)
libation (2)
license (3)
licorice (4)
malevolent (5)
meritocratic (6)
meticulousness (7)
microclimate (6)
miniaturize (5)
misnomer (4)
moonlight (3)
ocelot (2)
odd (1)
onion (2)
opiate (3)
opposition (4)
overshadowed (5)
oversimplify (6)
oversuspicious (7)
$endgroup$
2
$begingroup$
Impressive! And we're only at the letter O so there would even be plenty of room to continue if the word was longer :)
$endgroup$
– jafe
Mar 12 at 12:48
2
$begingroup$
@jafe I could go for this one next! awesci.com/titin-protein-the-longest-word-in-english
$endgroup$
– NudgeNudge
Mar 12 at 12:51
3
$begingroup$
@NudgeNudge Given that word has 189,819 letters, and the English language only has 171,476 words (according to the OED), I believe that the pigeon-hole principle has mathematically disproved that one...
$endgroup$
– Darrel Hoffman
Mar 12 at 13:17
1
$begingroup$
as impressive as this is I don't think the one you labelled as abbreviated is in the dictionary :(
$endgroup$
– AHKieran
Mar 12 at 13:17
1
$begingroup$
@AHKieran Was showing on Oxford online for me! en.oxforddictionaries.com/definition/g-man
$endgroup$
– NudgeNudge
Mar 12 at 13:21
|
show 1 more comment
$begingroup$
Pneumonoultramicroscopicsilicovolcanoconiosis (45 letters, so long it's likely I made a mistake at some point)
amputee (3)
answer (2)
ear (1)
european (2)
familiar (3)
famously (4)
fecundation (5)
fictionalise (6)
floriculturist (7)
formalization (6)
fractional (5)
furrowing (4)
glance (3)
g-man (2) (not sure it counts as abbreviation)
ibis (1)
icon (2)
inroads (3)
intonation (4)
investment (5)
invincibility (6)
irreproachable (7)
irresponsive (6)
italicize (5)
junction (4)
justify (3)
kilogram (2)
lab (1)
libation (2)
license (3)
licorice (4)
malevolent (5)
meritocratic (6)
meticulousness (7)
microclimate (6)
miniaturize (5)
misnomer (4)
moonlight (3)
ocelot (2)
odd (1)
onion (2)
opiate (3)
opposition (4)
overshadowed (5)
oversimplify (6)
oversuspicious (7)
$endgroup$
Pneumonoultramicroscopicsilicovolcanoconiosis (45 letters, so long it's likely I made a mistake at some point)
amputee (3)
answer (2)
ear (1)
european (2)
familiar (3)
famously (4)
fecundation (5)
fictionalise (6)
floriculturist (7)
formalization (6)
fractional (5)
furrowing (4)
glance (3)
g-man (2) (not sure it counts as abbreviation)
ibis (1)
icon (2)
inroads (3)
intonation (4)
investment (5)
invincibility (6)
irreproachable (7)
irresponsive (6)
italicize (5)
junction (4)
justify (3)
kilogram (2)
lab (1)
libation (2)
license (3)
licorice (4)
malevolent (5)
meritocratic (6)
meticulousness (7)
microclimate (6)
miniaturize (5)
misnomer (4)
moonlight (3)
ocelot (2)
odd (1)
onion (2)
opiate (3)
opposition (4)
overshadowed (5)
oversimplify (6)
oversuspicious (7)
answered Mar 12 at 12:32
NudgeNudgeNudgeNudge
3,4981437
3,4981437
2
$begingroup$
Impressive! And we're only at the letter O so there would even be plenty of room to continue if the word was longer :)
$endgroup$
– jafe
Mar 12 at 12:48
2
$begingroup$
@jafe I could go for this one next! awesci.com/titin-protein-the-longest-word-in-english
$endgroup$
– NudgeNudge
Mar 12 at 12:51
3
$begingroup$
@NudgeNudge Given that word has 189,819 letters, and the English language only has 171,476 words (according to the OED), I believe that the pigeon-hole principle has mathematically disproved that one...
$endgroup$
– Darrel Hoffman
Mar 12 at 13:17
1
$begingroup$
as impressive as this is I don't think the one you labelled as abbreviated is in the dictionary :(
$endgroup$
– AHKieran
Mar 12 at 13:17
1
$begingroup$
@AHKieran Was showing on Oxford online for me! en.oxforddictionaries.com/definition/g-man
$endgroup$
– NudgeNudge
Mar 12 at 13:21
|
show 1 more comment
2
$begingroup$
Impressive! And we're only at the letter O so there would even be plenty of room to continue if the word was longer :)
$endgroup$
– jafe
Mar 12 at 12:48
2
$begingroup$
@jafe I could go for this one next! awesci.com/titin-protein-the-longest-word-in-english
$endgroup$
– NudgeNudge
Mar 12 at 12:51
3
$begingroup$
@NudgeNudge Given that word has 189,819 letters, and the English language only has 171,476 words (according to the OED), I believe that the pigeon-hole principle has mathematically disproved that one...
$endgroup$
– Darrel Hoffman
Mar 12 at 13:17
1
$begingroup$
as impressive as this is I don't think the one you labelled as abbreviated is in the dictionary :(
$endgroup$
– AHKieran
Mar 12 at 13:17
1
$begingroup$
@AHKieran Was showing on Oxford online for me! en.oxforddictionaries.com/definition/g-man
$endgroup$
– NudgeNudge
Mar 12 at 13:21
2
2
$begingroup$
Impressive! And we're only at the letter O so there would even be plenty of room to continue if the word was longer :)
$endgroup$
– jafe
Mar 12 at 12:48
$begingroup$
Impressive! And we're only at the letter O so there would even be plenty of room to continue if the word was longer :)
$endgroup$
– jafe
Mar 12 at 12:48
2
2
$begingroup$
@jafe I could go for this one next! awesci.com/titin-protein-the-longest-word-in-english
$endgroup$
– NudgeNudge
Mar 12 at 12:51
$begingroup$
@jafe I could go for this one next! awesci.com/titin-protein-the-longest-word-in-english
$endgroup$
– NudgeNudge
Mar 12 at 12:51
3
3
$begingroup$
@NudgeNudge Given that word has 189,819 letters, and the English language only has 171,476 words (according to the OED), I believe that the pigeon-hole principle has mathematically disproved that one...
$endgroup$
– Darrel Hoffman
Mar 12 at 13:17
$begingroup$
@NudgeNudge Given that word has 189,819 letters, and the English language only has 171,476 words (according to the OED), I believe that the pigeon-hole principle has mathematically disproved that one...
$endgroup$
– Darrel Hoffman
Mar 12 at 13:17
1
1
$begingroup$
as impressive as this is I don't think the one you labelled as abbreviated is in the dictionary :(
$endgroup$
– AHKieran
Mar 12 at 13:17
$begingroup$
as impressive as this is I don't think the one you labelled as abbreviated is in the dictionary :(
$endgroup$
– AHKieran
Mar 12 at 13:17
1
1
$begingroup$
@AHKieran Was showing on Oxford online for me! en.oxforddictionaries.com/definition/g-man
$endgroup$
– NudgeNudge
Mar 12 at 13:21
$begingroup$
@AHKieran Was showing on Oxford online for me! en.oxforddictionaries.com/definition/g-man
$endgroup$
– NudgeNudge
Mar 12 at 13:21
|
show 1 more comment
$begingroup$
14 letters (couldn't resist):
ALPHABETICALLY
a
lphabet
al
ter
cap
ture
cash
dia
spora
eb
onye
ccentric
et
ernal
fri
ction
fric
tionless
gha
stly
gl
owingl
ower
ly
nx
21 letters:
INCOMPREHENSIBILITIES
i
bis
in
accurate
inc
arcerate
inco
mpatible
incom
plete
incomp
rehensible
incor
rect
inde
ed
inh
eritance
le
murn
atural
os
cillate
pai
nful
panb
iogeography
panbi
ogeographical
pandal
ike
pandi
mensial
pant
her
pri
nce
re
sts
top
$endgroup$
$begingroup$
This was fast with all the rules followed. Great work. But I'll still wait for some more answers. Maybe you can make an even longer word?!
$endgroup$
– Akari
Mar 12 at 11:26
add a comment |
$begingroup$
14 letters (couldn't resist):
ALPHABETICALLY
a
lphabet
al
ter
cap
ture
cash
dia
spora
eb
onye
ccentric
et
ernal
fri
ction
fric
tionless
gha
stly
gl
owingl
ower
ly
nx
21 letters:
INCOMPREHENSIBILITIES
i
bis
in
accurate
inc
arcerate
inco
mpatible
incom
plete
incomp
rehensible
incor
rect
inde
ed
inh
eritance
le
murn
atural
os
cillate
pai
nful
panb
iogeography
panbi
ogeographical
pandal
ike
pandi
mensial
pant
her
pri
nce
re
sts
top
$endgroup$
$begingroup$
This was fast with all the rules followed. Great work. But I'll still wait for some more answers. Maybe you can make an even longer word?!
$endgroup$
– Akari
Mar 12 at 11:26
add a comment |
$begingroup$
14 letters (couldn't resist):
ALPHABETICALLY
a
lphabet
al
ter
cap
ture
cash
dia
spora
eb
onye
ccentric
et
ernal
fri
ction
fric
tionless
gha
stly
gl
owingl
ower
ly
nx
21 letters:
INCOMPREHENSIBILITIES
i
bis
in
accurate
inc
arcerate
inco
mpatible
incom
plete
incomp
rehensible
incor
rect
inde
ed
inh
eritance
le
murn
atural
os
cillate
pai
nful
panb
iogeography
panbi
ogeographical
pandal
ike
pandi
mensial
pant
her
pri
nce
re
sts
top
$endgroup$
14 letters (couldn't resist):
ALPHABETICALLY
a
lphabet
al
ter
cap
ture
cash
dia
spora
eb
onye
ccentric
et
ernal
fri
ction
fric
tionless
gha
stly
gl
owingl
ower
ly
nx
21 letters:
INCOMPREHENSIBILITIES
i
bis
in
accurate
inc
arcerate
inco
mpatible
incom
plete
incomp
rehensible
incor
rect
inde
ed
inh
eritance
le
murn
atural
os
cillate
pai
nful
panb
iogeography
panbi
ogeographical
pandal
ike
pandi
mensial
pant
her
pri
nce
re
sts
top
edited Mar 12 at 12:37
answered Mar 12 at 11:23
jafejafe
26k475255
26k475255
$begingroup$
This was fast with all the rules followed. Great work. But I'll still wait for some more answers. Maybe you can make an even longer word?!
$endgroup$
– Akari
Mar 12 at 11:26
add a comment |
$begingroup$
This was fast with all the rules followed. Great work. But I'll still wait for some more answers. Maybe you can make an even longer word?!
$endgroup$
– Akari
Mar 12 at 11:26
$begingroup$
This was fast with all the rules followed. Great work. But I'll still wait for some more answers. Maybe you can make an even longer word?!
$endgroup$
– Akari
Mar 12 at 11:26
$begingroup$
This was fast with all the rules followed. Great work. But I'll still wait for some more answers. Maybe you can make an even longer word?!
$endgroup$
– Akari
Mar 12 at 11:26
add a comment |
$begingroup$
I tried going big...
antidisestablishmentarianism (28 letters)
a
ardvark
an
alysis
ant
idote
anti
mony
aphid
apnoei
c
appos
ed
aque
duct
ars
onist
at
lasa
tlatl
eb
bed
e-l
e--i
e---s
e----h
e---m
e--e
e-n
et
a
But this is where it broke
Let's start off small:
CALCULATOR (10 letters)
aCtual
beArds
bLeak
caCkle
cUcumber
deLiminator
eAch
esTimate
fOster
Robots
This has a width of 3
$endgroup$
$begingroup$
Uhmm. You need to make a ladder, so the consecutive words cannot have the letter of same index used. I'm sorry I didn't specify that in the question, but I'll do it now.
$endgroup$
– Akari
Mar 12 at 11:08
$begingroup$
ah I understand now
$endgroup$
– AHKieran
Mar 12 at 11:12
$begingroup$
Well.. You also need to include 1 in the order of the indices, as mentioned in the last point. So you can have the pattern like 23212321 but not 23232323.
$endgroup$
– Akari
Mar 12 at 11:18
$begingroup$
better? @Natasha
$endgroup$
– AHKieran
Mar 12 at 11:21
$begingroup$
You need to have a continuous pattern. So you need to have the index 1 throughout the pattern. Adding it at the last won't work. You can have the series of indices as 2321232312, not 2323232321
$endgroup$
– Akari
Mar 12 at 11:25
|
show 1 more comment
$begingroup$
I tried going big...
antidisestablishmentarianism (28 letters)
a
ardvark
an
alysis
ant
idote
anti
mony
aphid
apnoei
c
appos
ed
aque
duct
ars
onist
at
lasa
tlatl
eb
bed
e-l
e--i
e---s
e----h
e---m
e--e
e-n
et
a
But this is where it broke
Let's start off small:
CALCULATOR (10 letters)
aCtual
beArds
bLeak
caCkle
cUcumber
deLiminator
eAch
esTimate
fOster
Robots
This has a width of 3
$endgroup$
$begingroup$
Uhmm. You need to make a ladder, so the consecutive words cannot have the letter of same index used. I'm sorry I didn't specify that in the question, but I'll do it now.
$endgroup$
– Akari
Mar 12 at 11:08
$begingroup$
ah I understand now
$endgroup$
– AHKieran
Mar 12 at 11:12
$begingroup$
Well.. You also need to include 1 in the order of the indices, as mentioned in the last point. So you can have the pattern like 23212321 but not 23232323.
$endgroup$
– Akari
Mar 12 at 11:18
$begingroup$
better? @Natasha
$endgroup$
– AHKieran
Mar 12 at 11:21
$begingroup$
You need to have a continuous pattern. So you need to have the index 1 throughout the pattern. Adding it at the last won't work. You can have the series of indices as 2321232312, not 2323232321
$endgroup$
– Akari
Mar 12 at 11:25
|
show 1 more comment
$begingroup$
I tried going big...
antidisestablishmentarianism (28 letters)
a
ardvark
an
alysis
ant
idote
anti
mony
aphid
apnoei
c
appos
ed
aque
duct
ars
onist
at
lasa
tlatl
eb
bed
e-l
e--i
e---s
e----h
e---m
e--e
e-n
et
a
But this is where it broke
Let's start off small:
CALCULATOR (10 letters)
aCtual
beArds
bLeak
caCkle
cUcumber
deLiminator
eAch
esTimate
fOster
Robots
This has a width of 3
$endgroup$
I tried going big...
antidisestablishmentarianism (28 letters)
a
ardvark
an
alysis
ant
idote
anti
mony
aphid
apnoei
c
appos
ed
aque
duct
ars
onist
at
lasa
tlatl
eb
bed
e-l
e--i
e---s
e----h
e---m
e--e
e-n
et
a
But this is where it broke
Let's start off small:
CALCULATOR (10 letters)
aCtual
beArds
bLeak
caCkle
cUcumber
deLiminator
eAch
esTimate
fOster
Robots
This has a width of 3
edited Mar 12 at 12:07
answered Mar 12 at 11:06
AHKieranAHKieran
5,5651144
5,5651144
$begingroup$
Uhmm. You need to make a ladder, so the consecutive words cannot have the letter of same index used. I'm sorry I didn't specify that in the question, but I'll do it now.
$endgroup$
– Akari
Mar 12 at 11:08
$begingroup$
ah I understand now
$endgroup$
– AHKieran
Mar 12 at 11:12
$begingroup$
Well.. You also need to include 1 in the order of the indices, as mentioned in the last point. So you can have the pattern like 23212321 but not 23232323.
$endgroup$
– Akari
Mar 12 at 11:18
$begingroup$
better? @Natasha
$endgroup$
– AHKieran
Mar 12 at 11:21
$begingroup$
You need to have a continuous pattern. So you need to have the index 1 throughout the pattern. Adding it at the last won't work. You can have the series of indices as 2321232312, not 2323232321
$endgroup$
– Akari
Mar 12 at 11:25
|
show 1 more comment
$begingroup$
Uhmm. You need to make a ladder, so the consecutive words cannot have the letter of same index used. I'm sorry I didn't specify that in the question, but I'll do it now.
$endgroup$
– Akari
Mar 12 at 11:08
$begingroup$
ah I understand now
$endgroup$
– AHKieran
Mar 12 at 11:12
$begingroup$
Well.. You also need to include 1 in the order of the indices, as mentioned in the last point. So you can have the pattern like 23212321 but not 23232323.
$endgroup$
– Akari
Mar 12 at 11:18
$begingroup$
better? @Natasha
$endgroup$
– AHKieran
Mar 12 at 11:21
$begingroup$
You need to have a continuous pattern. So you need to have the index 1 throughout the pattern. Adding it at the last won't work. You can have the series of indices as 2321232312, not 2323232321
$endgroup$
– Akari
Mar 12 at 11:25
$begingroup$
Uhmm. You need to make a ladder, so the consecutive words cannot have the letter of same index used. I'm sorry I didn't specify that in the question, but I'll do it now.
$endgroup$
– Akari
Mar 12 at 11:08
$begingroup$
Uhmm. You need to make a ladder, so the consecutive words cannot have the letter of same index used. I'm sorry I didn't specify that in the question, but I'll do it now.
$endgroup$
– Akari
Mar 12 at 11:08
$begingroup$
ah I understand now
$endgroup$
– AHKieran
Mar 12 at 11:12
$begingroup$
ah I understand now
$endgroup$
– AHKieran
Mar 12 at 11:12
$begingroup$
Well.. You also need to include 1 in the order of the indices, as mentioned in the last point. So you can have the pattern like 23212321 but not 23232323.
$endgroup$
– Akari
Mar 12 at 11:18
$begingroup$
Well.. You also need to include 1 in the order of the indices, as mentioned in the last point. So you can have the pattern like 23212321 but not 23232323.
$endgroup$
– Akari
Mar 12 at 11:18
$begingroup$
better? @Natasha
$endgroup$
– AHKieran
Mar 12 at 11:21
$begingroup$
better? @Natasha
$endgroup$
– AHKieran
Mar 12 at 11:21
$begingroup$
You need to have a continuous pattern. So you need to have the index 1 throughout the pattern. Adding it at the last won't work. You can have the series of indices as 2321232312, not 2323232321
$endgroup$
– Akari
Mar 12 at 11:25
$begingroup$
You need to have a continuous pattern. So you need to have the index 1 throughout the pattern. Adding it at the last won't work. You can have the series of indices as 2321232312, not 2323232321
$endgroup$
– Akari
Mar 12 at 11:25
|
show 1 more comment
Thanks for contributing an answer to Puzzling Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fpuzzling.stackexchange.com%2fquestions%2f80582%2fword-letter-ladder%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
$begingroup$
In the example, the words are not in alphabetical order. 'rotten' and 'symbol' should come before 'test'
$endgroup$
– hexomino
Mar 12 at 10:51
$begingroup$
is the word which defines the maximum index the one going across for that particular instance or the word going down that we're trying to complete?
$endgroup$
– AHKieran
Mar 12 at 11:00
$begingroup$
In your new example, you use the first letter of a word, i thought it had to be at least the second letter?
$endgroup$
– AHKieran
Mar 12 at 11:07
$begingroup$
@AHKieran the width refers to how many indices the ladder formed spans. In the example, the letters used have indices 1, 2 and 3. So the width is 3.
$endgroup$
– Akari
Mar 12 at 11:11
$begingroup$
Btw thanks @hexomino for pointing out the error.
$endgroup$
– Akari
Mar 12 at 11:12