View RSS Feed

mql5

MQL5 Cookbook: Implementing an Associative Array or a Dictionary for Quick Data Access

Rate this Entry
by , 06-10-2015 at 08:40 PM (1899 Views)
      
   
Name:  1.png
Views: 381
Size:  34.1 KB

This article describes a special algorithm allowing to gain access to elements by their unique keys. Any base data type can be used as a key. For example it may be represented as a string or an integer variable. Such data container is commonly referred to as a dictionary or an associative array. It provides easier and more efficient way of problem solving.

Name:  2.png
Views: 296
Size:  19.3 KB

More...

Submit "MQL5 Cookbook: Implementing an Associative Array or a Dictionary for Quick Data Access" to Google Submit "MQL5 Cookbook: Implementing an Associative Array or a Dictionary for Quick Data Access" to del.icio.us Submit "MQL5 Cookbook: Implementing an Associative Array or a Dictionary for Quick Data Access" to Digg Submit "MQL5 Cookbook: Implementing an Associative Array or a Dictionary for Quick Data Access" to reddit

Categories
Uncategorized

Comments