Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anishsinha-io/8queens

an implementation of the eight queens problem in ansi c.
https://github.com/anishsinha-io/8queens

Last synced: 24 days ago
JSON representation

an implementation of the eight queens problem in ansi c.

Awesome Lists containing this project

README

        

# 8 Queens

This repository contains a solution to the 8 queens problem, a classic software engineering problem. The algorithm is
implemented in pure, ANSI C. It really is beautiful, isn't it? This kind of thing is why we get into software
engineering in the first place. Enjoy!