ahmadrezafrh / Computational-Intelligence

Computational Intelligence Course Labs 2023-2024
0 stars 0 forks source link

Lab2 Review #6

Open SamiSani68 opened 1 year ago

SamiSani68 commented 1 year ago

Dear Ahmadreza , Me and Hossein Kakavand reviewed your code and we decided to write you a note: The code's extensibility and clarity make it a valuable resource for both learning and experimenting with game-playing algorithms. Overall, it's a well-structured and informative tool for exploring Nim game strategies. To optimize the code, consider using a memoization technique to store and reuse computed Nim sum values, improving efficiency. This enhancement would reduce redundant calculations, further enhancing the code's performance.

ahmadrezafrh commented 11 months ago

Hi Samaneh, Thanks for your review. I will try to consider that in my future codes. Bests,