-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "Largest series product" exercise #47
Commits on Jun 26, 2024
-
add largest-series-product scaffold
Nenad committedJun 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 61456a3 - Browse repository at this point
Copy the full SHA 61456a3View commit details -
Nenad committed
Jun 26, 2024 Configuration menu - View commit details
-
Copy full SHA for da20d76 - Browse repository at this point
Copy the full SHA da20d76View commit details -
add first solution for largest-series-product
Nenad committedJun 26, 2024 Configuration menu - View commit details
-
Copy full SHA for ce6a727 - Browse repository at this point
Copy the full SHA ce6a727View commit details -
fix test names and add missing tests (make span signed int)
Nenad committedJun 26, 2024 Configuration menu - View commit details
-
Copy full SHA for e0fd217 - Browse repository at this point
Copy the full SHA e0fd217View commit details -
Nenad committed
Jun 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 3b3e7e7 - Browse repository at this point
Copy the full SHA 3b3e7e7View commit details -
Nenad committed
Jun 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 83f6165 - Browse repository at this point
Copy the full SHA 83f6165View commit details -
perform digit validation during calculation
Nenad committedJun 26, 2024 Configuration menu - View commit details
-
Copy full SHA for b3c625e - Browse repository at this point
Copy the full SHA b3c625eView commit details -
Nenad committed
Jun 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 8cc0f71 - Browse repository at this point
Copy the full SHA 8cc0f71View commit details -
turn loop for finding max into recursion
Nenad committedJun 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 238c977 - Browse repository at this point
Copy the full SHA 238c977View commit details -
pass product struct to next_max_product
Nenad committedJun 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 1a251e4 - Browse repository at this point
Copy the full SHA 1a251e4View commit details -
turn product_from into recursive func
Nenad committedJun 26, 2024 Configuration menu - View commit details
-
Copy full SHA for bc7b7e6 - Browse repository at this point
Copy the full SHA bc7b7e6View commit details -
Move new impl to example.cairo + revert lib.cairo to scaffold
Nenad committedJun 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 577ae09 - Browse repository at this point
Copy the full SHA 577ae09View commit details -
Add missing practices + add error-handling concept
Nenad committedJun 26, 2024 Configuration menu - View commit details
-
Copy full SHA for bce1ce9 - Browse repository at this point
Copy the full SHA bce1ce9View commit details -
Nenad committed
Jun 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 3ad8402 - Browse repository at this point
Copy the full SHA 3ad8402View commit details
Commits on Jun 27, 2024
-
Nenad committed
Jun 27, 2024 Configuration menu - View commit details
-
Copy full SHA for c6390f3 - Browse repository at this point
Copy the full SHA c6390f3View commit details