TheAlgorithms-C/misc
Krishna Vedala 6385b0223e Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	.travis.yml
#	DIRECTORY.md
#	README.md
2020-05-22 21:06:10 -04:00
..
CMakeLists.txt use openmp in 'misc' directory 2020-04-07 18:21:27 -04:00
Collatz.c read number from commandline & use long long unsigned integers 2020-04-28 17:03:10 -04:00
Factorial.c Modified code of misc/Factorial.c to accomodate larger numbers. 2020-05-20 15:40:14 +05:30
Fibonacci.c Moved fib.c to misc and renamed to Fibonacci.c 2017-10-03 16:38:39 +05:30
Fibonacci_DP.c use pointer for dynamic memory allocation 2020-04-23 20:08:15 -04:00
Fibonacci_fast.c +a much faster fibonacci computation algorithm 2020-03-07 10:57:52 -05:00
GCD.c Concise version 2017-10-19 10:19:44 +02:00
LCM.c LCM.c 2019-10-20 11:15:17 +05:30
Large_Factorials.c Create Large_Factorials.c (#398) 2019-11-05 10:16:21 +05:30
Longest_SubSequence.c Fix filenames for DIRECTORY.md 2020-01-09 10:27:32 +01:00
Prime.c Correct and improve prime test (#325) 2019-10-12 23:51:30 +05:30
Prime_Factoriziation.c Fix filenames for DIRECTORY.md 2020-01-09 10:27:32 +01:00
QUARTILE.c remove conio.h 2020-04-06 23:59:19 -04:00
Tower_Of_Hanoi.c Fix filenames for DIRECTORY.md 2020-01-09 10:27:32 +01:00
armstrong_number.c Fix filenames for DIRECTORY.md 2020-01-09 10:27:32 +01:00
cantor_set.c formatting code 2019-11-04 16:56:45 +05:30
cartesian_To_Polar.c Rename cartesianToPolar.c to cartesian_To_Polar.c 2020-01-09 10:55:04 +01:00
catalan.c Create catalan.c 2018-03-19 01:17:14 +05:30
demonetization.c use malloc and free for dynamic variables 2020-04-23 20:45:45 -04:00
factorial_large_number.c dynamically large factorial computation 2020-04-28 18:29:36 -04:00
factorial_trailing_zeroes.c Create factorial_trailing_zeroes.c 2018-03-19 01:54:55 +05:30
is_Armstrong.c Fix filenames for DIRECTORY.md 2020-01-09 10:27:32 +01:00
lerp.c [added] lerp, with both an unprecise and a precise option. 2019-10-01 01:36:01 -03:00
lexicographic_Permutations.c use malloc and free for dynamic variables 2020-04-23 20:45:45 -04:00
mirror.c Rename mirror to mirror.c 2019-10-01 08:35:02 -05:00
palindrome.c File clean-up 2017-07-12 17:09:15 -07:00
pid.c Add PID (Proportional Integral Derivative) Controller (#350) 2019-11-02 22:46:16 +05:30
rselect.c code cleanup to prevent gcc warnings 2020-04-08 09:41:12 -04:00
strong_Number.c code cleanup to prevent gcc warnings 2020-04-08 09:41:12 -04:00
sudoku_solver.c use malloc and free for dynamic variables 2020-04-23 20:45:45 -04:00
union_Find.c Fix filenames for DIRECTORY.md 2020-01-09 10:27:32 +01:00