Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 327 Bytes

File metadata and controls

10 lines (7 loc) · 327 Bytes

nqueen solver

Simple nqueen solver written in zig

It currently is single threaded, but multi threaded behaviour might be implemented later on when needed.

Warning

This code does not follow proper zig writing style such as allocators being passed to structs for initialization, it instead uses the libc allocator.