Question: Algorithm in pseudocode from a stack to a hash table using open addressing with linear probing. Each element in the stack contains; a car make, the License plate (ID), A Colour, An address ( of the car owner ) and the phone number ( of the car owner),
The returned hash table should contain the same entries as those in the input stack , hashed on the "License plate".
You should assume that no two items have the same " license plate ".