Skip to content

Commit 3c040ba

Browse files
committed
linked course
1 parent d659dfe commit 3c040ba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ Array stack is a bounded lock-based stack using an
22
array. It uses a common lock for both push and pop
33
operations.
44

5+
> **Course**: [Concurrent Data Structures], Monsoon 2020\
6+
> **Taught by**: Prof. Govindarajulu Regeti
7+
8+
[Concurrent Data Structures]: https://github.com/iiithf/concurrent-data-structures
9+
510
```java
611
push():
712
1. Lock stack.

0 commit comments

Comments
 (0)