Commit Graph

626 Commits

Author SHA1 Message Date
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
Shreyas Minocha
41319636c1
fix: attempt to fix GH pages workflow (#733) 2020-04-26 10:08:40 +02:00
Christian Clauss
d1e9fd7bde
Disable actions-gh-pages 2020-04-26 08:39:28 +02: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
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
Marian Gusatu
d999b480e5
Rename Linked List.cpp to linked_list.cpp
fix: reverse check for empty list + cpplint identation
2020-04-22 12:33:03 +03:00
Marian Gusatu
2edf620f7c
Update Linked List.cpp
fix: reverse check for empty list + cpplint coding style
2020-04-22 12:29:33 +03:00
Marian Gusatu
7be0b8deb3
Update Linked List.cpp
fix: reverse check for empty list + cpplint coding style
2020-04-22 12:26:03 +03:00
Marian Gusatu
248c335bf5
Update Linked List.cpp
fix: reverse check for empty list + cpp lint final coding style
2020-04-22 12:21:48 +03:00
Marian Gusatu
9c508e4fbb
Update Linked List.cpp
fix: reverse check for empty list + cpplint coding style
2020-04-22 12:18:56 +03:00
Marian Gusatu
15a030201d
Update Linked List.cpp
fix: reverse check for empty list + from tabs to spaces
2020-04-22 12:09:27 +03:00
Marian Gusatu
d2760d1e54
Update Linked List.cpp
fix: reverse check for empty list + converting tabs to spaces
2020-04-22 11:56:01 +03:00
Marian Gusatu
7ed069648d fix: reverse check for empty list 2020-04-22 11:44:47 +03:00
Faizan Ahamed
21be8043ce
Update searching_of_element_in_dynamic_array.cpp 2020-04-22 11:11:02 +05:30
Faizan Ahamed
6a3c002977
Update dynamic_programming/searching_of_element_in_dynamic_array.cpp
Co-Authored-By: Christian Clauss <cclauss@me.com>
2020-04-22 11:02:19 +05:30
github-actions
5149a9f550 updating DIRECTORY.md 2020-04-22 00:19:29 +00:00
Stepfen Shawn
5a0e602a84
Merge pull request #711 from pooja-git11/patch-2
Create queue_using_linkedlist.cpp
2020-04-22 08:19:11 +08:00
Faizan Ahamed
6d1b9da209
Update searching_of_element_in_dynamic_array.cpp 2020-04-21 22:12:58 +05:30
Faizan Ahamed
d2164cbe43
Update searching_of_element_in_dynamic_array.cpp 2020-04-21 22:09:03 +05:30
Faizan Ahamed
55d220a731
Update searching_of_element_in_dynamic_array.cpp 2020-04-21 21:55:39 +05:30
Faizan Ahamed
2dd3ddded3
Update searching_of_element_in_dynamic_array.cpp 2020-04-21 21:53:25 +05:30
Faizan Ahamed
ae1c2a243f
Update searching_of_element_in_dynamic_array.cpp 2020-04-21 21:30:57 +05:30
Pooja
56413a542d
Update queue_using_linkedlist.cpp 2020-04-21 21:25:55 +05:30
Faizan Ahamed
52782f57f6
Update searching_of_element_in_dynamic_array.cpp 2020-04-21 20:23:36 +05:30
github-actions
7320fbe6c0 updating DIRECTORY.md 2020-04-21 13:13:18 +00:00
John Law
4fe5ad6872
Add tree_height.cpp in dynamic programming
Added tree_height.cpp in dynamic_programming directory
2020-04-21 15:12:58 +02:00
faizan Ahamed
bfe50003d1
Rename searching_of_element_in_dynamic_Array.cpp to searching_of_element_in_dynamic_array.cpp 2020-04-21 01:18:18 +05:30
faizan Ahamed
15146a35fd
Update searching_of_element_in_dynamic_Array.cpp 2020-04-21 01:12:58 +05:30
faizan Ahamed
db53fd1cf7
Update searching_of_element_in_dynamic_Array.cpp 2020-04-21 01:09:01 +05:30
faizan Ahamed
9a5ed29dad
Update searching_of_element_in_dynamic_Array.cpp 2020-04-21 01:07:37 +05:30
faizan Ahamed
3621d2ee26
Update searching_of_element_in_dynamic_Array.cpp 2020-04-21 01:03:38 +05:30
faizan Ahamed
a3268742f3
Create searching_of_element_in_dynamic_Array.cpp 2020-04-21 00:45:22 +05:30
John Law
f36be23cb2
Enhance readability 2020-04-20 20:37:57 +02:00
John Law
2893c222f0
Fix cpplint 2020-04-20 20:34:04 +02:00
John Law
6faf95adfd
Update example 2020-04-20 20:31:48 +02:00
Mann Mehta
847bfd6527
Update tree_height.cpp 2020-04-20 17:04:32 +05:30
Mann Mehta
1ff60ebf20
Update dynamic_programming/tree_height.cpp
Co-Authored-By: Christian Clauss <cclauss@me.com>
2020-04-20 16:45:13 +05:30