Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-lathrop committed Nov 4, 2013
1 parent 8ede4c4 commit 51ba283
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions HashTable/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<h1>HashTable</h1>
<hr />


A pure C way to make a hash table to hold generic data and use a generic key.
Expand All @@ -24,4 +23,4 @@ Configural parameters in the hashtable:
<li><b>Growth factor:</b> The amount of entries to add onto the size if the max number
of collisions happen. If the size of the table is large then the amount of time a
resize can take can be a little while.. but worth it in most cases.</li>
</ul>
</ul>

0 comments on commit 51ba283

Please sign in to comment.