Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/anishsinha-io/8queens
- Owner: anishsinha-io
- Created: 2022-01-06T08:05:58.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-06T08:08:01.000Z (about 3 years ago)
- Last Synced: 2024-11-08T12:18:02.295Z (3 months ago)
- Language: C
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!