Skip to content

Commit bb0c753

Browse files
committed
add task 4 text
1 parent 8eaf024 commit bb0c753

File tree

1 file changed

+8
-0
lines changed
  • week4/elementary-symbol-tables/interview-questions/task4

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
### Web tracking
2+
3+
Suppose that you are tracking `n` web sites and `m` users and you want to support the following API:
4+
5+
- User visits a website.
6+
- How many times has a given user visited a given site?
7+
8+
What data structure or data structures would you use?

0 commit comments

Comments
 (0)