Samrat De
c18c3c129a
wrapped all the functions inside a class
2020-05-22 09:23:02 +05:30
Samrat De
90c246035f
wrapped all the functions inside a class
2020-05-22 09:21:03 +05:30
Samrat De
3df1f82bf6
wrapped all the functions inside a class
2020-05-22 09:14:31 +05:30
Samrat De
a67f9278e3
wrapped all the functions inside a class
2020-05-22 09:11:56 +05:30
Samrat De
e5af368065
wrapped all the functions inside a class
2020-05-22 09:07:04 +05:30
Samrat De
74fc841f10
handled all automated failing tests
2020-05-21 19:46:40 +05:30
Samrat De
d90fdf8282
handled all automated failing tests
2020-05-21 19:40:07 +05:30
Samrat De
f55c76d0fb
fix: Doubly Linked List algorithm bug
2020-05-21 17:32:51 +05:30
Ayaan Khan
d963df6fa6
Merge pull request #768 from pastor-robert/master
...
fix: sqrt_double hangs on x < 1 (#760 )
2020-05-21 15:23:29 +05:30
Rob Adams
51eb5beab5
fix: sqrt_double hangs on x < 1 ( #760 )
2020-05-20 03:05:03 +00:00
github-actions
d079d1fda4
updating DIRECTORY.md
2020-05-19 18:57:16 +00:00
mishraabhinn
eaf2ebd544
SwapSort.cpp ( #754 )
...
* Create Swap Sort(Minimum)
* Update Swap Sort(Minimum)
* Update Swap Sort(Minimum)
* Rename Swap Sort(Minimum) to SwapSort.cpp
* Update SwapSort.cpp
* Update SwapSort.cpp
* Update SwapSort.cpp
* Rename SwapSort.cpp to swap_sort.cpp
Co-authored-by: Christian Clauss <cclauss@me.com>
2020-05-19 20:56:59 +02:00
github-actions
52f46c5b61
updating DIRECTORY.md
2020-05-19 15:50:31 +00:00
vonzo
03664deca9
Fibonacci funtion added ( #767 )
...
* finbonacci funtion added
* finbonacci funtion added
* finbonacci funtion added
* finbonacci funtion added
* Update fibonacci.cpp
Co-authored-by: Christian Clauss <cclauss@me.com>
2020-05-19 17:50:15 +02:00
github-actions
a11c09e6ba
updating DIRECTORY.md
2020-05-19 06:45:56 +00:00
Sombit Bose
eaa6a392f1
Merge pull request #761 from ayaankhan98/master
...
Connected Components using DFS
2020-05-19 12:15:41 +05:30
github-actions
22ee86d69b
updating DIRECTORY.md
2020-05-19 04:59:55 +00:00
floan
f4eacb3fd7
feat: added a function to get the size of a linked list ( #763 )
...
* feat: added a function to get the size of a linked list
* Update get_size_of_linked_list.cpp
Co-authored-by: Christian Clauss <cclauss@me.com>
2020-05-19 06:59:38 +02:00
Srujan Bharadwaj
de65e2b256
Create extended_euclid_algorithm.cpp ( #759 )
...
* Create extended_euclid_algorithm.cpp
* Fix wihitespaces and fix if else space issues
* Update extended_euclid_algorithm.cpp
* updating DIRECTORY.md
* Update extended_euclid_algorithm.cpp
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2020-05-18 14:32:42 +02:00
Ayaan Khan
4df1a27825
Fixed cpplint errors
2020-05-18 17:11:15 +05:30
Ayaan Khan
c936a6d87e
cpplint fix
2020-05-18 17:04:35 +05:30
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
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
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
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
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
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