LICENSE
README.md
pyproject.toml
fe_exam_samples/__init__.py
fe_exam_samples/python/level1_average.py
fe_exam_samples/python/level1_binary_search.py
fe_exam_samples/python/level1_bubble_sort.py
fe_exam_samples/python/level1_celsius_to_fahrenheit.py
fe_exam_samples/python/level1_count_digits.py
fe_exam_samples/python/level1_countdown.py
fe_exam_samples/python/level1_digit_sum.py
fe_exam_samples/python/level1_even_numbers.py
fe_exam_samples/python/level1_factorial.py
fe_exam_samples/python/level1_fibonacci.py
fe_exam_samples/python/level1_gcd.py
fe_exam_samples/python/level1_hello_name.py
fe_exam_samples/python/level1_insertion_sort.py
fe_exam_samples/python/level1_is_anagram.py
fe_exam_samples/python/level1_lcm.py
fe_exam_samples/python/level1_linear_search.py
fe_exam_samples/python/level1_list_sum.py
fe_exam_samples/python/level1_max_of_two.py
fe_exam_samples/python/level1_min_of_list.py
fe_exam_samples/python/level1_multiplication_table.py
fe_exam_samples/python/level1_palindrome.py
fe_exam_samples/python/level1_prime_check.py
fe_exam_samples/python/level1_reverse_string.py
fe_exam_samples/python/level1_second_largest.py
fe_exam_samples/python/level1_selection_sort.py
fe_exam_samples/python/level1_sign_checker.py
fe_exam_samples/python/level1_string_length.py
fe_exam_samples/python/level1_sum_to_n.py
fe_exam_samples/python/level1_unique_characters.py
fe_exam_samples/python/level1_unique_elements.py
fe_exam_samples/python/level1_vowel_count.py
fe_exam_samples/python/level2_binary_search_bounds.py
fe_exam_samples/python/level2_bracket_validation.py
fe_exam_samples/python/level2_fe_r01_autumn_inventory_forecast.py
fe_exam_samples/python/level2_fe_r01_spring_text_statistics.py
fe_exam_samples/python/level2_fe_r02_autumn_packet_scheduler.py
fe_exam_samples/python/level2_fe_r02_spring_task_dependency.py
fe_exam_samples/python/level2_greedy_coin_change.py
fe_exam_samples/python/level2_group_anagrams.py
fe_exam_samples/python/level2_interval_merge.py
fe_exam_samples/python/level2_matrix_transpose.py
fe_exam_samples/python/level2_run_length_encoding.py
fe_exam_samples/python/level2_topk_words.py
fe_exam_samples/python/level3_fe_r03_autumn_resource_allocation.py
fe_exam_samples/python/level3_fe_r03_spring_sensor_alert.py
fe_exam_samples/python/level3_fe_r04_spring_log_parser.py
fe_exam_samples/python/level3_fe_r05_autumn_route_planning.py
fe_exam_samples/python/level3_fe_r05_autumn_sequence_analysis.py
fe_exam_samples/python/level3_fe_r06_autumn_critical_path.py
fe_exam_samples/python/level3_fe_r06_autumn_graph_shortest_path.py
fe_exam_samples/python/level3_fe_r06_autumn_weighted_interval_scheduling.py
fe_exam_samples/python/level3_fe_r06_spring_edit_distance.py
fe_exam_samples/python/level3_fe_r06_spring_knapsack_01.py
fe_exam_samples/python/level3_fe_r06_spring_max_flow.py
showtracetable/__init__.py
showtracetable/__main__.py
showtracetable/tracer.py
showtracetable.egg-info/PKG-INFO
showtracetable.egg-info/SOURCES.txt
showtracetable.egg-info/dependency_links.txt
showtracetable.egg-info/entry_points.txt
showtracetable.egg-info/requires.txt
showtracetable.egg-info/top_level.txt
tests/test_csv_full_output.py
tests/test_major_steps_csv.py
tests/test_noise_columns_hidden.py
tests/test_sample_script.py
tests/test_sample_script2.py
tests/test_sample_script3.py
tests/test_stdlib_inclusion.py
tests/test_sys_argv_isolated.py
tests/test_tracer.py