Commit Graph

27 Commits

Author SHA1 Message Date
Christian Bender
64b5f4904b added new algorithm 2019-02-12 16:25:18 +01:00
Christian Bender
18d86c9f73
Delete Binning.c
Uses third-party library
2018-03-28 17:53:27 +02:00
Christian Bender
0931d04ce0
Merge pull request #127 from anujms1999/patch-1
Create sudokusolver.c
2018-03-25 18:49:26 +02:00
Christian Bender
69d10955cc
Delete demonetization.o 2018-03-23 21:35:46 +01:00
Christian Bender
6cc28cbefb
Delete demonetization 2018-03-23 21:35:39 +01:00
Christian Bender
61c02122c4 improved the code 2018-03-23 21:30:55 +01:00
Christian Bender
a2706e5463
Merge pull request #129 from ashusrma/patch-1
Create demonetization.c
2018-03-23 21:12:36 +01:00
Christian Bender
328f13c1b2 fixed and improved Prime.c 2018-03-23 21:08:21 +01:00
Ashutosh Sharma
d2d829db04
Create demonetization.c
Ways to dispense currency by ATM machine involving recursion.
2018-03-24 00:27:20 +05:30
anujms1999
97f8c4a782
Create sudokusolver.c
Sudoju Solver using Recursion
2018-03-23 23:59:13 +05:30
agnimish
8d29a26105
Create lexicographicPermutations.c
Program to print all possible Permutations of a string in Lexicographical order.
2018-03-19 23:09:14 +05:30
ashishtheman
7ed9d6dbee
Create factorial_trailing_zeroes.c 2018-03-19 01:54:55 +05:30
ashishtheman
41dede7144
Create catalan.c 2018-03-19 01:17:14 +05:30
ashishtheman
b88d4e764b
Create Collatz.c 2018-03-19 01:10:45 +05:30
Frostbite22
784ecf811d
Update mirror
This program "mirror" is used to reverse a string of character . 
eg : the string "helloo" becomes "oolleh"
2018-01-31 05:06:06 +01:00
Frostbite22
852801f18b
Create mirror
using pointers &  string library
2018-01-27 10:27:30 +01:00
Christian Bender
af3648c678
Merge pull request #82 from fsharpasharp/GCD
I have merged your code. Can you put in some comments.
2017-12-23 14:17:42 +01:00
viditkulshreshtha
eea47e50d1
Update isArmstrong.c 2017-11-02 14:56:45 +05:30
viditkulshreshtha
64c28f76a2
added a condition
If the user enters the input as 0 (zero) then also the output should be one
2017-11-02 14:51:48 +05:30
fsharpasharp
4124e8c9d8 Check if a number is prime. 2017-10-19 10:38:10 +02:00
fsharpasharp
2a27e93d1c Concise version 2017-10-19 10:19:44 +02:00
fsharpasharp
a82550d66f Greatest common divisor. 2017-10-19 10:04:14 +02:00
AnupKumarPanwar
06da42e14f Moved TowerOfHanoi.c to misc 2017-10-03 16:42:16 +05:30
AnupKumarPanwar
05f6b01569 Moved fib.c to misc and renamed to Fibonacci.c 2017-10-03 16:38:39 +05:30
AnupKumarPanwar
3e083c851b Moved fat.c to misc and renamed to Factorial.c 2017-10-03 16:32:59 +05:30
ayanzunaid
2b09ecd448 randomized selection for any order statistic 2017-07-22 09:45:34 +05:30
KylerSmith
f0bb982627 File clean-up 2017-07-12 17:09:15 -07:00