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

Projects in Awesome Lists tagged with backtracking-tech-interview

A curated list of projects in awesome lists tagged with backtracking-tech-interview .

https://github.com/basemax/nqueenspromisingc

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.

algorithm algorithm-c backtracking backtracking-algorithm backtracking-methods backtracking-questions backtracking-search backtracking-tech-interview backtracking-tree c c-algorithm n-queens nqueens queens-problem queens-puzzle tree

Last synced: 03 Apr 2025