Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 519 Bytes

README.md

File metadata and controls

19 lines (9 loc) · 519 Bytes

Codewars & Leetcode

My solutions to some codewars.com and leetcode.com challenges.

Python | Replace With Alphabet Position

Codewars Kata

Given a string, replace every letter with its position in the alphabet. If anything in the text isn't a letter, ignore it and don't return it.

Java | Are they the same?

Codewars Kata