Commit Graph

951 Commits

Author SHA1 Message Date
Krishna Vedala
fc489f7f45
test2 + refinements 2020-06-26 23:42:16 -04:00
Krishna Vedala
f932aed5d2
more docs + more control on matrix creation 2020-06-26 22:02:21 -04:00
Krishna Vedala
bade62d063
working hill cipher 2020-06-26 21:44:02 -04:00
github-actions
0b57b89543 updating DIRECTORY.md 2020-06-27 00:37:39 +00:00
Krishna Vedala
db28999ca3
initial hill-cipher commit - does not execute corectly 2020-06-26 20:36:46 -04:00
Krishna Vedala
7218eeb5b8
initial cipher folder commit 2020-06-26 20:36:03 -04:00
Krishna Vedala
eddda4e43e
Merge pull request #912 from kvedala/ols_regressor
[fix] added test cases to OLS Regressor
2020-06-26 08:54:47 -04:00
Krishna Vedala
9a8b6ddd2e
typo correction from #910 2020-06-26 08:22:12 -04:00
Krishna Vedala
7ff384e59b
replace cstdlib with cmath for float overload of std::abs() 2020-06-26 08:20:53 -04:00
Krishna Vedala
0d2a58409e
include cstdlib for std::abs() 2020-06-26 08:14:50 -04:00
Krishna Vedala
6d127e3adf
added inline documentation 2020-06-26 08:09:34 -04:00
Krishna Vedala
11a6542bf2
added test cases 2020-06-26 08:04:01 -04:00
Krishna Vedala
a03558d7a6
Merge pull request #907 from kvedala/lu_decompose
[doc] fix documentation in lu_decompose
2020-06-25 18:20:34 -04:00
Krishna Vedala
0429b5dd88
fix documentation 2020-06-25 18:01:41 -04:00
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