wiki_research

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

algorithm_type (134B)


      1 # Algorithm type
      2 
      3 - [bruteforce]
      4 - [backtracking]
      5 - [greedy_algorithm]
      6 - [memoization]
      7 - [dynamic_programming]
      8 
      9 Up: [algorithms_list]