This website requires JavaScript.
Explore
Help
Register
Sign In
karma
/
stickfosh
Watch
1
Star
0
Fork
0
You've already forked stickfosh
Code
Issues
2
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
stickfosh
/
cpp
/
src
/
perft.hpp
7 lines
76 B
C++
Raw
Normal View
History
Unescape
Escape
checking perft to see if my cpp implementation is correct
2025-02-03 00:33:12 +01:00
#
pragma once
#
include
<string>
void
perft
(
std
:
:
string
pos
)
;
added global peft
2025-02-04 21:51:58 +01:00
void
perft
(
)
;
Reference in New Issue
Copy Permalink