1. 16 8月, 2020 1 次提交
  2. 15 8月, 2020 2 次提交
  3. 14 8月, 2020 3 次提交
  4. 13 8月, 2020 1 次提交
  5. 11 8月, 2020 6 次提交
  6. 10 8月, 2020 1 次提交
  7. 09 8月, 2020 1 次提交
  8. 08 8月, 2020 8 次提交
    • G
      updating DIRECTORY.md · 043c8905
      github-actions 提交于
      043c8905
    • F
      fix: refactor BFS algorithm. (#990) · 7559610a
      Filip Hlasek 提交于
      * Refactor BFS algorithm.
      
      * Rename bfs.
      
      * Align the parameter padding.
      
      * Fix parameter padding
      
      * Fix typo in function name.
      7559610a
    • F
      fix: linter for prim. · c8dfc384
      Filip Hlásek 提交于
      c8dfc384
    • D
      [fix/docs]: Update backtracking folder (#916) · 25b39a34
      David Leal 提交于
      * [fix/docs]: Update backtracking/graph_coloring.cpp
      
      * Add CMakeLists.txt in backtracking folder
      
      * Add backtracking to CMakeLists.txt
      
      * fix: Fix build issues
      
      * docs: Various documentation fixes
      
      * fix: minimax.cpp issues
      
      * fix: sudoku_solve.cpp fixes
      
      * formatting source-code for 8ffbbb35cecc5fb3dac33957e14e9da50cff9469
      
      * make he code neat and clean without global variables
      
      * fix 2 stars in comment
      
      * fix MSVC errors by forcing template parameter in function calls
      
      Note: This is identical to passing it as a function parameter, and may not be helpful
      
      * Update minimax.cpp
      
      * docs: minimax.cpp improvements
      
      * docs: Add Wikipedia link in minimax.cpp
      
      * fix: minimax.cpp vector fix
      
      * docs: fix Wikipedia link in minimax.cpp
      
      * docs: fix return statement in minimax.cpp
      
      * fix: sudoku_solve.cpp fixes
      
      * fix: more sudoku_solve.cpp fixes
      
      * fix: sudoku_solve.cpp fixes
      
      * fix: sudoku_solve.cpp
      
      * formatting source-code for 13b5b9b829eecc242746f6f00d54c35dad6c026a
      
      * docs: update graph_coloring.cpp description
      
      * fix: use array instead of vector (minimax.cpp)
      
      * feat: add namespace (minimax.cpp)
      
      * docs: update namespace description (graph_coloring.cpp)
      
      * fix: graph_coloring.cpp
      
      * fix: sudoku_solve.cpp fixes
      
      * fix: graph_coloring.cpp
      
      * fix: minimax.cpp
      
      * fix: more sudoku_solve.cpp fixes
      
      * fix: more graph_coloring.cpp fixes
      
      * fix: graph_coloring.cpp fixes
      
      * fix: sudoku_solve.cpp fixes
      
      * fix: minimax.cpp
      
      * fix: sudoku_solve.cpp fixes
      
      * fix: too few template arguments (std::array)
      
      * fix: too few template arguments (std::array, minimax.cpp)
      
      * fix: narrowing conversion from double to int (minimax.cpp)
      
      * fix: excess elements in struct initializer (graph_coloring.cpp)
      
      * fix: no matching function (graph_coloring.cpp)
      
      * fix: graph_coloring.cpp issues/errors
      
      * fix: knight_tour.cpp issues/errors
      
      * fix: sudoku_solve.cpp issues/errors
      
      * [fix/docs]: Various fixes in graph_coloring.cpp
      
      * fix: More graph_coloring.cpp fixes
      
      * docs: Add initial comment block (sudoku_solve.cpp)
      
      * fix: Add return statement (knight_tour.cpp)
      
      * fix: array fixes (graph_coloring.cpp)
      
      * docs: documentation improvements (sudoku_solve.cpp)
      
      * docs: documentation improvements (knight_tour.cpp)
      
      * docs: documentation improvements (sudoku_solve.cpp)
      
      * docs: documentation improvements (graph_coloring.cpp)
      
      * docs: Documentation improvements (graph_coloring.cpp)
      
      Thanks, @kvedala!
      
      * docs: Documentation improvements (sudoku_solve.cpp)
      
      * docs: Document function parameter (sudoku_solve.cpp)
      
      * docs: Documentation improvements (knight_tour.cpp)
      
      * docs: Add long description (graph_coloring.cpp)
      
      * docs: Add long description (minimax.cpp)
      
      * docs: Add long description (sudoku_solve.cpp)
      
      * docs: Documentation improvements (knight_tour.cpp)
      
      * docs: Documentation improvements (sudoku_solve.cpp)
      
      * docs: Documentation improvements (minimax.cpp)
      
      * docs: More documentation improvements (minimax.cpp)
      
      * docs: Documentation improvements (sudoku_solve.cpp)
      
      * fix: sudoku_solve.cpp improvements
      Co-authored-by: Ngithub-actions <${GITHUB_ACTOR}@users.noreply.github.com>
      Co-authored-by: NKrishna Vedala <7001608+kvedala@users.noreply.github.com>
      25b39a34
    • F
      fix: linter warnings for topological_sort. (#994) · b36ce9a8
      Filip Hlasek 提交于
      Approving for now to enable a PR that adds graph folder to the CI build system.
      b36ce9a8
    • F
      418e876d
    • F
      426a12da
    • F
      fix: linter warnings for bridge finding algorithm. (#991) · 24653d91
      Filip Hlasek 提交于
      * Fix linter warnings for bridge finding algorithm.
      
      * Comment main function.
      24653d91
  9. 31 7月, 2020 3 次提交
  10. 30 7月, 2020 11 次提交
  11. 25 7月, 2020 3 次提交