lynn / pysearch

Brute-force search for short Python expressions (for code golf)
MIT License
46 stars 7 forks source link

Also print time for each level during DFS #26

Closed JayXon closed 9 months ago

JayXon commented 9 months ago

DFS could take a long time, this provides a bit more progress, also the time needed for each level is good to know.