mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-16 14:05:01 +00:00
[PR #438] [CLOSED] Adding sortLinkedList and sortCircularDoubleLinkedList #824
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/438
Author: @gustoliveira
Created: 10/20/2019
Status: ❌ Closed
Base:
master← Head:master📝 Commits (3)
dba1a54Adding a sortLinkedListeae0db5Adicionando lista ordenada para pull request44fa3dbAdding circularDoubleLinkedList📊 Changes
2 files changed (+494 additions, -0 deletions)
View changed files
➕
data_structures/circularDoubleLinkedList.c(+261 -0)➕
data_structures/sortLinkedList.c(+233 -0)📄 Description
A linked list that sorts in the input
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.