Replies: 3 comments
-
Btw, your |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you! I also realized that |
Beta Was this translation helpful? Give feedback.
0 replies
-
Closing.. please feel free to re-open if needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I'd like to ask about more assumptions of the page rank algorithm of problem 7.
Can I assume that there will be no self-referencing pages? (ie. all pages doesn't not have link to themselves)
Can I assume that all
page_id
will appear in theweb
, through 1 ~ N?For example, there can be an example of
web
object like this one.The maximum of
page_id
here is 4. However, inweb_ex
, 2 does not appear as a page.In this case, should we assume that page 2 does not exists, or page 2 exists and user will do random jump after the page 2?
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions