From d3dc0d133b67772329448e3edf92182f7dc51515 Mon Sep 17 00:00:00 2001 From: Coding with Tom <146443103+hcsalmon1@users.noreply.github.com> Date: Sat, 18 Jan 2025 18:00:22 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1121c98..b1ccbf6 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,7 @@ Rust: 536.4ms Swift: 585ms Zig: 348ms -Feel free to make improvements to any of the code. -Some notes: +Feel free to make improvements to any of the code. Some notes: -We test the opening chess position to depth 6. Target: 119,060,324 nodes -The max moves in a chess position are 220. I made moveList 250 just for safety. The max moves reached from any chess position from the start is 46. So you can set the move_list to 46 elements without an index error but this will make the algorithm break