hyunsik-yoon / Data-Structures-and-Algorithms

Apache License 2.0
1 stars 0 forks source link

Fix wrong template type of Queue #36

Closed hyunsik-yoon closed 1 year ago

hyunsik-yoon commented 1 year ago

This fix wrong template type (int) to generic type(T).

Signed-off-by: Hyun Sik Yoon (Eric Yoon) hyunsik.yoon.1024@gmail.com