I have Queue with contains a structure and my problem is how to forward queue to dictionary and how to implement this dictionary for example : Dictionary<int,Queue>
?
Asked
Active
Viewed 48 times
0

Ajay Brahmakshatriya
- 8,993
- 3
- 26
- 49

Inda
- 1
- 2
-
I need this dictionary : Dictionary
:) – Inda Oct 22 '18 at 21:17 -
2Look at this similar question https://stackoverflow.com/questions/31930046/what-is-a-hash-table-and-how-do-you-make-it-in-c – Ajay Brahmakshatriya Oct 22 '18 at 21:39