[PR #41] [MERGED] Trie Data structure implimentation #258

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/41
Author: @shashikedissanayake
Created: 9/28/2017
Status: Merged
Merged: 9/28/2017
Merged by: @AnupKumarPanwar

Base: masterHead: master


📝 Commits (3)

📊 Changes

2 files changed (+355119 additions, -0 deletions)

View changed files

data_structures/Trie/Trie.c (+184 -0)
data_structures/Trie/dictionary.txt (+354935 -0)

📄 Description

#39


🔄 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/41 **Author:** [@shashikedissanayake](https://github.com/shashikedissanayake) **Created:** 9/28/2017 **Status:** ✅ Merged **Merged:** 9/28/2017 **Merged by:** [@AnupKumarPanwar](https://github.com/AnupKumarPanwar) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`0c0d2a2`](https://github.com/TheAlgorithms/C/commit/0c0d2a2a56b4b667610d56e9d4a867c93e9aaced) Added Trie Data Structure implimentation - [`3cba1a5`](https://github.com/TheAlgorithms/C/commit/3cba1a56cbe9fed3eaa83e6bece9c4150b18ba7a) Change the Trie.c - [`c10f9d0`](https://github.com/TheAlgorithms/C/commit/c10f9d0d140ca7bda6172a93aef22d445a1c02b4) updated Trie.c ### 📊 Changes **2 files changed** (+355119 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `data_structures/Trie/Trie.c` (+184 -0) ➕ `data_structures/Trie/dictionary.txt` (+354935 -0) </details> ### 📄 Description #39 --- <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:10: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#258