Ayaan Khan
e6ab38c2fd
Added docs
2020-06-25 04:13:49 +05:30
Ayaan Khan
f1ab19bb33
fix: minor docs issue
2020-06-25 03:39:12 +05:30
Ayaan Khan
62aafd1c50
reverted line 27
2020-06-24 02:22:20 +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
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
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
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
Ayaan Khan
2a41d916b0
Added template and test cases
2020-06-24 00:36:56 +05:30
Ayaan Khan
86bd671c66
switched to normal functions from lambda
2020-06-24 00:36:56 +05:30
github-actions
11728ee231
formatting source-code for e464ddac36
2020-06-24 00:36:22 +05:30
Ayaan Khan
38db7fdec0
Bug Fix heap sort [Fresh Implementation]
2020-06-24 00:35:41 +05:30
github-actions
549daeebfd
formatting source-code for 8233eda889
2020-06-24 00:35:41 +05:30
Ayaan Khan
5c77f1ebe0
Bug Fix heap sort [Fresh Implementation]
2020-06-24 00:35:41 +05:30
Ayaan Khan
4afe371ba5
closed the paranthesis of line 3
2020-06-24 00:34:47 +05:30
Ayaan Khan
99ca279ff6
fixed documentation
2020-06-24 00:34:33 +05:30
Ayaan Khan
0a09c1e382
fixed line spacing
2020-06-24 00:34:33 +05:30
github-actions
b1d2ad1dfc
formatting source-code for b06bbf4dc6
2020-06-24 00:34:33 +05:30
Ayaan Khan
5e63bede6f
fixed line spacing
2020-06-24 00:34:33 +05:30
Ayaan Khan
46e07288ba
Fixed Bug [munmap_chunck() core dumped]
2020-06-24 00:34:33 +05:30
Ayaan Khan
2aec4efdd3
fix: integer overflow due to multiplication fixed ( #886 )
...
* formatting source-code for 72c365dcd3
* Fixed Bug [munmap_chunck() core dumped]
* formatting source-code for b06bbf4dc6
* fixed line spacing
* fixed line spacing
* fixed documentation
* closed the paranthesis of line 3
* formatting source-code for 8233eda889
* Bug Fix heap sort [Fresh Implementation]
* formatting source-code for e464ddac36
* Bug Fix heap sort [Fresh Implementation]
* formatting source-code for 803981c831
* switched to normal functions from lambda
* formatting source-code for ced5dcd6c4
* Added template and test cases
* formatting source-code for 7c8617fa46
* fixed docs
* fixed line spacing in tests
* fix docs
* Multiplication result may overflow 'int' before it is converted to 'long'.
* fixed cpplint long -> int64
* fixed compiler error
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2020-06-23 23:50:45 +05:30
Krishna Vedala
445f6722d8
Merge pull request #885 from kvedala/lgtm_fix
...
[bug fix] errors reported by lgtm for #880
2020-06-23 12:10:10 -04:00
Krishna Vedala
8575e21e73
fix lint errors
2020-06-23 11:50:12 -04:00
github-actions
56cb22cd44
formatting source-code for 497ede21e0
2020-06-23 15:46:52 +00:00
Krishna Vedala
497ede21e0
fix function return
2020-06-23 11:45:16 -04:00
Krishna Vedala
2fe7e4add0
fix function return + add docs
2020-06-23 11:43:28 -04:00
Krishna Vedala
27a63f5427
Merge pull request #881 from kvedala/fix-large_number.h
...
bug fix: large number.h
2020-06-23 10:31:26 -04:00
Krishna Vedala
96ed582eb2
Merge pull request #874 from kvedala/minima-algorithm
...
[feat:] Minima algorithm
2020-06-22 22:48:23 -04:00
Krishna Vedala
db9fa4dd40
Merge pull request #878 from kvedala/brents-method
...
feat: Brent's method to find extrema
2020-06-22 22:46:18 -04:00
Krishna Vedala
98bcc5df71
Merge pull request #882 from liushubin-gitHub/main
...
fix: Insert() does not work issue in binary_search_tree.cpp
2020-06-22 22:44:27 -04:00
liushubin lwx470335
fce7e22d8f
binary search tree insert() function modify。
...
insert the greater value to right,smaller value to left。
2020-06-23 09:06:00 +08:00
Krishna Vedala
8736dce71a
make multiplication 64-bit
2020-06-22 16:21:57 -04:00
Krishna Vedala
fb82e9050d
remove const identifier for function
2020-06-22 16:20:27 -04:00
Krishna Vedala
8862859c18
remove const identifier
2020-06-22 16:19:59 -04:00