| | |
| | | <p>Sometimes also called associative array or dictionary. <b>It is a data structure used to map key into values</b></p> |
| | | <br /><br /> |
| | | <p class="center">phone_number["<span id='intro0'>Yoda</span>"]</p><br /> |
| | | <p class="center" style="font-size:18pt"> stores and returns us the information stored for varible, object, ...</p> |
| | | <p class="center" style="font-size:18pt"> stores and returns us the information stored for variable, object, ...</p> |
| | | <br /><br /> |
| | | <p style="font-size:18pt">It is widely used to build things such us dictionaries, telephone books, book indexes, ...</p><br /> |
| | | <p>Hash table provide <b>Insertion, Deletion and Retreival</b> in <b>constant time</b>!</p> |
| | |
| | | --> |
| | | |
| | | <div class="step slide vsebina" data-x="1000" data-y="-500" data-z="750" data-rotate-x="90"> |
| | | <h1 class="naslov">Builing a phonebook...</h1> |
| | | <h1 class="naslov">Building a phonebook...</h1> |
| | | <form> |
| | | <table style="width:100%;"> |
| | | <col width="70%"> |