Skip to content

Commit acc1402

Browse files
committed
linked course
1 parent 74ad0ba commit acc1402

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ However, i guess that such a design is normally useful
1515
only in hardware, as it becomes too slow in software.
1616
Useful for educational purposes.
1717

18+
> **Course**: [Concurrent Data Structures], Monsoon 2020\
19+
> **Taught by**: Prof. Govindarajulu Regeti
20+
21+
[Concurrent Data Structures]: https://github.com/iiithf/concurrent-data-structures
22+
1823
```java
1924
CombiningTree.getAndOp(x, op):
2025
Gets current value, and then updates it.

0 commit comments

Comments
 (0)