mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-14 21:46:11 +00:00
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/1222
Author: @mindaugl
Created: 2/23/2023
Status: ✅ Merged
Merged: 3/3/2023
Merged by: @Panquesito7
Base:
master← Head:solution/remove-nth-node-from-end-of-list📝 Commits (6)
859219efeat: remove nth node from end of list (leetcode #19)719c365Merge branch 'master' into solution/remove-nth-node-from-end-of-list0de31b6fix: update the leetcode #19 solution to introduce node pointing to headc98a93aMerge branch 'solution/remove-nth-node-from-end-of-list' of https://github.com/mindaugl/C into solution/remove-nth-node-from-end-of-list734a1cdMerge branch 'master' into solution/remove-nth-node-from-end-of-list6f4c025Merge branch 'master' into solution/remove-nth-node-from-end-of-list📊 Changes
2 files changed (+28 additions, -0 deletions)
View changed files
📝
leetcode/DIRECTORY.md(+1 -0)➕
leetcode/src/19.c(+27 -0)📄 Description
Description of Change
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.