File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 187187 * [ Intensity Based Segmentation] ( computer_vision/intensity_based_segmentation.py )
188188 * [ Mean Threshold] ( computer_vision/mean_threshold.py )
189189 * [ Mosaic Augmentation] ( computer_vision/mosaic_augmentation.py )
190+ * [ Otsu Threshold] ( computer_vision/otsu_threshold.py )
190191 * [ Pooling Functions] ( computer_vision/pooling_functions.py )
191192 * [ Vision Transformer] ( computer_vision/vision_transformer.py )
192193
454455 * [ Minimum Steps To One] ( dynamic_programming/minimum_steps_to_one.py )
455456 * [ Minimum Tickets Cost] ( dynamic_programming/minimum_tickets_cost.py )
456457 * [ Narcissistic Number] ( dynamic_programming/narcissistic_number.py )
458+ * [ Needleman Wunsch] ( dynamic_programming/needleman_wunsch.py )
457459 * [ Optimal Binary Search Tree] ( dynamic_programming/optimal_binary_search_tree.py )
458460 * [ Palindrome Partitioning] ( dynamic_programming/palindrome_partitioning.py )
459461 * [ Range Sum Query] ( dynamic_programming/range_sum_query.py )
14931495## [ Tests] ( tests )
14941496 * [ Test Sorts] ( tests/test_sorts.py )
14951497
1498+ ## [ Travelling Salesman Problem] ( /travelling_salesman_problem.py )
1499+
14961500## [ Web Programming] ( web_programming )
14971501 * [ Co2 Emission] ( web_programming/co2_emission.py )
14981502 * [ Covid Stats Via Xpath] ( web_programming/covid_stats_via_xpath.py )
You can’t perform that action at this time.
0 commit comments