Skip to content
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

Merged
merged 15 commits into from
Jun 27, 2024
Merged

Add "Largest series product" exercise #47

merged 15 commits into from
Jun 27, 2024

Commits on Jun 26, 2024

  1. add largest-series-product scaffold

    Nenad committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    61456a3 View commit details
    Browse the repository at this point in the history
  2. sync docs

    Nenad committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    da20d76 View commit details
    Browse the repository at this point in the history
  3. add first solution for largest-series-product

    Nenad committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    ce6a727 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0fd217 View commit details
    Browse the repository at this point in the history
  5. add euler big number test

    Nenad committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    3b3e7e7 View commit details
    Browse the repository at this point in the history
  6. refactor

    Nenad committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    83f6165 View commit details
    Browse the repository at this point in the history
  7. perform digit validation during calculation

    Nenad committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    b3c625e View commit details
    Browse the repository at this point in the history
  8. refactor + rename

    Nenad committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    8cc0f71 View commit details
    Browse the repository at this point in the history
  9. turn loop for finding max into recursion

    Nenad committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    238c977 View commit details
    Browse the repository at this point in the history
  10. pass product struct to next_max_product

    Nenad committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    1a251e4 View commit details
    Browse the repository at this point in the history
  11. turn product_from into recursive func

    Nenad committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    bc7b7e6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    577ae09 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bce1ce9 View commit details
    Browse the repository at this point in the history
  14. remove IndexOutOfBounds error

    Nenad committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    3ad8402 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. refactor+additional test

    Nenad committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    c6390f3 View commit details
    Browse the repository at this point in the history