jilljenn / tryalgo

Algorithms and data structures for preparing programming competitions: basic and advanced
https://tryalgo.org
MIT License
371 stars 106 forks source link

import tryalgo #72

Open xtof-durr opened 8 months ago

xtof-durr commented 8 months ago

Why can't we import directly from tryalgo import opt_bin_search_tree1, decode_root_matrix_to_level but need to write from tryalgo.dyn_prog_tricks import opt_bin_search_tree1, decode_root_matrix_to_level ? In other words at what place are the modules moved one level up for export?