31.12.2017, 11:21
(
Last edited by ShapeGaz; 31/12/2017 at 12:12 PM.
)
unordered_map is one of hash table variants, you can read about this here. This is a special data structure for storing key pairs and their values. In essence, this is an associative array, in which the key is represented as a hash function. If you want examples, you can find them here. In the pawn, you can replace this large array, which is created to find the values.