Guest User

Untitled

a guest
Oct 19th, 2014
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. for( i = 0; i < n; i++ )
  2. if( b_s(i)->bucket == NULL )
  3. b_s(i)->bucket = A(i)
  4. else
  5. b_s(i+1)->bucket = A(i)
  6. b_s(i)->next = b_s(i+1)
Advertisement
Add Comment
Please, Sign In to add comment