Hash Tables

  • in swift dictionaries are used as hash tables.
var hashTable: [String:Int] = [:]