Commit Graph

1006 Commits

Author SHA1 Message Date
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
Ayaan Khan
92d2bf012a Added tests for comb_sort.cpp 2020-06-24 01:49:33 +05:30
Panquesito7
0356a9cdf3
fix: Various LGTM fixes 2020-06-23 15:13:28 -05:00
github-actions
33b5033adc formatting source-code for f030a69288 2020-06-23 20:01:26 +00:00
Ayaan Khan
f030a69288 Merge branch 'master' of https://github.com/ayaankhan98/C-Plus-Plus 2020-06-24 01:30:31 +05:30
Ayaan Khan
2d0325699f fixed code quality and added docs 2020-06-24 01:30:14 +05:30
github-actions
26ffe8c6d7 updating DIRECTORY.md 2020-06-23 19:34:19 +00:00
github-actions
2d4a1dd19f formatting source-code for 1d7a73ea58 2020-06-23 19:34:19 +00:00
Neeraj C
1d7a73ea58
feat: add check_amicable_pair.cpp (#879)
* feat: add check_amicable_pair.cpp

* fix: space between else and brace.

* fix: spaces between tokens

* fix: removed sqrt and test func combined to single

* docs: removed wiki link

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

* docs: add markdown syntax for wikipedia link

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

* docs: change brief to details in comment

Line 7

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

* docs: typo fixed

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

* docs: removed extra line

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

* docs: removed copyright

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

* docs: add author name

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

* fix: shortened the code in is_amicable()

Co-authored-by: David Leal <halfpacho@gmail.com>

* fix: changed is_amicable to are_amicable

* docs: cleared unwanted line

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

Co-authored-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
2020-06-24 01:03:42 +05:30
github-actions
6882b545c7 formatting source-code for 91c9c96cf4 2020-06-23 19:29:12 +00:00
Ayaan Khan
91c9c96cf4 code quality fix deallocate resorces 2020-06-24 00:57:31 +05:30
github-actions
2802dca895 formatting source-code for a887dc59ed8e790d479773e0ce5e24c6db110afb 2020-06-24 00:37:36 +05:30
Ayaan Khan
866c23e19e Added author name 2020-06-24 00:37:36 +05:30
Ayaan Khan
8252816dcc fixed Code quality and added docs 2020-06-24 00:37:36 +05:30
Ayaan Khan
886cb520f0 fixed compiler error 2020-06-24 00:37:36 +05:30
Ayaan Khan
fa92a18c2e fixed cpplint long -> int64 2020-06-24 00:37:36 +05:30
Ayaan Khan
c344d8f6f1 Multiplication result may overflow 'int' before it is converted to 'long'. 2020-06-24 00:37:36 +05:30
Ayaan Khan
7f40775055 fix docs 2020-06-24 00:36:56 +05:30
Ayaan Khan
f0ab9a0d38 fixed line spacing in tests 2020-06-24 00:36:56 +05:30
github-actions
a56e54ca15 formatting source-code for 7c8617fa46 2020-06-24 00:36:56 +05:30
Ayaan Khan
555f4fb98f fixed docs 2020-06-24 00:36:56 +05:30
github-actions
6d88c992ed formatting source-code for ced5dcd6c4 2020-06-24 00:36:56 +05:30