mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-04-28 00:09:37 +00:00
[PR #897] [MERGED] feat: leetcode zigzag solution #1419
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/897
Author: @straight-into-the-wall
Created: 10/22/2021
Status: ✅ Merged
Merged: 12/9/2021
Merged by: @Panquesito7
Base:
master← Head:leetcode/zigzag📝 Commits (10+)
4ff5849perf: faster implementation of the TwoSum problem6453a9edoc: fixed typos on comments80e54d9updating DIRECTORY.mde45b4d9feat: leetcode ZigZag conversion solution6d3985cdoc: leetcode README added ZigZag conversion solutionab710eefix: clang-tidy linter corrections9e8e4b8doc: fixed typo on leetcode README495d780Update leetcode/src/6.c30f3ceaUpdate leetcode/src/6.c335fbb0fix: unsigned int and include comments📊 Changes
3 files changed (+153 additions, -0 deletions)
View changed files
📝
DIRECTORY.md(+1 -0)📝
leetcode/README.md(+1 -0)➕
leetcode/src/6.c(+151 -0)📄 Description
Description of Change
A solution for the ZigZag conversion problem.
References
Hacktoberfest issue
ZigZag Conversion problem on leetcode
Checklist
Notes: Solution to the 6-ZigZag conversion problem was missing. Here is (decent) one.
ZigZagConversion-SubmissionDetail-LeetCode.pdf
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.