/leetwars

Take the initiation to join me and start training on *codewars* too!

Primary LanguageC++

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