Skip to content

Commit 8d30d35

Browse files
authored
links
1 parent 8da897d commit 8d30d35

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)