Skip to content

Commit

Permalink
edit q3
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephanie1125 committed Jun 9, 2016
1 parent 95ccd27 commit 129613e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion week2/week2_hw_q1q2q3_detail/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ So here is the idea that might work for this question.

The thing is that we need to keep track the order and time for each pair (URL, webpage). That's why we need a linked list because hash table itself does not have a concept of "order".

We need to combain the idea of dictionary with a double-linked list to make the time tracking possible.
We need to combine the idea of dictionary with a double-linked list to make the time tracking possible.

Here is the idea:

Expand Down

0 comments on commit 129613e

Please sign in to comment.