Technical assessment on algorithm: SSL (Singly Linked List) that has intersection return true, else false, or if cycle throw error 'Error'. INPUT: (linked nodes) a->b b->c c->d d->e g->b h->j j->f explanation: so node a linked to b, b linked to c... INPUT (nodes) a,h,j b,d,e h,a, a,h, g,b explanation: a and h and j each node traversing the SSL, if a,h,j combo meet at some intersection.
Anonymous
Need a bit more time to complete the assessment.
Check out your Company Bowl for anonymous work chats.