mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-16 05:55:12 +00:00
[PR #337] [MERGED] leetcode: Address readability of a few cases, and fix 283 #674
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/337
Author: @EyeCantCU
Created: 10/5/2019
Status: ✅ Merged
Merged: 10/5/2019
Merged by: @danghai
Base:
master← Head:master📝 Commits (1)
d9b9bbdleetcode: Address readability of a few cases, and fix 283📊 Changes
10 files changed (+48 additions, -40 deletions)
View changed files
📝
leetcode/src/1189.c(+8 -8)📝
leetcode/src/283.c(+6 -4)📝
leetcode/src/617.c(+1 -1)📝
leetcode/src/700.c(+5 -3)📝
leetcode/src/704.c(+4 -3)📝
leetcode/src/771.c(+9 -9)📝
leetcode/src/82.c(+5 -3)📝
leetcode/src/905.c(+2 -2)📝
leetcode/src/938.c(+4 -4)📝
leetcode/src/977.c(+4 -3)📄 Description
The for loop utilized in 283 was improperly structured as 'start'
was no declared as the value to index.
Also, make the other cases more readable.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.