Freecell Solver - a C library for automatically solving Freecell and some other variants of card Solitaire
-
Updated
Oct 31, 2024 - C
Freecell Solver - a C library for automatically solving Freecell and some other variants of card Solitaire
Open-Source implementation of the Ninja Virtual Machine
C program that implements simple sorting algorithms: bubble sort, merge sort, and insert sort.
Designed for complex number calculations, showcasing modular programming and efficient parsing techniques in ANSI C.
[Migrated to self-hosted ari-web Forgejo: https://git.ari.lt/ari/libtrie] Trie implementation in C89 for generating text.
C program with Luhn's Algorithm implemented to test credit card validity. This is a simple checksum formula used to validate a variety of identification numbers from user.
Calculator program that uses a struct to hold all the functions. Includes counting, summing, searching, and basic statistical methods. Sorting is done by bubble sort and insertion sort.
Two files to add to your project that will print a summary of memory leaks at the end of execution.
Linked List programs in C that allow the user to control the data container (memory allocation). In main.c, users can create and delete nodes, input or delete nodes at specified positions, display the list of nodes, count nodes in the list, and search the list for a specified node. In collatz.c I use a linked list in a mathematical application.
Add a description, image, and links to the ansic topic page so that developers can more easily learn about it.
To associate your repository with the ansic topic, visit your repo's landing page and select "manage topics."