Challenges Q&A Community
Tools
CLI Scripts New Snippet
Login

DeathlyHat

310

Solved Challenges

Take a sentence/phrase in pig latin, translate it to English.

python Solved on: 11/18/2019

Take a roman numeral(<1000 in value) and print its corresponding value in the decimal system of numbers.

python Solved on: 11/18/2019

Given a string with multiple words, find the most common character.

python Solved on: 11/18/2019

Start with one Fibonacci sequence number, then calculate more from there.

python Solved on: 11/18/2019

Just take any given string and output it in reverse, pretty easy, right?

java Solved on: 11/17/2019

Given two strings of equal length, figure out if one is a scramble of the other.

python Solved on: 11/17/2019

Take three lowercase letters and print out binary.

python Solved on: 11/17/2019

Merge two arrays in a zipper-like fashion.

python Solved on: 11/17/2019

Given a string with multiple words, return the longest word.

python Solved on: 11/16/2019

Take a list of integers and print it after sorting it in descending order.

python Solved on: 11/16/2019

Take a string of comma separated numbers and print out the sum.

python Solved on: 11/16/2019

Take a string of numbers and output the one which appears the most.

python Solved on: 11/16/2019

Just take any given string and output it in reverse, pretty easy, right?

python Solved on: 11/16/2019
Privacy Policy