Skip to content

feat(math): introduce lcm function#52

Merged
mertcandav merged 4 commits into
TheAlgorithms:mainfrom
mgstabrani:lcm
May 24, 2026
Merged

feat(math): introduce lcm function#52
mertcandav merged 4 commits into
TheAlgorithms:mainfrom
mgstabrani:lcm

Conversation

@mgstabrani
Copy link
Copy Markdown
Contributor

@mgstabrani mgstabrani commented May 24, 2026

What Changed

  • Added a lcm function in the math module
  • Added test cases for lcm behavior

closes #49

@mgstabrani
Copy link
Copy Markdown
Contributor Author

Hi @mertcandav, kindly need your help to review this PR. Thanks

Copy link
Copy Markdown
Member

@mertcandav mertcandav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please apply my suggestion to ensure naming consistency.

Comment thread math/lcm_test.jule Outdated
Copy link
Copy Markdown
Member

@mertcandav mertcandav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for your contribution!

@mertcandav mertcandav merged commit 3ae44e7 into TheAlgorithms:main May 24, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Proposal to add gcd, lcm, factorial, fibonacci, and palindrome implementation

2 participants