You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Reber b880c3ccde Initial commit 4 years ago
..
C Program to Check Multiplicability of Two Matrices.c Initial commit 4 years ago
C Program to Check if a Matrix is Invertible.c Initial commit 4 years ago
C Program to Check if a Matrix is a Sparse Matrix.c Initial commit 4 years ago
C Program to Compute Determinant of a Matrix.c Initial commit 4 years ago
C Program to Emulate N Dice Roller.c Initial commit 4 years ago
C Program to Find Basis and Dimension of a Matrix.c Initial commit 4 years ago
C Program to Find GCD of Two Numbers Using Recursive Euclid Algorithm.c Initial commit 4 years ago
C Program to Find Inverse of a Matrix.c Initial commit 4 years ago
C Program to Find the GCD and LCM of n Numbers.c Initial commit 4 years ago
C Program to Generate N Number of Passwords of Length M Each.c Initial commit 4 years ago
C Program to Generate Prime Numbers Between a Given Range Using the Sieve of Sundaram.c Initial commit 4 years ago
C Program to Generate Random Hexadecimal Bytes.c Initial commit 4 years ago
C Program to Generate Random Numbers Using Middle Square Method.c Initial commit 4 years ago
C Program to Generate Random Numbers Using Multiply with Carry Method.c Initial commit 4 years ago
C Program to Generate Random Numbers Using Probability Distribution Function.c Initial commit 4 years ago
C Program to Generate Randomized Sequence of Given Range of Numbers.c Initial commit 4 years ago
C Program to Implement Booth’s Multiplication Algorithm for Multiplication of 2 signed Numbers.c Initial commit 4 years ago
C Program to Implement Coppersmith Freivald’s Algorithm.c Initial commit 4 years ago
C Program to Implement Fisher-Yates Algorithm for Array Shuffling.c Initial commit 4 years ago
C Program to Implement Gauss Jordan Elimination Method.c Initial commit 4 years ago
C Program to Implement Gauss Seidel Method.c Initial commit 4 years ago
C Program to Implement Naor-Reingold Pseudo Random Function.c Initial commit 4 years ago
C Program to Implement Park-Miller Random Number Generation Algorithm.c Initial commit 4 years ago
C Program to Implement Sieve of Atkin to Generate Prime Numbers Between Given Range.c Initial commit 4 years ago
C Program to Implement Sieve of eratosthenes to Generate Prime Numbers Between Given Range.c Initial commit 4 years ago
C Program to Implement Strassen’s Algorithm.c Initial commit 4 years ago
C Program to Implement the Bin Packing Algorithm.c Initial commit 4 years ago
C Program to Implement the Rabin-Miller Primality Test to Check if a Given Number is Prime.c Initial commit 4 years ago
C Program to Implement the Schonhage-Strassen Algorithm for Multiplication of Two Numbers.c Initial commit 4 years ago
C Program to Implement the linear congruential generator for Pseudo Random Number Generation.c Initial commit 4 years ago
C Program to Implement wheel Sieve to Generate Prime Numbers Between Given Range.c Initial commit 4 years ago
C Program to Optimize Wire Length in Electrical Circuit.c Initial commit 4 years ago
C Program to Perform Addition Operation Using Bitwise Operators.c Initial commit 4 years ago
C Program to Perform Complex Number Multiplication.c Initial commit 4 years ago
C Program to Perform Encoding of a Message Using Matrix Multiplication.c Initial commit 4 years ago
C Program to Perform Fermat Primality Test.c Initial commit 4 years ago
C Program to Perform LU Decomposition of any Matrix.c Initial commit 4 years ago
C Program to Perform Matrix Multiplication.c Initial commit 4 years ago
C Program to Perform Optimal Paranthesization Using Dynamic Programming.c Initial commit 4 years ago
C Program to Perform Partition of an Integer in All Possible Ways.c Initial commit 4 years ago
C Program to Perform a 2D FFT Inplace Given a Complex 2D Array.c Initial commit 4 years ago
C Program to Perform the Unique Factorization of a Given Number.c Initial commit 4 years ago
C Program to Represent Linear Equations in Matrix Form.c Initial commit 4 years ago
C Program to Solve Knapsack Problem Using Dynamic Programming.c Initial commit 4 years ago
C Program to Solve any Linear Equation in One Variable.c Initial commit 4 years ago
C Program to Solve the 0-1 Knapsack Problem.c Initial commit 4 years ago
C Program to Solve the Fractional Knapsack Problem.c Initial commit 4 years ago
C Program to Use rand and srand Functions.c Initial commit 4 years ago
C program for BISECTION METHOD USING LOG10(X)-COS(X).c Initial commit 4 years ago
C program for ADAM-BASHFORTH METHOD.c Initial commit 4 years ago
C program for Graeffe Method.c Initial commit 4 years ago
C program for SUCESSIVE APPROXIMATION METHOD.c Initial commit 4 years ago