Commit Graph

104 Commits

Author SHA1 Message Date
Krishna Vedala a3989bbadc
use openmp in 'misc' directory 2020-04-07 18:21:27 -04:00
Krishna Vedala c0ebfabc6f
+misc/cmake 2020-04-06 23:59:41 -04:00
Krishna Vedala def308b785
remove conio.h 2020-04-06 23:59:19 -04:00
Krishna Vedala b033b323fb
much faster Fibbonacci algorithm 2020-04-02 18:36:11 -04:00
Krishna Vedala fa73fcb983
+a much faster fibonacci computation algorithm 2020-03-07 10:57:52 -05:00
Krishna Vedala fce50a9d7c
add commandline option to FibonacciDP.c 2020-03-07 10:49:15 -05:00
Christian Clauss a974dba4fd
Rename cartesianToPolar.c to cartesian_To_Polar.c 2020-01-09 10:55:04 +01:00
cclauss ecb73860a3 Fix filenames for DIRECTORY.md 2020-01-09 10:27:32 +01:00
HrishiNarayanan 1d886b6235 Create Large_Factorials.c (#398)
Create Large_Factorials.c
2019-11-05 10:16:21 +05:30
Dan 02fc225648 Added Cartesian to Polar coordinates algorithm (#355)
Added Cartesian to Polar coordinates algorithm
2019-11-04 17:58:02 +05:30
Ashwek Swamy aeaf03378b
Merge pull request #269 from ketan-lambat/master
avltree, cantorSet added
2019-11-04 16:58:10 +05:30
Ashwek Swamy 35f665db45
formatting code 2019-11-04 16:56:45 +05:30
Ashwek Swamy 76d40c7707
Merge pull request #436 from sumit18cs/patch-1
LCM.c
2019-11-02 23:57:35 +05:30
Ciaran 9a6e27ad99 Add PID (Proportional Integral Derivative) Controller (#350)
Add PID (Proportional Integral Derivative) Controller Algorithm
2019-11-02 22:46:16 +05:30
Ashwek Swamy e07f67b56d
Merge pull request #270 from vicenteferrari/lerp
[added] lerp, with both an unprecise and a precise option.
2019-11-02 22:26:13 +05:30
sumit18cs 54fe43e926
LCM.c
Added Algorithm to find LCM(least common multiple) of two numbers
2019-10-20 11:15:17 +05:30
Lucas 608c17b0fd Correct and improve prime test (#325)
Correct and improve prime test
2019-10-12 23:51:30 +05:30
Nikhil Bhat 575f8c94fc Added ArmstrongNumber.c 2019-10-04 22:00:08 +05:30
Stephen Curry 78d815c795
Merge pull request #287 from moinak878/Fibonacci-using-DP
Fixes Issue #284
2019-10-02 00:12:30 +08:00
Stephen Curry 15c5371313
Merge pull request #277 from sessihers/add-union-find
Add unionFind.c to misc folder
2019-10-02 00:11:04 +08:00
Moinak Banerjee ddab1c5c74 Fixes Issue #284 2019-10-01 21:20:45 +05:30
Sesar Hersisson 7dceadab1c Added test case and explanation to unionFind.c 2019-10-01 15:46:18 +00:00
Stephen Curry 8ea6314aa6
Rename mirror to mirror.c 2019-10-01 08:35:02 -05:00
Sesar Hersisson 9b72741a31 Add unionFind.c to misc folder 2019-10-01 12:37:01 +00:00
ketan-lambat bc1007cd8a
cantorSet added 2019-10-01 10:41:58 +05:30
vicenteferrari 508650491a
[added] lerp, with both an unprecise and a precise option. 2019-10-01 01:36:01 -03:00
Christian Bender c1554af08c changed README and corecct comment 2019-02-12 16:33:05 +01:00
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