Skip to content

Commit e3b3349

Browse files
committed
🚌 walking references
1 parent a45018e commit e3b3349

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@ A Concurrent data structure is a particular way of storing and organizing
22
data for access by multiple computing threads (or processes) on a computer.
33

44
**Course**: Concurrent Data Structures, Monsoon 2020<br>
5-
**Taught by**: Prof. Govindarajulu Regeti<br>
6-
**Book**: The Art of Multiprocessor Programming; Maurice Herlihy, Nir Shavit
5+
**Taught by**: Prof. Govindarajulu Regeti
6+
7+
<br>
8+
9+
Book: [The Art of Multiprocessor Programming by Maurice Herlihy, Nir Shavit](https://github.com/mlearnf/the-art-of-multiprocessor-programming)<br>
10+
Project: [K-Compare Single-Swap](https://github.com/javaf/k-compare-single-swap)
711

812
<br>
913

@@ -49,7 +53,10 @@ Exercises:
4953

5054
<br>
5155

52-
- [Project: K-Compare Single-Swap](https://github.com/javaf/k-compare-single-swap)
56+
57+
### References
58+
59+
- [Timeline of Computer History :: Computer History Museum](https://www.computerhistory.org/timeline/memory-storage/)
5360

5461
<br>
5562

0 commit comments

Comments
 (0)