[PR #211] [CLOSED] Add Dining Philosopher #489

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/211
Author: @daviluis321
Created: 10/31/2018
Status: Closed

Base: masterHead: master


📝 Commits (2)

📊 Changes

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

View changed files

Threads/DiningPhilosophers.c (+56 -0)
data_structures/n_children_tree/n_children_tree.c (+62 -0)

📄 Description

A classic example of threads in C language.


🔄 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/211 **Author:** [@daviluis321](https://github.com/daviluis321) **Created:** 10/31/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`092113c`](https://github.com/TheAlgorithms/C/commit/092113c6e4eeb05afe0b093987d4e2229a387866) Add Dining Philosopher - [`be670c1`](https://github.com/TheAlgorithms/C/commit/be670c11b42c1e6fbb92ed75d163026594609108) Add N children Tree ### 📊 Changes **2 files changed** (+118 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `Threads/DiningPhilosophers.c` (+56 -0) ➕ `data_structures/n_children_tree/n_children_tree.c` (+62 -0) </details> ### 📄 Description A classic example of threads in C language. --- <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:12 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#489