Skip to content

Commit c58a1b6

Browse files
committed
Hash map and homework review of class 3
1 parent 865efa7 commit c58a1b6

File tree

5 files changed

+143
-1205
lines changed

5 files changed

+143
-1205
lines changed

algorithms/class1.html

-21
Original file line numberDiff line numberDiff line change
@@ -678,27 +678,6 @@ <h3>What is the time complexity of...</h3>
678678
<p>O(n<sup>2</sup>) - Quadratic</p>
679679
</section>
680680

681-
<!-- to do: time content to see if we should add data structures here-->
682-
<!--
683-
<section>
684-
<h2>More data structures</h2>
685-
<h3>Example: Dictionaries/ Objects/ Hash Maps/ Maps</h3>
686-
<div style="float: left; width: 50%">
687-
<img src="images/hash-table.png">
688-
</div>
689-
<div style="float: left; width: 50%">
690-
<pre class="fragment"><code>
691-
myObject = { key : value,
692-
key : value,
693-
key : value }
694-
</code>
695-
</pre>
696-
</div>
697-
</section>
698-
-->
699-
700-
<!-- to do: add questions about hash map lookup and other data structures -->
701-
702681

703682
<!-- START OF SPACE COMPLEXITY -->
704683
<section>

0 commit comments

Comments
 (0)