63897a7fe5
feat: solution correctly finds number but has complexity of O(10**n). Needs an algorithm for better results
2026-05-25 18:55:41 +02:00
15158454f3
feat: added timeout and make visible http error
2026-04-23 11:38:50 +02:00
82dbe7f887
feat: simple tutorial for GET API
2026-04-23 11:32:43 +02:00
20e345a9e9
feat: kata returns top 3 most used words test: test cases for kata
2026-04-20 20:55:22 +02:00
1cab2e22fb
feat: function which returns top three most used word in a text
2026-04-20 18:03:24 +02:00
2f88ebe668
feat: tutorial for hints
2026-04-09 12:08:42 +02:00
347f337d6d
feat: kata for finding top 3 most used words in a text
2026-04-04 20:08:33 +02:00
dae045562b
feat: funcion now correctly converts decimal rgb to hex
2026-04-03 15:53:43 +02:00
e09a44dcd1
feat: kata to convert rgb to hex
2026-04-03 15:23:27 +02:00
522c4af42b
feat: practice for testing. test: test case for testing tutorial
2026-03-27 15:41:17 +01:00
6b28a6ab1d
feat: pricing function for test tutorial test: test cases for pricing
2026-03-26 14:47:33 +01:00
ed538a8810
merge
2026-03-26 11:28:19 +01:00
17297aaf7d
feat: testing tutorial
2026-03-26 11:19:06 +01:00
1a3284cb55
refractor: changed comment to describe current state
2026-03-24 22:38:12 +01:00
1a5073c2a7
feat: function correctly encodes arabic number to chinese
2026-03-24 22:35:58 +01:00
c9bcc399d6
feat: function now creates blueprint for integer part
2026-03-24 21:25:05 +01:00
96aa72d123
refractor: start of new concept. Will now also incorporate "Chinese 0 rule" and fractions
2026-03-24 20:20:34 +01:00
25bc41726e
chore: added comments
2026-03-24 18:07:36 +01:00
1c2f806960
feat: concept to arrange number by chinese numeral logic
2026-03-23 22:21:11 +01:00
a5e72e9402
feat: will now return numerals from 0 to 19 correctly
2026-03-23 21:43:17 +01:00
1d684b4d65
feat: order, logging and try tutorial
2026-03-23 18:04:15 +01:00
060362ec09
feat: json exercise
2026-03-19 13:28:20 +01:00
e28a2bdc67
feat: pathlib exercise
2026-03-19 11:58:22 +01:00
a455b46b72
refractor: added comment and removed infinite loop guardrail
2026-03-17 18:07:52 +01:00
9ff7d9161e
feat: kata snail now has function, which rearanges list based on kata rules. Pre test commit, may still be incorrect
2026-03-17 18:03:24 +01:00
11f8bf5394
feat: list created, where endresult will be saved
2026-03-16 18:19:01 +01:00
f722614590
feat: initial commit for kata 'Snail'. test: initial commit for kata 'Snail'
2026-03-16 18:09:21 +01:00
87eea6433e
Merge branch 'tutorial'
2026-03-13 17:44:57 +01:00
60cf2dd6c6
feat: module and import exercises
2026-03-13 17:44:37 +01:00
03427a784f
Merge pull request 'task2' ( #1 ) from task2 into main
...
Reviewed-on: #1
Nein, von der Struktur sieht das sehr schön aus. Du hast sogar tests (z.B. für piracy-OOP) eingefügt, das ist natürlich sehr vorbildlich. Weil Du dort den Order tests/codewars/test___ nennst, bin ich nicht ganz sicher, ob dieser in jedem falle automatisch als Testordner erkannt wird (wegen dem codewars). Wenn Du viele Tests in einem Order tests/ hast und alle Files mit test_ beginnen, kannst Du alle zusammen automatisch ausführen mit pytest in der Konsole (oder auch einzeln unter Angabe des exakten Files).
2026-03-13 10:24:15 +01:00
51964de52c
feat: tutorial analysis for modules and imports
2026-03-12 12:30:45 +01:00
ce9a4029b7
refractor: removed print statement, that was ment for development
2026-03-11 23:57:28 +01:00
9df3b783fb
feat: kata finished. Now correctly finds next bigger number. test: added test cases
2026-03-11 23:41:59 +01:00
fbe9f4bf02
function will now swamp pivot with lowest number right of pivot
2026-03-11 22:22:40 +01:00
c16bdad9b9
feat: function now finds pivot of number. Returns -1 if there is no pivot
2026-03-11 22:02:34 +01:00
01a6ff1ead
feat: kata next biggest number. Works but struggles with big numbers. test: test cases for kata 'Next bigger number with the same digits'
2026-03-11 17:45:04 +01:00
c00cbd030b
feat: kata 'Who has the most money' compleated.
2026-03-10 16:36:56 +01:00
e521f037a4
refractor: removed unnecessary comment
2026-03-09 21:20:36 +01:00
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
2026-03-09 21:19:09 +01:00
fa8b2b21f9
fix: forgot to return len() of list in function page_item_count. Insted list itself was returned
2026-03-09 20:20:52 +01:00
7e43f0d42d
feat: function page_count and page_item_count finished
2026-03-09 20:14:59 +01:00
fbf13b3f3f
feat: function item_count() finished, working on page_count()
2026-03-09 18:36:38 +01:00
99e6d45790
Merge branch 'task2' of https://gitea.fhgr.ch/zimmersandro/ppe2 into task2
2026-03-06 18:36:52 +01:00
35f4b12c34
feat: finished kata building_blocks, thinkful_quarks and thinkful_vectors. test: finished test cases for katas
2026-03-06 18:32:13 +01:00
95d79c84a8
feat: added inheritace and comparisond methods
2026-03-06 16:38:28 +01:00
8f3cd117ef
feat: version manager kata done. test: testcase for version manager kata started
2026-03-06 10:22:31 +01:00
ec105d44be
feat: kata version manager __init__ configured and methods created
2026-03-05 23:56:33 +01:00
e18a3f062f
feat: animal.py tutorial for Interface and Inheritance
2026-03-05 12:26:46 +01:00
b67ebcdcca
feat: mro tuorial
2026-03-05 12:00:34 +01:00
ffc1c06a2d
feat: storage.py is a tutorial for Interface
2026-03-05 11:46:32 +01:00