Source code for the "Kite" programming language. Contributions are always welcome! (WIP)
-
Updated
Jun 17, 2025 - C
Source code for the "Kite" programming language. Contributions are always welcome! (WIP)
This repository will contain solutions for different problems related to [dynamic programming](https://en.wikipedia.org/wiki/Dynamic_programming) in the C programming language.
Recursive solution to the knapsack problem. Written in C.
Pascal's triangle in both iterative and recursive methods without array.
This repository contains the final lab report for a C programming course at Southeast University, featuring detailed solutions and explanations for exam questions, including recursive functions, conditional statements, multidimensional arrays, multifunction exercises, and nested loops. C source files are included to support each topic.
Some basic programs created in C language related to the topics Data Structures, Recursion etc.
MegaMenuC is a simple menu system for C that allows you to recursively get menu items and its submenus.
C Application : Recursive function for finding a reflective pair in an array of integers
simple C projects from college course Intro to programming
All Data Structure code
Trabalho 2 da disciplina de Programação Imperativa - BCC / PUCPR 2023
Add a description, image, and links to the recursive-functions topic page so that developers can more easily learn about it.
To associate your repository with the recursive-functions topic, visit your repo's landing page and select "manage topics."