Implementing a Hash Map in Golang31 October 2020·525 words·3 minsDevelopment Algorithms GOImplementing a simple hash function algorithm and creating our own hashmap to better understand data structures.