Krishna Vedala
|
6791651b68
|
Merge pull request #906 from kvedala/lu_decompose
enhancement: LU decompose to header file and self-tests
|
2020-06-25 17:54:53 -04:00 |
|
Krishna Vedala
|
68dd9b1235
|
added file documentation
|
2020-06-25 15:22:02 -04:00 |
|
Krishna Vedala
|
3b948d2a04
|
Merge pull request #904 from kvedala/fix/double_factorial
bug fix: fix self-tests and unsigned comparision to zero
|
2020-06-25 15:08:46 -04:00 |
|
Krishna Vedala
|
84cf0da2bb
|
automated self-test of LU decomposition using sample case and determinant checks
|
2020-06-25 15:04:14 -04:00 |
|
Krishna Vedala
|
c1b0635f99
|
create and added matrix type
|
2020-06-25 15:03:12 -04:00 |
|
Krishna Vedala
|
f29c14032a
|
added determinant computation using LU decomposition
|
2020-06-25 14:51:54 -04:00 |
|
github-actions
|
e22f56c906
|
updating DIRECTORY.md
|
2020-06-25 18:43:00 +00:00 |
|
github-actions
|
b1620ff2f5
|
formatting source-code for e1b1c71e7c
|
2020-06-25 18:41:27 +00:00 |
|
Krishna Vedala
|
e1b1c71e7c
|
Apply suggestions from code review
Co-authored-by: David Leal <halfpacho@gmail.com>
|
2020-06-25 14:40:47 -04:00 |
|
Krishna Vedala
|
2c61414a83
|
split lu_decomposition to a header file and templated the function
|
2020-06-25 13:38:11 -04:00 |
|
Krishna Vedala
|
8cd25f4f8a
|
Merge pull request #905 from kvedala/disable_doxygen_timestamp
fix: disable timestamps in footer of html docs
|
2020-06-25 10:01:03 -04:00 |
|
Krishna Vedala
|
66eb05e0da
|
added wiki link in file brieff
|
2020-06-25 09:59:36 -04:00 |
|
Krishna Vedala
|
d8b121b119
|
disable timestamps in footer of html docs
|
2020-06-25 09:26:20 -04:00 |
|
Krishna Vedala
|
5939792a9d
|
fix self-tests and unsigned comparision to zero
refer #897 and https://lgtm.com/projects/g/TheAlgorithms/C-Plus-Plus/rev/pr-f6e7cda8faf908e87511f30e782190233bdee68c
|
2020-06-25 09:16:12 -04:00 |
|
Krishna Vedala
|
6365881e68
|
Merge pull request #902 from ayaankhan98/master
Added docs to graph/connected_components.cpp
|
2020-06-25 06:29:28 -04:00 |
|
Ayaan Khan
|
05789603ab
|
fix: repeated sentences
|
2020-06-25 15:49:30 +05:30 |
|
github-actions
|
21093365cd
|
updating DIRECTORY.md
|
2020-06-25 09:51:24 +00:00 |
|
github-actions
|
351a1b712a
|
formatting source-code for ca70c3097e
|
2020-06-25 09:51:24 +00:00 |
|
Ayaan Khan
|
ca70c3097e
|
Merge pull request #894 from iamnambiar/maths-feat
feat: create math/armstrong_number.cpp
|
2020-06-25 15:20:11 +05:30 |
|
Ayaan Khan
|
5d48e651d1
|
Merge branch 'master' of https://github.com/ayaankhan98/C-Plus-Plus
|
2020-06-25 13:02:43 +05:30 |
|
Ayaan Khan
|
64bb640391
|
Wrapped example in <pre/>
|
2020-06-25 13:02:12 +05:30 |
|
Neeraj C
|
06f425493b
|
fix: changed to std::pow
Co-authored-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
|
2020-06-25 10:59:44 +05:30 |
|
Neeraj C
|
06ca2a6953
|
fix: spaces between include and header file
Co-authored-by: David Leal <halfpacho@gmail.com>
|
2020-06-25 08:00:37 +05:30 |
|
Neeraj C
|
9c75856235
|
docs: clean the comment
Co-authored-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
|
2020-06-25 07:59:39 +05:30 |
|
Krishna Vedala
|
8476290081
|
Merge pull request #901 from kvedala/fixes/lgtm
bugs: fix warnings in matrix_exponentiation
|
2020-06-24 18:51:45 -04:00 |
|
github-actions
|
6980792eff
|
formatting source-code for e6ab38c2fd
|
2020-06-24 22:44:37 +00:00 |
|
Ayaan Khan
|
e6ab38c2fd
|
Added docs
|
2020-06-25 04:13:49 +05:30 |
|
Ayaan Khan
|
3fc85322c1
|
Merge pull request #899 from ayaankhan98/master
fix: minor docs issue
|
2020-06-25 04:13:29 +05:30 |
|
github-actions
|
ef5f330834
|
formatting source-code for a190674131
|
2020-06-24 22:28:10 +00:00 |
|
Krishna Vedala
|
a190674131
|
fix errors in matrix_exponentiation
|
2020-06-24 18:27:01 -04:00 |
|
Ayaan Khan
|
f1ab19bb33
|
fix: minor docs issue
|
2020-06-25 03:39:12 +05:30 |
|
Krishna Vedala
|
46854f516e
|
Merge pull request #890 from Panquesito7/lgtm_fixes
fix: Various LGTM fixes
|
2020-06-24 16:41:09 -04:00 |
|
Krishna Vedala
|
ddb166e238
|
Bug: LGTM issue with missing copy constructor
Merge pull request #893 from kvedala/fix/stack.h
|
2020-06-24 13:38:37 -04:00 |
|
github-actions
|
4c6b3b86c1
|
formatting source-code for c7ff9d66f1
|
2020-06-24 17:14:57 +00:00 |
|
Panquesito7
|
c7ff9d66f1
|
feat: Add exit option
|
2020-06-24 12:12:30 -05:00 |
|
Neeraj C
|
5b3e30a937
|
docs: typo fixed
|
2020-06-24 20:52:32 +05:30 |
|
Neeraj C
|
5e3307620c
|
feat: create math/armstrong_number.cpp
|
2020-06-24 20:46:23 +05:30 |
|
Krishna Vedala
|
9b01676b33
|
fixed function argument
|
2020-06-24 10:48:18 -04:00 |
|
Krishna Vedala
|
631b50cede
|
update documetnation
|
2020-06-24 10:37:15 -04:00 |
|
Krishna Vedala
|
94a494edf5
|
replace NULL with nullptr
|
2020-06-24 10:27:23 -04:00 |
|
Krishna Vedala
|
95890fdb66
|
create copy constructor
|
2020-06-24 10:26:55 -04:00 |
|
Panquesito7
|
e0fa86816a
|
fix: Variable name
|
2020-06-23 18:50:14 -05:00 |
|
Panquesito7
|
b6fdaa63eb
|
docs: Change variable names
|
2020-06-23 18:45:56 -05:00 |
|
Panquesito7
|
f05aadf3b8
|
fix: Wrong function name
|
2020-06-23 18:26:47 -05:00 |
|
Panquesito7
|
52b9b0bb98
|
docs: Change variable name
|
2020-06-23 18:23:37 -05:00 |
|
Panquesito7
|
01c5278911
|
fix: fibonacci_fast.cpp fixes
|
2020-06-23 18:22:21 -05:00 |
|
Panquesito7
|
da18b90498
|
fix: Use #define
|
2020-06-23 17:53:20 -05:00 |
|
Panquesito7
|
cea644bdc3
|
fix: Use delete[] operator
|
2020-06-23 17:52:04 -05:00 |
|
Panquesito7
|
957a05bd0c
|
fix: Convert global variables to local
|
2020-06-23 17:39:29 -05:00 |
|
Panquesito7
|
a6c3667f30
|
fix: Release allocated memory
|
2020-06-23 17:38:17 -05:00 |
|