Commit Graph

1018 Commits

Author SHA1 Message Date
Krishna Vedala
12799c5616
fix lgtm errors 2020-06-27 16:00:12 -04:00
Krishna Vedala
25c2b82e51
include ciphers folder in cmake compilation
Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-06-27 15:49:46 -04:00
Krishna Vedala
e8849dc36f
save keys to file + more docs 2020-06-27 15:45:48 -04:00
Krishna Vedala
541f762deb
working algorithm 2020-06-27 14:43:11 -04:00
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
0f42f8f96c
apply suggestions by reviewers 2020-06-26 20:20:43 -04:00
Krishna Vedala
8f72445a6d
minor punctuations 2020-06-26 20:14:36 -04:00
Krishna Vedala
a9c005da70
overview + comment why mainpage
Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-06-26 14:49:05 -04:00
Krishna Vedala
54dcadf07d
fix contributions description
Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-06-26 14:38:03 -04:00
Krishna Vedala
aa16f4d113
added features description
Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-06-26 14:29:45 -04:00
Krishna Vedala
c5933c8525
updated project summary description
Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-06-26 14:29:10 -04:00
Krishna Vedala
b3d85cd8e1
add LGTM status + remove HTML tags and use Markdown syntax
Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-06-26 14:23:25 -04:00
Krishna Vedala
9379ae1a6c
added LGTM status 2020-06-26 13:46:46 -04:00
Krishna Vedala
b9c1f6bf36
use better test data variable names to avoid conflict 2020-06-26 10:53:42 -04:00
Krishna Vedala
052c3fbca8
use better test function names to avoid conflict 2020-06-26 10:37:56 -04:00
github-actions
dcd0d6b478 updating DIRECTORY.md 2020-06-26 13:04:18 +00:00
Krishna Vedala
0690a140ec
move OLS regressor to machine learning folder 2020-06-26 09:03:20 -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
Ayaan Khan
b964f9af00 fix: minor typo 2020-06-26 17:04:19 +05:30
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