Skip to content

Commit cd3ec11

Browse files
authored
Merge pull request kodecocodes#403 from TheIronBorn/patch-8
links
2 parents 8da897d + 8d30d35 commit cd3ec11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DiningPhilosophers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Dining Philosophers
2-
Dining philosophers problem Algorithm implemented in Swift (concurrent algorithm design to illustrate synchronization issues and techniques for resolving them using GCD and Semaphore in Swift)
2+
Dining philosophers problem Algorithm implemented in Swift (concurrent algorithm design to illustrate synchronization issues and techniques for resolving them using [GCD](https://apple.github.io/swift-corelibs-libdispatch/) and [Semaphore](https://developer.apple.com/reference/dispatch/dispatchsemaphore) in Swift)
33

44
Written for Swift Algorithm Club by Jacopo Mangiavacchi
55

0 commit comments

Comments
 (0)