Advertisement
Davencode

Untitled

Jan 7th, 2022
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. ALGO(G,k,s,A)
  2. INIT(G)
  3. BFS(G,s)
  4. if(d[s]<k)then
  5. return true
  6. return false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement