Commit Graph

18 Commits

Author SHA1 Message Date
Ashutosh Sharma
d2d829db04
Create demonetization.c
Ways to dispense currency by ATM machine involving recursion.
2018-03-24 00:27:20 +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