We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eaf024 commit bb0c753Copy full SHA for bb0c753
week4/elementary-symbol-tables/interview-questions/task4/TASK.md
@@ -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