Search
⌘K

Implement a Special Type of Linked List

Implement a special type of linked list where each node has a value, hashValue (concatenation of previous node's value), and nextAddress. Create a Node class and a LinkedList class with methods to add values and validate the chain.

Asked at:

Google

Google


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Early October, 2024

Google

Google

Intern

Implement a special type of linked list where each node has a value, hashValue (concatenation of previous node's value), and nextAddress. Create a Node class and a LinkedList class with methods to add values and validate the chain.

Comments

Your account is free and you can post anonymously if you choose.