wiki_research

personal research wiki
git clone https://a3nm.net/git/wiki_research/
Log | Files | Refs

algorithms (372B)


      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 
     12 By date:
     13 - [algorithms_recent]: a choice of recent algorithms on major [computational_problem]
     14 
     15 [machine_model]:
     16 - [external_memory]
     17 
     18 [algorithms_techniques]
     19 
     20 See also: [reduction]
     21 
     22 Up: [theoretical_computer_science]