mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #941] feat: add dutch national flag 3 way sort #1476
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/941
Author: @Storm9n
Created: 2/22/2022
Status: 🔄 Open
Base:
master← Head:master📝 Commits (10+)
53d3fc1feat: add dutch national flag sortb8ff22etest: add test for dnf_sort algorithma0e86e1test: added test for dnf_sort and applied test9f59081Update dnf_sort.cc23da7etest: assert in dnf instead of print4955910fix: header descriptionsf57931cfix: details in the comments91af654fix: merged details with include comment1cc21d1fix: run self test comment8e716cdMerge branch 'TheAlgorithms:master' into master📊 Changes
2 files changed (+130 additions, -0 deletions)
View changed files
📝
DIRECTORY.md(+1 -0)➕
sorting/dnf_sort.c(+129 -0)📄 Description
Description of Change
Implementation of the Dutch National Flag algorithm for sorting three valued arrays.
Checklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.