Moving an ant colony from one point to another, choosing the shortest path of the graph and optimising by the number of moves that are needed.
-
Updated
Oct 4, 2018 - C
Moving an ant colony from one point to another, choosing the shortest path of the graph and optimising by the number of moves that are needed.
The algorithm fills free space by tetrominoes (like in Tetris) from the input file in the best possible way.
Code Implementation of various Data Structures and algorithms in C programming language.
Quicksort algorithm parallelization, C, 2 versions: openmp & cilk
Alguns exemplo de recursividade
C Application : Recursive function for finding a reflective pair in an array of integers
backup of my codes from data struct class
Collection of C programs carried out by me during my bachelor and master degree in Computer Engineering
Selection Sort Algorithm
Implementation of binary search tree in c
This script can calculate a determiniant of nxn matrix given dimension n. This calculation is done using all possible permutations of array (1,2...,n)
🔁 C recursion programs.
In the game of chess, the queen can attack any piece that lies on the same row, on the same column, or along a diagonal. The eight-queens is a classic logic puzzle. The task is to place eight queens on a chessboard in such a fashion that no queen can attack any other queen.
one of the assignments (3rd) within the course algorithms in the third semester at the uni; aiming to practice recursions and tree data structures
The CNF-SAT problem is: Given a logical expression in Conjunctive Normal Form, is there a truth assignment for the variables which causes the CNF expression to be true? Answer is yes, if there is an assignment that makes all the clauses evaluate to T (true).
MegaMenuC is a simple menu system for C that allows you to recursively get menu items and its submenus.
Add a description, image, and links to the recursive-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the recursive-algorithm topic, visit your repo's landing page and select "manage topics."