algorithms (440B)
1 # Algorithms 2 3 Notion: [algorithm] 4 5 List of algorithms: [algorithms_list] 6 7 Type: 8 - [algorithm_combinatorial] 9 - [algorithm_randomized] 10 - [greedy_algorithm] 11 - [graph_algorithms] 12 - [text_algorithms] 13 14 By date: 15 - [algorithms_recent]: a choice of recent algorithms on major [computational_problem] 16 17 [machine_model]: 18 - [external_memory] 19 20 [algorithms_techniques] 21 22 - [algorithm_non_uniform] 23 24 See also: [reduction] 25 26 Up: [theoretical_computer_science]