Skip to content

import tryalgo #72

@xtof-durr

Description

@xtof-durr

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions