[PR #525] [CLOSED] hash set data structure #942

Closed
opened 2026-01-29 15:16:24 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/525
Author: @wesllhey
Created: 4/23/2020
Status: Closed

Base: masterHead: feature/hash-set


📝 Commits (1)

📊 Changes

4 files changed (+167 additions, -0 deletions)

View changed files

data_structures/hash_set/Makefile (+13 -0)
data_structures/hash_set/hash_set.c (+87 -0)
data_structures/hash_set/hash_set.h (+29 -0)
data_structures/hash_set/main.c (+38 -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/525 **Author:** [@wesllhey](https://github.com/wesllhey) **Created:** 4/23/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/hash-set` --- ### 📝 Commits (1) - [`267ec6e`](https://github.com/TheAlgorithms/C/commit/267ec6ec96b6928aacbd8f5e55dbdb60b39a8b88) hash set data structure ### 📊 Changes **4 files changed** (+167 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `data_structures/hash_set/Makefile` (+13 -0) ➕ `data_structures/hash_set/hash_set.c` (+87 -0) ➕ `data_structures/hash_set/hash_set.h` (+29 -0) ➕ `data_structures/hash_set/main.c` (+38 -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:16:24 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#942