FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

algorithm-c · GitHub Topics · GitHub

#

algorithm-c

Here are 2 public repositories matching this topic...

This repo will contain all practice programs for C. NOTE: this is merely practice nothing in this will probably be used in the real world.

  • Updated Nov 17, 2021
  • C

This is a promising implementation of the n-Queens problem in C. It uses a recursive backtracking algorithm to find all solutions to the n-Queens problem. It is a promising implementation because it uses a heuristic to prune the search tree. The heuristic is to only place a queen in a column if it is not in check with any other queens.

  • Updated Dec 10, 2022
  • C

Improve this page

Add a description, image, and links to the algorithm-c topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the algorithm-c topic, visit your repo's landing page and select "manage topics."

Learn more


Back | FazBrowse Home | New Git URL