var hs = new HashMap(); hs.put('asd', 123) hs.put('bqwe', 456) hs.put('czx', 789) hs.put('dcv', {a: 1, b: 2}) hs.put('edf', 123) hs.put('fsdf', 456) hs.put('gdf', 789 ...
This project involved in the use of two major classes, the HashMap class and the linkedList class. The linkedList class was from the previous project, but I refactored the attributes so that the nodes ...