Skip to content

Latest commit

 

History

History
86 lines (59 loc) · 2.55 KB

README.md

File metadata and controls

86 lines (59 loc) · 2.55 KB

code-katas

Completed Katas

Highest Profit Wins! (7th kyu)

  • Module: highest_profit.py
  • Tests: test_highest_profit.py
  • URL: challenge url

Sum of the first nth term of Series (7th kyu)

  • Module: sum_of_nth_term.py
  • Tests: test_sum_of_nth_term.py
  • URL: challenge url

Shortest Word (7th kyu)

  • Module: shortest_word.py
  • Tests: test_shortest_word.py
  • URL: challenge url

Vowel Count (7th kyu)

  • Module: vowel_count.py
  • Tests: test_vowel_count.py
  • URL: challenge url

Find the odd int (6th kyu)

  • Module: find_odd_int.py
  • Tests: test_find_odd_int.py
  • URL: challenge url

List Filtering (7th kyu)

  • Module: list_filtering.py
  • Tests: test_list_filtering.py
  • URL: challenge url

Two to One (7th kyu)

  • Module: two_to_one.py
  • Tests: test_two_to_one.py
  • URL: challenge url

Highest and Lowest (7th kyu)

  • Module: highest_and_lowest.py
  • Tests: test_highest_and_lowest.py
  • URL: challenge url

Find the Capitals (7th kyu)

  • Module: find_capitals.py
  • Tests: test_find_capitals.py
  • URL: challenge url

Sort Deck of Cards(6th kyu)

  • Module: sort_cards.py
  • Tests: test_sort_cards.py
  • URL: challenge url

Proper Parenthetics

  • Module: parenthetics.py
  • Tests: test_parenthetics.py
  • URL: Not done on Code Wars

String Pyramid(6th kyu)

  • Module: string_pyramid.py
  • Tests: test_string_pyramid.py
  • URL: challenge url

Forbes Top 40

  • Module: forbes.py
  • Tests: test_forbes.py
  • URL: Not done on Code Wars

Prefill an Array(5th kyu)

  • Module: prefill_array.py
  • Tests: test_prefill_array.py
  • URL: challenge url

...