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: iteration & recursion in Zig #804

Merged
merged 6 commits into from
Oct 24, 2023
Merged

feat: iteration & recursion in Zig #804

merged 6 commits into from
Oct 24, 2023

Conversation

QiLOL
Copy link
Contributor

@QiLOL QiLOL commented Sep 27, 2023

This PR is intended to translate iteration & recursion functions to Zig. Please feel free let me know any update needed.

[Updated 10/01] adding missing part for time complexity.

If this PR is related to coding or code translation, please fill out the checklist and paste the console outputs to the PR.

  • I've tested the code and ensured the outputs are the same as the outputs of reference codes.
  • I've checked the codes (formatting, comments, indentation, file header, etc) carefully.
  • The code does not rely on a particular environment or IDE and can be executed on a standard system (Win, macOS, Ubuntu).

@vercel
Copy link

vercel bot commented Sep 27, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
hello-algo ⬜️ Ignored (Inspect) Visit Preview Oct 20, 2023 4:42pm

@krahets
Copy link
Owner

krahets commented Oct 14, 2023

Pending for reviewing by @sjinzh

Copy link
Contributor

@codingonion codingonion left a comment

Choose a reason for hiding this comment

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

Please update build.zig.

@QiLOL
Copy link
Contributor Author

QiLOL commented Oct 20, 2023

Please update build.zig.

Thanks for the reminder, updated. Please check.

Copy link
Owner

@krahets krahets left a comment

Choose a reason for hiding this comment

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

Thanks for the PR! Look forward to your next contribution.

@krahets krahets merged commit 2035aa0 into krahets:main Oct 24, 2023
1 check passed
@krahets krahets added the code Code-related label Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code Code-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants