[PR #258] [CLOSED] Added Huffman coding, Hash Sort algorithm and a maze solver #553

Open
opened 2026-01-29 15:13:42 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/258
Author: @mrinal-pandey
Created: 9/17/2019
Status: Closed

Base: masterHead: master


📝 Commits (5)

📊 Changes

3 files changed (+454 additions, -0 deletions)

View changed files

misc/huffman_coding.c (+205 -0)
misc/maze.c (+150 -0)
sorting/hashSort.c (+99 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/258 **Author:** [@mrinal-pandey](https://github.com/mrinal-pandey) **Created:** 9/17/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`77e121c`](https://github.com/TheAlgorithms/C/commit/77e121ca306b7387153a59f44238b020a617b067) Add files via upload - [`1a6c20a`](https://github.com/TheAlgorithms/C/commit/1a6c20a5ef0a397ba1691c27e594a1d53aa293db) Add files via upload - [`d56330b`](https://github.com/TheAlgorithms/C/commit/d56330bf46f9f1595ad2ee0fea14291351a316d0) Delete hashSort.c - [`398e7ff`](https://github.com/TheAlgorithms/C/commit/398e7ff54bd1b3bef27b2a41b4041f0042f4f858) Add files via upload - [`f640962`](https://github.com/TheAlgorithms/C/commit/f640962bacba68ceef18972bcec88c3d5e0a498c) A maze puzzle solver ### 📊 Changes **3 files changed** (+454 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `misc/huffman_coding.c` (+205 -0) ➕ `misc/maze.c` (+150 -0) ➕ `sorting/hashSort.c` (+99 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:13:42 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#553