Commit Graph

783 Commits

Author SHA1 Message Date
Ayaan Khan
cd9f5cd584 somemore cpplint fixing 2020-05-18 16:57:00 +05:30
Ayaan Khan
4c6c1dbe40 cpplint fixing 2020-05-18 16:48:26 +05:30
Ayaan Khan
6392099cab Connected Components using DFS 2020-05-18 16:14:51 +05:30
github-actions
0b6f8ff7d3 updating DIRECTORY.md 2020-05-14 23:21:24 +00:00
John Law
3ee7ae2146
Add mod_inverse_by_fermat_theorem.cpp in math directory
Added mod_inverse_by_fermat_theorem.cpp in math directory.
2020-05-15 01:20:56 +02:00
Krishna Vedala
9cd7e0f4e7
fixed cpplint issues 2020-05-11 21:35:25 -04:00
John Law
264a26e15a
Fix spacing 2020-05-11 00:55:16 +02:00
John Law
8f41e1704d
Rename mod_inverse_by_fermat_theorem.cpp to modular_inverse_fermat_little_theorem.cpp 2020-05-11 00:54:45 +02:00
Mann Mehta
c9fc01af7a Resolve line length errors in math/mod_inverse_by_fermat_theorem.cpp 2020-05-09 17:33:08 +05:30
Mann Mehta
563e29acae Resolve errors in math/mod_inverse_by_fermat_theorem.cpp 2020-05-09 17:31:48 +05:30
Mann Mehta
78eecf75eb Modified the math/mod_inverse_by_fermat_theorem.cpp 2020-05-09 17:27:29 +05:30
John Law
409625656d
Fix descriptive comment 2020-05-08 22:45:38 +02:00
Mann Mehta
9872a08f27 Remove extra blank lines in math/mod_inverse_by_fermat_theorem.cpp 2020-05-09 00:26:15 +05:30
Mann Mehta
5f11e212f8 Resolve line_length errors in math/mod_inverse_by_fermat_theorem.cpp 2020-05-09 00:24:16 +05:30
Mann Mehta
c17b6a9ee0 Resolve type errors in math/mod_inverse_by_fermat_theorem.cpp 2020-05-09 00:21:24 +05:30
Mann Mehta
808464c4f6 Added mod_inverse_by_fermat_theorem.cpp in math directory. 2020-05-09 00:13:06 +05:30
Krishna Vedala
ebc5ba42d1
linear regression fir using ordinary least squares 2020-05-04 11:01:57 -04:00
Sombit Bose
0a77b1fd26
update 2020-04-29 22:52:44 +05:30
Sombit Bose
e742280a87
update 2020-04-29 22:49:20 +05:30
Sombit Bose
c76eb387ac
update 2020-04-29 22:42:56 +05:30
Sombit Bose
b8bcd82c26
update 2020-04-29 22:39:35 +05:30
Sombit Bose
a83e44ea6c
Create n_queens_all_solution_optimised.cpp 2020-04-29 22:11:47 +05:30
Dylan Robertson
b691536ea9
spacing
Co-Authored-By: Christian Clauss <cclauss@me.com>
2020-04-27 17:31:44 +10:00
Faizan Ahamed
948348a4d8
Update binary_search.cpp 2020-04-27 10:22:30 +05:30
Faizan Ahamed
08b1f6fde0
Update binary_search.cpp 2020-04-27 10:21:11 +05:30
Dylan Robertson
547a4a9ed3 feat: added binomial_dist.cpp 2020-04-27 12:50:13 +10:00
github-actions
b88f7d89d6 updating DIRECTORY.md 2020-04-27 00:34:36 +00:00
Stepfen Shawn
0577096360
Merge pull request #725 from DarkWarrior703/patch-4
Create sqrt_double
2020-04-27 08:34:16 +08:00
Dylan Robertson
6030965310 feat: created bayes_theorem.cpp 2020-04-27 10:19:21 +10:00
github-actions
da894d7745 updating DIRECTORY.md 2020-04-26 09:51:54 +00:00
Dylan Robertson
f6dd3bf6a9
feat: added addition_rule.cpp for probability (#732)
* added addition_rule.cpp for probability

* fixed cpplint errors

* Disable actions-gh-pages

Co-authored-by: Christian Clauss <cclauss@me.com>
2020-04-26 11:51:38 +02:00
github-actions
b8a6a6470f updating DIRECTORY.md 2020-04-26 09:28:13 +00:00
Faizan Ahamed
cd7105afcf
Rename Binary Search.cpp to binary_search.cpp 2020-04-26 14:57:59 +05:30
Faizan Ahamed
9813693baa
Update Binary Search.cpp 2020-04-26 14:56:30 +05:30
Faizan Ahamed
6616ae320b
Update Binary Search.cpp 2020-04-26 14:54:26 +05:30
Faizan Ahamed
dd09663ece
Update Binary Search.cpp 2020-04-26 14:49:01 +05:30
Faizan Ahamed
9543e522f2
Update Binary Search.cpp 2020-04-26 14:46:20 +05:30
Faizan Ahamed
2f6208532b
Update Binary Search.cpp 2020-04-26 14:42:55 +05:30
Faizan Ahamed
1eef89591e
Update Binary Search.cpp 2020-04-26 14:37:59 +05:30
Faizan Ahamed
5dbd45a3f0
error in line 23 i.e a constant value
in line 23.
int a[n];
give error while running i.e. expression must have a constant value.
so, rectifying this we can use pointer.
int* a = new int[n];
2020-04-26 14:18:01 +05:30
Shreyas Minocha
41319636c1
fix: attempt to fix GH pages workflow (#733) 2020-04-26 10:08:40 +02:00
Christian Clauss
c4f3f915f8
Update double_factorial.cpp 2020-04-26 08:41:22 +02:00
Christian Clauss
d1e9fd7bde
Disable actions-gh-pages 2020-04-26 08:39:28 +02:00
DarkWarrior703
2aaba721fb
Update double_factorial.cpp 2020-04-25 22:38:53 +03:00
DarkWarrior703
b403487142
Update double_factorial.cpp 2020-04-25 22:37:50 +03:00
DarkWarrior703
9fef832f57
Update double_factorial.cpp 2020-04-25 22:34:44 +03:00
DarkWarrior703
e6874e4d18
Update double_factorial.cpp 2020-04-25 22:28:20 +03:00
Christian Clauss
57ea7b1f9d
publish_dir: ./sorting 2020-04-25 17:22:42 +02:00
Christian Clauss
a4e1a5b179
Delete junk.txt 2020-04-25 17:19:05 +02:00
Musab Albirair
49871c7f2f
Add file for non-recursive merge sort (#730)
* Add file for non-recursive merge sort

Add the source file (sorting/non_recursive_merge_sort.cpp) which defines the function template "non_recursive_merge_sort" in different forms, along with a helper function merge. Moreover, it creates 2 additional files, doxy.txt for Doxygen configuration, and a makefile to automate building, testing and cleaning.

* Add file for non-recursive merge sort

Add the source file (sorting/non_recursive_merge_sort.cpp) which defines the function template "non_recursive_merge_sort" in different forms, along with a helper function merge. Moreover, it creates 2 additional files, doxy.txt for Doxygen configuration, and a makefile to automate building, testing and cleaning.

* GitHub Action to cd sorting ; make doc ; make doc

* updating DIRECTORY.md

* Fix indentation error

* uses: mattnotmitt/doxygen-action@master

* doxyfile-path: 'sorting/'

* doxyfile-path: 'sorting/doxy.txt'

* working-directory: '.'

* Update sorting_non_recursive_merge_sort.yml

* Update sorting_non_recursive_merge_sort.yml

* Update sorting_non_recursive_merge_sort.yml

* Publish HTML to GitHub Pages

* Update sorting_non_recursive_merge_sort.yml

Co-authored-by: Christian Clauss <cclauss@me.com>
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2020-04-25 17:16:42 +02:00