Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

W1/4 - Breaking Records#144

Merged
jamiecurle merged 7 commits intomainfrom
w1/python/breaking-records
Apr 21, 2025
Merged

W1/4 - Breaking Records#144
jamiecurle merged 7 commits intomainfrom
w1/python/breaking-records

Conversation

@jamiecurle
Copy link
Copy Markdown
Owner

@jamiecurle jamiecurle commented Apr 21, 2025

In doing the elixir version, I realised this version was O(n2) and a little sloppy.

So I made it O(n).

Also, I made a newbie error test cases and left cls.tcs be a lazy value which I never expanded. Thus, none of the python tests were actually running. That would have been caught with static analysis.

closes #143 and adds some work to #135

@jamiecurle jamiecurle self-assigned this Apr 21, 2025
@jamiecurle jamiecurle added the 🐍 challenge (python) A challenge done in Python label Apr 21, 2025
@jamiecurle jamiecurle merged commit d56d21a into main Apr 21, 2025
6 checks passed
@jamiecurle jamiecurle deleted the w1/python/breaking-records branch April 21, 2025 08:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

🐍 challenge (python) A challenge done in Python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve python breaking records challenge

1 participant