Click image for larger version. 

Name:	1.png 
Views:	28 
Size:	34.1 KB 
ID:	13742


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.

Click image for larger version. 

Name:	2.png 
Views:	28 
Size:	19.3 KB 
ID:	13743


More...