algorithms (463B)
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 - [counting_algorithm] 13 - [text_algorithms] 14 15 By date: 16 - [algorithms_recent]: a choice of recent algorithms on major [computational_problem] 17 18 [machine_model]: 19 - [external_memory] 20 21 [algorithms_techniques] 22 23 - [algorithm_non_uniform] 24 25 See also: [reduction] 26 27 Up: [theoretical_computer_science]