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

Simple zig nqueen solver

License

Notifications You must be signed in to change notification settings

emneo-archive/nqueen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple zig nqueen solver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages