mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-15 14:05:11 +00:00
[PR #338] [CLOSED] Implemented double sided list #675
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/338
Author: @MarvinTomizawa
Created: 10/5/2019
Status: ❌ Closed
Base:
master← Head:master📝 Commits (7)
e8da4c7Added solution to leetcode problem 190 in C5a6ed8eAdded Solution to leetcode Problem 1911f88545Added solution to Leetcode Problem 461d2ad4b0Revert "Added Solution to leetcode Problem 191"08f62bfCommented code to explain algorithms in 190 and 191972d4faMerge pull request #327 from SaurusXI/master4391a11IMplemented double sided list📊 Changes
4 files changed (+62 additions, -0 deletions)
View changed files
➕
data_structures/list/doubleLinkedList.c(+37 -0)📝
leetcode/README.md(+2 -0)➕
leetcode/src/190.c(+13 -0)➕
leetcode/src/191.c(+10 -0)📄 Description
Implemented double sided list
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.