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
Christian Clauss
ef87e98b3d
Create junk.txt ( #731 )
2020-04-25 17:12:07 +02:00
DarkWarrior703
a4d3475ed5
Update sqrt_double.cpp
2020-04-25 16:30:52 +03:00
DarkWarrior703
f27f3fcbf0
Update sqrt_double.cpp
2020-04-25 16:29:50 +03:00
DarkWarrior703
c8f11deea2
Update sqrt_double.cpp
2020-04-25 16:28:31 +03:00
DarkWarrior703
e9a0234cbe
Update sqrt_double.cpp
2020-04-25 16:26:36 +03:00
DarkWarrior703
d4ab125657
Update sqrt_double.cpp
2020-04-25 16:25:00 +03:00
DarkWarrior703
878dc0bf6c
Update sqrt_double.cpp
2020-04-25 16:21:45 +03:00
DarkWarrior703
e4504d641b
Rename double_factorial to double_factorial.cpp
2020-04-25 16:18:32 +03:00
DarkWarrior703
2b917ee43a
Rename sqrt_double to sqrt_double.cpp
2020-04-25 16:17:15 +03:00
DarkWarrior703
a77f0d3afe
Create double_factorial
...
Calculates the double factorial of an integer
2020-04-24 21:01:14 +03:00
DarkWarrior703
a23baf9db1
Create sqrt_double
...
Calculates the sqrt of every number in O(logn) with fixed precision.
2020-04-24 20:54:32 +03:00
nikhil kala
dac7fa8b37
Merge pull request #197 from mertkocaa/patch-1
...
Bubble Sort(Kabarcık Sıralama)
2020-04-24 13:49:40 +05:30
nikhil kala
b390775971
Update Bubble Sort.cpp
2020-04-24 13:48:19 +05:30
nikhil kala
4f5f1f4225
Update Bubble Sort.cpp
2020-04-24 13:47:38 +05:30
nikhil kala
5f791fe619
Merge branch 'master' into patch-1
2020-04-24 13:44:41 +05:30
nikhil kala
ae871b649b
Rename Sorting/Bubble Sort.cpp to sorting/Bubble Sort.cpp
2020-04-24 13:38:07 +05:30
Christian Clauss
a9cbc06fd7
Update linked_list.cpp
2020-04-22 16:09:12 +02:00
Christian Clauss
367b981810
Reduce code in linked_list.cpp
...
@mariangusatu Your review please.
2020-04-22 16:06:51 +02:00
github-actions
b2799b6fbb
updating DIRECTORY.md
2020-04-22 12:53:26 +00:00
Stepfen Shawn
aed8e007f4
Merge pull request #723 from faizanahamed1414/patch-1
...
Create searching_of_element_in_dynamic_array.cpp
2020-04-22 20:53:09 +08:00
github-actions
5856bc0918
updating DIRECTORY.md
2020-04-22 12:34:03 +00:00
nikhil kala
7a0186d8b9
Merge pull request #724 from mariangusatu/fix-linked-list
...
fix: reverse check for empty list
2020-04-22 18:03:45 +05:30