Skip to content

RavenHursT/alien-alphabet-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"Alien Alphabet" Code Challenge

Fun exercise to sharpen one's coding skills.

Given a sorted "dictionary" of "alien" words, derive the order of the characters used.

Example:

Given the dictionary: ["baa", "abcd", "abca", "cab", "cad"]

The derived alphabet order would be: [ 'b', 'd', 'a', 'c' ]

Determined by use of topological graph sorting.

How to run:

$ npm i && npm run exec

About

Algorithm and data-structure coding challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published