mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-04-20 12:29:34 +00:00
[PR #1023] [MERGED] feat: leetcode Delete the Middle Node of a Linked List solution (2095) #1572
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/1023
Author: @Sindhuinti
Created: 10/9/2022
Status: ✅ Merged
Merged: 1/20/2023
Merged by: @Panquesito7
Base:
master← Head:leetcode--2095📝 Commits (8)
c37aa1efeat:leetcode Delete the Middle Node of a Linked List solution (2095)b7a0420Merge branch 'master' into leetcode--209557d8c5bMerge branch 'master' into leetcode--209594f5b24Update README.md3c58d83Update README.mdf17a579Merge branch 'master' into leetcode--209502692f9Update DIRECTORY.mdaa911d2Merge branch 'master' into leetcode--2095📊 Changes
3 files changed (+40 additions, -1 deletions)
View changed files
📝
leetcode/DIRECTORY.md(+1 -0)📝
leetcode/README.md(+1 -1)➕
leetcode/src/2095.c(+38 -0)📄 Description
Description of Change
References
Checklist
Notes:
Leetcode problem Delete the Middle Node of a Linked List solution (2095)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.