* document/math:
document square-root that uses bisection method
math readme title
documentation and bug fixes
fix cpplint
docs for large number power
documetnation for positive divisors
documentation for Little Fermat's Thm
updating DIRECTORY.md
document fibonacci program
better document GCD programs
improve documentation for fast_power
use template based functions
documentation for extended euclid
fix code for generic types
documentation for eulers_totient_function.cpp
documentation update for double_factorial
fix documentation for double_factorial
bug fix - no function return and invalid for loop termination check
documentation for double_factorial
documetnation for binary_exponent.cpp
* large_factorial: (24 commits)
removed author details from comments for header file
added documetnation to large_factorial.cpp
set 1 space for `private` and `public` keywords in cpp-classes
use static variable to return reference for
fixed code for lint and copy constructor
Update .vscode/settings.json
remove erroneous const from `+` operator
code cleanup
use cinttypes for size specific int type
updated vscode settings
more cpp lint fixes
cpp lint fixes
replace `std::chronos` with `ctime` - cpplint does not allow c++-11
updating DIRECTORY.md
remove incorrect comment
user editable test "N"
added test case
ignore non numeric characters when creating large_number from a string
large_number: created assignment operator
compute arbitrarily large fibonacci number
...
# Conflicts:
# DIRECTORY.md
* 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>