All Data Structure code
-
Updated
May 19, 2019 - C
All Data Structure code
keil uvision codes version mdk401
This repository contains all the C programs that I have executed for my DAA Course in my 3rd Year of Computer Science Undergrad program at Dayananda Sagar University, Bengaluru, India in Q4 2022.
DSA in c, Basic Programs in c
This is a collection of various problem sets solved by the C programming language.
Algorithms and implementations for data structures
Some implementations of things that could be done with MPI (IN PROGRESS)
Intresting Programs in C Language
Listemos todas las posibilidades!
Given a number of notes (1-12) the program creates all possible permutations as chords or melodies. It stores it as text and midi files. A custom non-recursive algorithm was used to generate the i-th permutation using subtables, mostly for a possible future implementation of queries and a GUI, where the user can roam through the permutations.
A C program that calculates mathematical combinations C(n, r). It implements a helper factorial function to solve the formula n! / (r! * (n-r)!).
Basic C programs
Evaluate a factorial.
RSA Factoring Challenge
Add a description, image, and links to the factorial topic page so that developers can more easily learn about it.
To associate your repository with the factorial topic, visit your repo's landing page and select "manage topics."