Skip to content

Instantly share code, notes, and snippets.

View junojo's full-sized avatar
🌴
On vacation

Juno Jo junojo

🌴
On vacation
View GitHub Profile
@junojo
junojo / problem.md
Created September 4, 2021 08:38 — forked from tomanistor/problem.md
Find the missing letter

Find the missing letter

Write a method that takes an array of consecutive (increasing) letters as input and that returns the missing letter in the array.

You will always get an valid array. And it will be always exactly one letter be missing. The length of the array will always be at least 2. The array will always contain letters in only one case.

Example: