Oracle
Coding
Oracle Cloud Engineer Coding Interview
Created by Smart Mock Interview
Interview Questions
- Implement HashMapcoding
Title:
Implement HashMap
Problem:
Design and implement a hash map (dictionary) data structure without using built-in libraries. Provide methods to put(key, value), get(key) and remove(key).