Samo Penic
2019-10-25 3d558a9fead0f53161782db3ed7ba1797b963426
hashtables.html
@@ -250,7 +250,7 @@
   <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>
@@ -278,7 +278,7 @@
-->
<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%">