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 solution for zigzag conversion in Golang #29

Merged
merged 2 commits into from
Oct 10, 2020

Conversation

amanjain97
Copy link
Contributor

@amanjain97 amanjain97 commented Oct 10, 2020

WHAT

Added solution for zigzag conversion in Golang

WHY

Resolves #8

PROBLEM LINK

https://leetcode.com/problems/zigzag-conversion

Copy link
Owner

@noisefilter19 noisefilter19 left a comment

Choose a reason for hiding this comment

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

Please add the problem link as well as a comment

@amanjain97
Copy link
Contributor Author

@noisefilter19 Added.

@amanjain97
Copy link
Contributor Author

https://leetcode.com/problems/zigzag-conversion

@noisefilter19
Copy link
Owner

Oops, I meant in the solution within the file

@amanjain97
Copy link
Contributor Author

Added comments.

@noisefilter19 noisefilter19 merged commit a4cf9df into noisefilter19:main Oct 10, 2020
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.

6 | ZigZag Conversion | Go
2 participants