Commit Graph

84 Commits

Author SHA1 Message Date
Krishna Vedala 6072e3b111
[bugs & docs] lots of documentation and bug fixes (#554)
* sudoku - lots of documentation and bug fixes

Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>

* fix uint8_t format specifier

* fix format specifiers

* fix space in doc

* fix doc for get_next_unknown

* fix docs and lgtm alert in euler problem 19

* fix docs & lgtm error fibonacci_fast

* fix docs & lgtm alert merge_sort

* free dynamic memory
2020-07-04 15:05:30 -04:00
Krishna Vedala 0f48961469
Merge pull request #552 from kvedala/fixes/lgtm
[bugs/lgtm] code + doc fixes + lgtm corrections
2020-07-01 20:11:18 -04:00
Krishna Vedala cc45bea17d
use Cantor variable name and not contour 2020-06-30 13:52:43 -04:00
Krishna Vedala c755eefcd0
use `program` instead of 'function' in file description 2020-06-30 13:47:44 -04:00
Krishna Vedala 9ca22bc70c
fix errors and docs in cantor set 2020-06-30 13:38:36 -04:00
shellhub 74c091b1aa less code 2020-06-30 16:27:19 +08:00
Krishna Vedala 6710df7ec3
fix LGTM - limit malloc range 2020-06-28 15:57:00 -04:00
Krishna Vedala 20bab2a5ae
fix lgtm error - lexicographic_permutations
41e2711683/files/misc/lexicographic_permutations.c (x2d1d13a31e62af9e):1
2020-06-28 15:47:50 -04:00
Krishna Vedala 6470f0318b
fixed documentations 2020-06-28 15:18:52 -04:00
github-actions 6f98288110 formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
Krishna Vedala f9d506fdb0
added authorship to docs 2020-06-06 14:51:49 -04:00
Krishna Vedala 98b969e1d0 add file brief 2020-06-05 15:59:49 -04:00
Krishna Vedala ba90b68190 add params and returns to factorial_large_number 2020-05-31 10:51:34 -04:00
Krishna Vedala aa98625b45 find openmp declared required only once
added subfolders after finding openmp
2020-05-31 10:49:26 -04:00
github-actions 466ccaa407 formatting filenames 909e15d8be 2020-05-30 18:26:19 +00:00
github-actions 0779a2b70d formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00
Krishna Vedala b1e1923580 check if math library is available and include if present 2020-05-29 14:04:14 -04:00
Krishna Vedala d4f202cbea force include math library for each target 2020-05-29 13:49:28 -04:00
Krishna Vedala 4caa46c10c remove dependencies on function_timer 2020-05-29 12:34:58 -04:00
Krishna Vedala 278d2efd56 force C linker 2020-05-29 10:57:41 -04:00
Krishna Vedala 1c5a699340 remove function_timer from all compilations 2020-05-29 10:47:36 -04:00
Krishna Vedala d1df78e2c4
doxygen code formatting 2020-05-25 18:42:52 -04:00
Krishna Vedala e8caf31e0c
added doxygen documentation 2020-05-25 18:33:32 -04:00
Krishna Vedala 6385b0223e Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	.travis.yml
#	DIRECTORY.md
#	README.md
2020-05-22 21:06:10 -04:00
Sai Sriram Kalavagunta cf696ddc6d Modified code of misc/Factorial.c to accomodate larger numbers. 2020-05-20 15:40:14 +05:30
Krishna Vedala f0465347ae
dynamically large factorial computation 2020-04-28 18:29:36 -04:00
Krishna Vedala 447b1160a4
read number from commandline & use long long unsigned integers 2020-04-28 17:03:10 -04:00
Krishna Vedala 4b07f0f6fc
use malloc and free for dynamic variables 2020-04-23 20:45:45 -04:00
Krishna Vedala bf1c367a62
use pointer for dynamic memory allocation 2020-04-23 20:08:15 -04:00
Krishna Vedala 1b826807ed
code cleanup to prevent gcc warnings 2020-04-08 09:41:12 -04:00
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