Skip to content
This repository was archived by the owner on May 3, 2019. It is now read-only.

Latest commit

 

History

History
11 lines (10 loc) · 169 Bytes

File metadata and controls

11 lines (10 loc) · 169 Bytes

Python Task

Dictionaries

Realizations:

  • arrays with linear search
  • sorted arrays with binary search
  • trees
  • AST-trees
  • hash-tables