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

feat(array): cartesianProduct #241

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Sep 10, 2024

  1. feat(array): product

    yamcodes committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    1832dec View commit details
    Browse the repository at this point in the history
  2. chore: fix typo

    yamcodes committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    10c90b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    7e883ee View commit details
    Browse the repository at this point in the history
  2. test: fix tests

    Co-authored-by: Marlon Passos <1marlonpassos@gmail.com>
    yamcodes and MarlonPassos-git committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b070d3e View commit details
    Browse the repository at this point in the history
  3. fix: types

    + Also use `castArray` instead of `.slice()` for shallow copy
    yamcodes committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    dfd0ebf View commit details
    Browse the repository at this point in the history
  4. fix: rename to cartesianProduct

    + Add type tests
    + Update tests to support multiple types
    + Update doc to display multiple types
    yamcodes committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    a02255d View commit details
    Browse the repository at this point in the history
  5. test: fix n=0 test

    yamcodes committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    7343ee6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    64e0b6b View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. fix: code review notes

    yamcodes committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    d0fafa8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04e44e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Configuration menu
    Copy the full SHA
    13f6d54 View commit details
    Browse the repository at this point in the history