Tool to find/generate isograms words. An isogram is a word (existing or not) that contain repeated letters, all the same number of times.
Isogram - dCode
Tag(s) : Word Search, Fun/Miscellaneous
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
Definition: An isogram is a word that contains repeated letters the same number of times, thus that presents letters the same number of times.
Example: WORD is an isogram (it contains one W, one O, one R and one D)
Example: DODO is an isogram (it contains two D and two O, all the letters are repeated once and therefore present twice)
Example: DCODE is not an isogram (it contains two D)
Example: ISOGRAM is an isogram (in self-reference)
A heterogram is a word that contains no repeated letter. All heterograms are isograms but only isograms with no repeated letters are heterograms.
The english dictionary has isogramic words up to 16 letters: UNCOPYRIGHTABLES, HYDROPNEUMATICS (15), etc.
Google uses a Javascript function for its Analytics application, which uses the letters I,S,O,G,R,A,M
Example: function(i,s,o,g,r,a,m)
In Javascript, the functions must have different arguments (which is the case for the letters of an isogram without repetition) and in order to save bandwidth, it is convenient to shorten the portions of code, so the use of single-letter arguments as in i,s,o,g,r,a,m is justified (a,b,c,d,e,f,g would have been valid as well).
dCode retains ownership of the "Isogram" source code. Except explicit open source licence (indicated Creative Commons / free), the "Isogram" algorithm, the applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or the "Isogram" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) and all data download, script, or API access for "Isogram" are not public, same for offline use on PC, mobile, tablet, iPhone or Android app!
Reminder : dCode is free to use.
The copy-paste of the page "Isogram" or any of its results, is allowed (even for commercial purposes) as long as you credit dCode!
Exporting results as a .csv or .txt file is free by clicking on the export icon
Cite as source (bibliography):
Isogram on dCode.fr [online website], retrieved on 2024-11-21,