Skip to content

endere/code-katas

Repository files navigation

code-katas - Erik Enderlein

Completed Katas

Roman Numerals Decoder(4th kyu)

Simple Fun #258: Is Divisible By 6(6th kyu)

Mysterious function(6th kyu)

Tribonacci Sequence(6th kyu)

The Hunger Games - Foxes and Chickens(6th kyu)

#Extra Credit Katas

The Forbes Top 40

Sort Deck of Cards

  • Module: sort_cards.py
  • Tests: test_sort_cards.py
  • URL: https://www.codewars.com/kata/56f399b59821793533000683/ #I could have done a cute lil' one liner with the built in python 'sorted' function. I felt the best use of my time was learning a new sorting algorithm, so I researched and used merge sort. Obviously the core logic of merge sort is not mine. I did however, adapt this to the kata, and fully transcribed it based on other code (no copy paste).

Proper Parenthetics

Flight Paths

String Pyramid

#Other Katas that were assigned but are not extra credit for some reason AutoCompleter

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published