GitHub topics: c-algorithm
oboukli/tromino-puzzle
An algorithm, a software library, and a collection of apps, to solve and visualize the general right tromino tiling puzzle.
Language: C++ - Size: 938 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 4 - Forks: 1

myoluk/tckn
T.C. kimlik numarası doğrulama ve ilişkili (akraba) kimlik numaralarını bulma algoritması
Language: C - Size: 13.7 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

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.
Language: C - Size: 29.3 KB - Last synced at: 1 day ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0
