11 Commits

Author SHA1 Message Date
d188900557 chore: renamed cipher_helper.py in vigenere_chpher_helper. Next kata will be ceasar_cipher_helper 2026-03-04 23:04:55 +01:00
252ff429d2 feat: key will repeat over every characters even if it isn't in alphabet 2026-03-04 22:59:39 +01:00
696c37396b feat: rehaul of encode function. Now will encode regardless of text length. Will ignore values not in alphabet. Decode works on same logic, but opposite 2026-03-04 22:08:22 +01:00
76e5f47d64 feat: encoding works but with only same length text and key and only alphabet values test: added asserts to test 2026-03-04 21:23:22 +01:00
ee9265d00c feat: kata vigenere cipher test: test for kata vigenere cipher 2026-03-04 18:07:27 +01:00
da15c756d4 feat: codewars kata object oriented piracy. test: test codewars test object oriented piracy. chore: README updated for kata 2026-03-04 17:48:45 +01:00
515df4d452 chore: README updated with KATA description feat: added kata_the_lamp.py test: added test_the_lamp.py for testing kata 2026-03-02 18:45:55 +01:00
4022887753 feat: tutorial class chore: changed comment of codewars file chore: Update README 2026-02-27 16:42:21 +01:00
b34e4615cc feat: kata force of gravity finished 2026-02-23 23:03:21 +01:00
b2304cae68 feat: add force of gravity kata and its test-function 2026-02-23 22:37:28 +01:00
git-sandro
046a03af5f feat: add addition function and its test-function 2026-02-21 13:51:13 +01:00