MANIFEST.in
README.md
pyproject.toml
src/definit_db/__init__ .pyi
src/definit_db/__init__.py
src/definit_db/config.py
src/definit_db/generate_db_md.py
src/definit_db.egg-info/PKG-INFO
src/definit_db.egg-info/SOURCES.txt
src/definit_db.egg-info/dependency_links.txt
src/definit_db.egg-info/top_level.txt
src/definit_db/data_md/field/computer_science/index.md
src/definit_db/data_md/field/computer_science/definitions/algorithms/bit manipulation.md
src/definit_db/data_md/field/computer_science/definitions/algorithms/problems/hash_collision.md
src/definit_db/data_md/field/computer_science/definitions/algorithms/problems/rolling_hash.md
src/definit_db/data_md/field/computer_science/definitions/algorithms/problems/graph_labeling/graph_coloring.md
src/definit_db/data_md/field/computer_science/definitions/algorithms/problems/graph_labeling/graph_labeling.md
src/definit_db/data_md/field/computer_science/definitions/algorithms/problems/graph_labeling/vertex_coloring.md
src/definit_db/data_md/field/computer_science/definitions/algorithms/searching/string/rabin_karp_algorithm.md
src/definit_db/data_md/field/computer_science/definitions/data_structure/abstract_data_type.md
src/definit_db/data_md/field/computer_science/definitions/data_structure/bit_field.md
src/definit_db/data_md/field/computer_science/definitions/data_structure/map.md
src/definit_db/data_md/field/computer_science/definitions/data_structure/primitive_data_type.md
src/definit_db/data_md/field/computer_science/definitions/data_structure/collection/associative_array.md
src/definit_db/data_md/field/computer_science/definitions/data_structure/collection/bag.md
src/definit_db/data_md/field/computer_science/definitions/data_structure/collection/collection.md
src/definit_db/data_md/field/computer_science/definitions/data_structure/collection/hash_table.md
src/definit_db/data_md/field/computer_science/definitions/data_structure/collection/heap_tree.md
src/definit_db/data_md/field/computer_science/definitions/data_structure/collection/priority_queue.md
src/definit_db/data_md/field/computer_science/definitions/data_structure/collection/queue.md
src/definit_db/data_md/field/computer_science/definitions/data_structure/collection/set.md
src/definit_db/data_md/field/computer_science/definitions/data_structure/collection/stack.md
src/definit_db/data_md/field/computer_science/definitions/data_structure/collection/trie.md
src/definit_db/data_md/field/computer_science/definitions/data_structure/collection/list/array.md
src/definit_db/data_md/field/computer_science/definitions/data_structure/collection/list/linked_list.md
src/definit_db/data_md/field/computer_science/definitions/data_structure/collection/list/list.md
src/definit_db/data_md/field/computer_science/definitions/data_structure/collection/string/ascii.md
src/definit_db/data_md/field/computer_science/definitions/data_structure/collection/string/character_encoding.md
src/definit_db/data_md/field/computer_science/definitions/data_structure/collection/string/extended_ascii.md
src/definit_db/data_md/field/computer_science/definitions/data_structure/collection/string/regular expression.md
src/definit_db/data_md/field/computer_science/definitions/data_structure/collection/string/string.md
src/definit_db/data_md/field/computer_science/definitions/data_structure/collection/string/substring.md
src/definit_db/data_md/field/computer_science/definitions/data_structure/collection/string/unicode.md
src/definit_db/data_md/field/computer_science/definitions/data_structure/collection/string/utf.md
src/definit_db/data_md/field/computer_science/definitions/data_structure/collection/string/utf_8.md
src/definit_db/data_md/field/computer_science/definitions/data_structure/primitive/boolean.md
src/definit_db/data_md/field/computer_science/definitions/data_structure/primitive/integer.md
src/definit_db/data_md/field/computer_science/definitions/foundamental/arithmetic right shift.md
src/definit_db/data_md/field/computer_science/definitions/foundamental/binary fractions.md
src/definit_db/data_md/field/computer_science/definitions/foundamental/binary representation.md
src/definit_db/data_md/field/computer_science/definitions/foundamental/bit.md
src/definit_db/data_md/field/computer_science/definitions/foundamental/bitwise operation.md
src/definit_db/data_md/field/computer_science/definitions/foundamental/cache.md
src/definit_db/data_md/field/computer_science/definitions/foundamental/call stack.md
src/definit_db/data_md/field/computer_science/definitions/foundamental/computer memory.md
src/definit_db/data_md/field/computer_science/definitions/foundamental/computer.md
src/definit_db/data_md/field/computer_science/definitions/foundamental/concurrency.md
src/definit_db/data_md/field/computer_science/definitions/foundamental/core.md
src/definit_db/data_md/field/computer_science/definitions/foundamental/data.md
src/definit_db/data_md/field/computer_science/definitions/foundamental/data_structure.md
src/definit_db/data_md/field/computer_science/definitions/foundamental/data_type.md
src/definit_db/data_md/field/computer_science/definitions/foundamental/hardware.md
src/definit_db/data_md/field/computer_science/definitions/foundamental/heap memory.md
src/definit_db/data_md/field/computer_science/definitions/foundamental/heap overflow.md
src/definit_db/data_md/field/computer_science/definitions/foundamental/logical right shift.md
src/definit_db/data_md/field/computer_science/definitions/foundamental/memory allocation.md
src/definit_db/data_md/field/computer_science/definitions/foundamental/object.md
src/definit_db/data_md/field/computer_science/definitions/foundamental/operation.md
src/definit_db/data_md/field/computer_science/definitions/foundamental/parallelism.md
src/definit_db/data_md/field/computer_science/definitions/foundamental/processor.md
src/definit_db/data_md/field/computer_science/definitions/foundamental/program.md
src/definit_db/data_md/field/computer_science/definitions/foundamental/random access memory.md
src/definit_db/data_md/field/computer_science/definitions/foundamental/right shift.md
src/definit_db/data_md/field/computer_science/definitions/foundamental/stack memory.md
src/definit_db/data_md/field/computer_science/definitions/foundamental/stack overflow.md
src/definit_db/data_md/field/computer_science/definitions/foundamental/two's complement.md
src/definit_db/data_md/field/computer_science/definitions/foundamental/variable.md
src/definit_db/data_md/field/mathematics/index.md
src/definit_db/data_md/field/mathematics/definitions/foundamental/finite_sequence.md
src/definit_db/data_md/field/mathematics/definitions/foundamental/finite_set.md
src/definit_db/data_md/field/mathematics/definitions/foundamental/function.md
src/definit_db/data_md/field/mathematics/definitions/foundamental/hash_function.md
src/definit_db/data_md/field/mathematics/definitions/foundamental/information.md
src/definit_db/data_md/field/mathematics/definitions/foundamental/instruction.md
src/definit_db/data_md/field/mathematics/definitions/foundamental/multiset.md
src/definit_db/data_md/field/mathematics/definitions/foundamental/object.md
src/definit_db/data_md/field/mathematics/definitions/foundamental/operation.md
src/definit_db/data_md/field/mathematics/definitions/foundamental/relation.md
src/definit_db/data_md/field/mathematics/definitions/foundamental/sequence.md
src/definit_db/data_md/field/mathematics/definitions/foundamental/set.md
src/definit_db/data_md/field/mathematics/definitions/foundamental/notations/label.md
src/definit_db/data_md/field/mathematics/definitions/fundamental/distribution.md
src/definit_db/data_md/field/mathematics/definitions/fundamental/finite_sequence.md
src/definit_db/data_md/field/mathematics/definitions/fundamental/finite_set.md
src/definit_db/data_md/field/mathematics/definitions/fundamental/function.md
src/definit_db/data_md/field/mathematics/definitions/fundamental/hash_function.md
src/definit_db/data_md/field/mathematics/definitions/fundamental/index.md
src/definit_db/data_md/field/mathematics/definitions/fundamental/information.md
src/definit_db/data_md/field/mathematics/definitions/fundamental/input data.md
src/definit_db/data_md/field/mathematics/definitions/fundamental/instruction.md
src/definit_db/data_md/field/mathematics/definitions/fundamental/last in first out.md
src/definit_db/data_md/field/mathematics/definitions/fundamental/loop.md
src/definit_db/data_md/field/mathematics/definitions/fundamental/merge.md
src/definit_db/data_md/field/mathematics/definitions/fundamental/multiset.md
src/definit_db/data_md/field/mathematics/definitions/fundamental/object.md
src/definit_db/data_md/field/mathematics/definitions/fundamental/operation.md
src/definit_db/data_md/field/mathematics/definitions/fundamental/polynomial.md
src/definit_db/data_md/field/mathematics/definitions/fundamental/probability.md
src/definit_db/data_md/field/mathematics/definitions/fundamental/pure function.md
src/definit_db/data_md/field/mathematics/definitions/fundamental/radix.md
src/definit_db/data_md/field/mathematics/definitions/fundamental/relation.md
src/definit_db/data_md/field/mathematics/definitions/fundamental/sequence.md
src/definit_db/data_md/field/mathematics/definitions/fundamental/set.md
src/definit_db/data_md/field/mathematics/definitions/fundamental/uniform_distribution.md
src/definit_db/data_md/field/mathematics/definitions/fundamental/analysis/asymptotic_behavior.md
src/definit_db/data_md/field/mathematics/definitions/fundamental/analysis/bound.md
src/definit_db/data_md/field/mathematics/definitions/fundamental/analysis/upper_bound.md
src/definit_db/data_md/field/mathematics/definitions/fundamental/computation/Turing machine.md
src/definit_db/data_md/field/mathematics/definitions/fundamental/computation/deterministic Turing machine.md
src/definit_db/data_md/field/mathematics/definitions/fundamental/computation/nondeterministic Turing machine.md
src/definit_db/data_md/field/mathematics/definitions/fundamental/notations/label.md
src/definit_db/data_md/field/mathematics/definitions/fundamental/number/integer.md
src/definit_db/data_md/field/mathematics/definitions/fundamental/number/number.md
src/definit_db/data_md/field/mathematics/definitions/graph/adjacency_list.md
src/definit_db/data_md/field/mathematics/definitions/graph/bipartite_graph.md
src/definit_db/data_md/field/mathematics/definitions/graph/cycle.md
src/definit_db/data_md/field/mathematics/definitions/graph/directed_acyclic_graph.md
src/definit_db/data_md/field/mathematics/definitions/graph/directed_graph.md
src/definit_db/data_md/field/mathematics/definitions/graph/edge.md
src/definit_db/data_md/field/mathematics/definitions/graph/graph.md
src/definit_db/data_md/field/mathematics/definitions/graph/graph_distance.md
src/definit_db/data_md/field/mathematics/definitions/graph/node.md
src/definit_db/data_md/field/mathematics/definitions/graph/path.md
src/definit_db/data_md/field/mathematics/definitions/graph/weighted graph.md
src/definit_db/data_md/field/mathematics/definitions/graph/tree/avl_tree.md
src/definit_db/data_md/field/mathematics/definitions/graph/tree/b_tree.md
src/definit_db/data_md/field/mathematics/definitions/graph/tree/balanced_binary_tree.md
src/definit_db/data_md/field/mathematics/definitions/graph/tree/binary_search_tree.md
src/definit_db/data_md/field/mathematics/definitions/graph/tree/binary_tree.md
src/definit_db/data_md/field/mathematics/definitions/graph/tree/complete_binary_tree.md
src/definit_db/data_md/field/mathematics/definitions/graph/tree/heap_tree.md
src/definit_db/data_md/field/mathematics/definitions/graph/tree/interval_tree.md
src/definit_db/data_md/field/mathematics/definitions/graph/tree/k_ary_tree.md
src/definit_db/data_md/field/mathematics/definitions/graph/tree/leaf.md
src/definit_db/data_md/field/mathematics/definitions/graph/tree/minimum_spanning_tree.md
src/definit_db/data_md/field/mathematics/definitions/graph/tree/red_black_tree.md
src/definit_db/data_md/field/mathematics/definitions/graph/tree/subtree.md
src/definit_db/data_md/field/mathematics/definitions/graph/tree/tree.md
src/definit_db/data_md/field/mathematics/definitions/graph/tree/unbalanced_binary_tree.md
src/definit_db/data_md/field/mathematics/definitions/number/integer.md
src/definit_db/data_md/field/mathematics/definitions/number/number.md
src/definit_db/data_md/field/mathematics/definitions/problem/base_case.md
src/definit_db/data_md/field/mathematics/definitions/problem/complement problem.md
src/definit_db/data_md/field/mathematics/definitions/problem/constraint.md
src/definit_db/data_md/field/mathematics/definitions/problem/criterion.md
src/definit_db/data_md/field/mathematics/definitions/problem/feasible solution.md
src/definit_db/data_md/field/mathematics/definitions/problem/mathematical programming.md
src/definit_db/data_md/field/mathematics/definitions/problem/objective function.md
src/definit_db/data_md/field/mathematics/definitions/problem/off-by-one.md
src/definit_db/data_md/field/mathematics/definitions/problem/optimal_solution.md
src/definit_db/data_md/field/mathematics/definitions/problem/optimal_substructure.md
src/definit_db/data_md/field/mathematics/definitions/problem/overlapping_subproblems.md
src/definit_db/data_md/field/mathematics/definitions/problem/problem space.md
src/definit_db/data_md/field/mathematics/definitions/problem/problem.md
src/definit_db/data_md/field/mathematics/definitions/problem/recursion.md
src/definit_db/data_md/field/mathematics/definitions/problem/reduction.md
src/definit_db/data_md/field/mathematics/definitions/problem/solution.md
src/definit_db/data_md/field/mathematics/definitions/problem/subproblem.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/BUD.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/Co-NP.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/NP-Complete.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/NP-Hard.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/NP.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/P.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/algorithm.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/amortized time.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/best conceivable runtime.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/big_o_notation.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/brute_force.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/complexity.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/divide_and_conquer.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/dynamic_programming.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/greedy_algorithm.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/heuristic.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/logarithmic complexity.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/memoization.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/optimization.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/real-world performance.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/space_complexity.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/subproblem.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/time_complexity.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/graph/A* algorithm.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/graph/Floyd-Warshall algorithm.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/graph/bellman_ford_algorithm.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/graph/cycle detection.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/graph/dijkstras_algorithm.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/searching/bidirectional search.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/searching/binary_search.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/searching/breadth-first search.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/searching/depth-first search.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/sorting/bubble_sort.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/sorting/bucket_sort.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/sorting/heap_sort.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/sorting/merge_sort.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/sorting/quick_sort.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/sorting/radix_sort.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/sorting/selection_sort.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/sorting/sorting.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/sorting/topological_sort.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/strategy/bottom_up_approach.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/strategy/half_and_half_approach.md
src/definit_db/data_md/field/mathematics/definitions/problem/algorithm/strategy/top_down_approach.md
src/definit_db/data_md/track/algorithms.md
src/definit_db/data_md/track/data_structures.md