Sandro Zimmermann zimmersandro
  • Joined on 2025-09-11
zimmersandro pushed to task3 at zimmersandro/ppe2 2026-03-11 23:42:16 +01:00
9df3b783fb feat: kata finished. Now correctly finds next bigger number. test: added test cases
fbe9f4bf02 function will now swamp pivot with lowest number right of pivot
c16bdad9b9 feat: function now finds pivot of number. Returns -1 if there is no pivot
5797eb8ef9 test: added a large number test case for kata 'Next bigger number with the same digits'
01a6ff1ead feat: kata next biggest number. Works but struggles with big numbers. test: test cases for kata 'Next bigger number with the same digits'
Compare 6 commits »
zimmersandro pushed to main at zimmersandro/cds-404 2026-03-11 20:04:09 +01:00
b0f13399bb feat: aufgabe 4 abgeschlossen
fe8866f1df feat: aufgabe 4 abgeschlossen
Compare 2 commits »
zimmersandro pushed to task3 at zimmersandro/ppe2 2026-03-10 16:38:22 +01:00
d010de0fe5 test: test cases for kata 'Who has the most money'
c00cbd030b feat: kata 'Who has the most money' compleated.
a681ae4f2b chore: README updated for kata 'Who has the most money'
90ba3e1e60 chore: README updated for kata 'Who has the most money'
Compare 4 commits »
zimmersandro created branch task3 in zimmersandro/ppe2 2026-03-09 21:20:47 +01:00
zimmersandro pushed to task3 at zimmersandro/ppe2 2026-03-09 21:20:47 +01:00
e521f037a4 refractor: removed unnecessary comment
00a42ea0fd fix: fixed function page_item_count. from calculating: constant * muliplicator * 2. to: constant * multiplicator + constant. first calculation returned wrong amount of items to return
fa8b2b21f9 fix: forgot to return len() of list in function page_item_count. Insted list itself was returned
7e43f0d42d feat: function page_count and page_item_count finished
fbf13b3f3f feat: function item_count() finished, working on page_count()
Compare 7 commits »
zimmersandro pushed to main at zimmersandro/mathe2 2026-03-08 12:46:42 +01:00
063e439d5e feat: task3 analysis feat: sympy, iphython und black als requirement hinzugefügt
zimmersandro created pull request zimmersandro/ppe2#1 2026-03-06 18:43:33 +01:00
task2
zimmersandro pushed to task2 at zimmersandro/ppe2 2026-03-06 18:37:21 +01:00
99e6d45790 Merge branch 'task2' of https://gitea.fhgr.ch/zimmersandro/ppe2 into task2
35f4b12c34 feat: finished kata building_blocks, thinkful_quarks and thinkful_vectors. test: finished test cases for katas
Compare 2 commits »
zimmersandro pushed tag task2_completed to zimmersandro/ppe2 2026-03-06 18:34:26 +01:00
zimmersandro pushed to task2 at zimmersandro/ppe2 2026-03-06 16:38:43 +01:00
95d79c84a8 feat: added inheritace and comparisond methods
zimmersandro pushed to task2 at zimmersandro/ppe2 2026-03-06 10:22:43 +01:00
8f3cd117ef feat: version manager kata done. test: testcase for version manager kata started
zimmersandro pushed to task2 at zimmersandro/ppe2 2026-03-05 23:56:43 +01:00
ec105d44be feat: kata version manager __init__ configured and methods created
zimmersandro pushed to main at zimmersandro/mathe2 2026-03-05 23:10:49 +01:00
cb48ca8509 feat: task2.py konverstion arithmeitsche/trigonometrische Form komplexer Zahlen
zimmersandro pushed to task2 at zimmersandro/ppe2 2026-03-05 12:27:16 +01:00
e18a3f062f feat: animal.py tutorial for Interface and Inheritance
b67ebcdcca feat: mro tuorial
ffc1c06a2d feat: storage.py is a tutorial for Interface
16497f059c feat: robotpy is a tutorial for polymorphism
Compare 4 commits »
zimmersandro pushed to task2 at zimmersandro/ppe2 2026-03-05 00:55:51 +01:00
81dc543bf5 chore: nothing changen just needed to save file
4ed2cbe3f3 chore: README for katas descriptions feat: source file for katas test: test files for katas
Compare 2 commits »
zimmersandro pushed to task2 at zimmersandro/ppe2 2026-03-04 23:55:57 +01:00
be6d0997dc feat: finished ceasar cipher kata and test. refractor: vigenere cipher testfile, updated import after renameing filename of kata src
zimmersandro pushed to task2 at zimmersandro/ppe2 2026-03-04 23:12:24 +01:00
d1f40c422a chore: removed duplicate file in wrong directory
2a611bcc83 feat: new kata ceasar cipher helper
03d93a0b83 chore: added description for ceasar chiper helper codewars kata
Compare 3 commits »
zimmersandro pushed to task2 at zimmersandro/ppe2 2026-03-04 23:05:23 +01:00
d188900557 chore: renamed cipher_helper.py in vigenere_chpher_helper. Next kata will be ceasar_cipher_helper
zimmersandro pushed to task2 at zimmersandro/ppe2 2026-03-04 22:59:50 +01:00
252ff429d2 feat: key will repeat over every characters even if it isn't in alphabet
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
76e5f47d64 feat: encoding works but with only same length text and key and only alphabet values test: added asserts to test
Compare 3 commits »
zimmersandro pushed to task2 at zimmersandro/ppe2 2026-03-04 18:07:42 +01:00
ee9265d00c feat: kata vigenere cipher test: test for kata vigenere cipher
c6b4d8f3d9 chore: README updated codewars kata Vigenère Cipher Helper
da15c756d4 feat: codewars kata object oriented piracy. test: test codewars test object oriented piracy. chore: README updated for kata
Compare 3 commits »