mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-09 05:44:36 +00:00
[PR #512] [CLOSED] Negative index of array #930
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/512
Author: @singla007
Created: 1/28/2020
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
25528f1Update gnome_sort.c56e44c8Merge pull request #1 from singla007/singla007-patch-1📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
sorting/gnome_sort.c(+1 -1)📄 Description
It prevents array[-1] index as negative index doesn't exists in array
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.