We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ad0ba commit acc1402Copy full SHA for acc1402
README.md
@@ -15,6 +15,11 @@ However, i guess that such a design is normally useful
15
only in hardware, as it becomes too slow in software.
16
Useful for educational purposes.
17
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
23
```java
24
CombiningTree.getAndOp(x, op):
25
Gets current value, and then updates it.
0 commit comments