Commit Graph

1027 Commits

Author SHA1 Message Date
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
Panquesito7
cdacbf1998
fix: Remove namespace 2020-06-23 16:42:42 -05:00
Panquesito7
48b7773b37
fix: Various LGTM fixes 2020-06-23 16:34:53 -05:00
Krishna Vedala
d958eec03b
Merge pull request #888 from ayaankhan98/master
fix: LGTM code quality and Added docs
2020-06-23 17:02:57 -04:00
Ayaan Khan
62aafd1c50 reverted line 27 2020-06-24 02:22:20 +05:30
Ayaan Khan
55fe002c10
Merge pull request #889 from Panquesito7/lgtm_fixes
fix: Various LGTM fixes
2020-06-24 02:18:10 +05:30
Ayaan Khan
7cd335d371 Merge branch 'master' of https://github.com/ayaankhan98/C-Plus-Plus 2020-06-24 02:07:07 +05:30
Ayaan Khan
2464d438f9 deleted line 27 2020-06-24 02:06:52 +05:30
Panquesito7
0767af4a0d
fix: Revert comb_sort changes 2020-06-23 15:26:55 -05:00
github-actions
48a163e51a formatting source-code for 3a7a266ada 2020-06-23 20:22:30 +00:00
Ayaan Khan
3a7a266ada resolved merge conflit 2020-06-24 01:51:19 +05:30