1. 09 fév., 2019 4 validations
    • florian-boubou's avatar
      A try at optimization · 14ec900d
      florian-boubou a écrit
      I found that the program slows down quite a lot when N >= 30
      Talking with coworkers, they notice a slowdown too but not that big.
      So here I am reading and thinking about each
      line of code of my recursive function
      trying to spot a really costy operation.
      
      First try is minimizing Copy calls by passing
      a pointer for n and verbose and not their value. So that there's
      only one spot in the memory that is used for them.
      14ec900d
    • florian-boubou's avatar
      Coloring · c80b47f5
      florian-boubou a écrit
      c80b47f5
    • florian-boubou's avatar
      Modularizing cmd tool · ee6962c0
      florian-boubou a écrit
      With subcommands that'll let the user choose how to solve
      the nqueen problem
      ee6962c0
    • florian-boubou's avatar
      Added command line options handling · 7ed68551
      florian-boubou a écrit
      7ed68551
  2. 08 fév., 2019 2 validations