Commit Graph

986 Commits

Author SHA1 Message Date
Krishna Vedala
2e0a50b6f5
added file brief 2020-05-28 23:11:39 -04:00
Krishna Vedala
bf3ec59ec8
attempt to document gaussian elimination 2020-05-28 23:08:24 -04:00
Krishna Vedala
7af2ad1eaa
document + improvize root finding algorithms 2020-05-28 23:04:35 -04:00
Krishna Vedala
68cf8540a1
delete secant method - it is identical to regula falsi 2020-05-28 22:48:52 -04:00
Krishna Vedala
29bdf4438b
Merge pull request #4 from kvedala/document/search
Document `search` folder
2020-05-28 21:51:19 -04:00
github-actions
a9e160fe26 updating DIRECTORY.md 2020-05-29 01:46:43 +00:00
Krishna Vedala
5698363bd7
reformat documentation 2020-05-28 21:46:18 -04:00
Krishna Vedala
b122d659c3
document text_search 2020-05-28 21:36:11 -04:00
Krishna Vedala
a3c1f04b31
replace platform specific system("pause") 2020-05-28 21:36:01 -04:00
Krishna Vedala
9dc580c045
rename to more meaningful text_search 2020-05-28 21:35:28 -04:00
Krishna Vedala
ecddfd2704
use pointers instead 2020-05-28 21:30:42 -04:00
Krishna Vedala
8291db4f9f
attempted to document median search 2020-05-28 21:06:53 -04:00
Krishna Vedala
5ab43ad039
document linear search 2020-05-28 20:41:31 -04:00
Krishna Vedala
2b57d1ff88
document jump search 2020-05-28 20:36:44 -04:00
Krishna Vedala
4bc199ff1d
document interpolation search 2 2020-05-28 20:35:12 -04:00
Krishna Vedala
85020eea5f
change error return value for function 2020-05-28 20:33:25 -04:00
Krishna Vedala
7fd12991f7
document interpolation search 2020-05-28 20:31:41 -04:00
Krishna Vedala
d9ffc8aca1
document hash search 2020-05-28 20:24:44 -04:00
Krishna Vedala
969e916871
document exponential search 2020-05-28 19:54:37 -04:00
Krishna Vedala
605fa140cc
free dynamically allocated memory 2020-05-28 19:54:24 -04:00
Krishna Vedala
94f3ffe146
document binary search 2020-05-28 19:37:33 -04:00
Krishna Vedala
186c7a2de8
add missing free for dynamic memory allocated 2020-05-28 19:37:21 -04:00
Krishna Vedala
6d59a29808
Merge pull request #3 from kvedala/document/temp
Fix Doxygen CI to use doxygen v1.8.18
2020-05-28 18:43:43 -04:00
Krishna Vedala
11bb03f255
reset Doxygen CI to only execute on master branch 2020-05-28 18:39:15 -04:00
Krishna Vedala
e3fbc6bc2c
reset README.md file to using non-HTML tags 2020-05-28 18:34:45 -04:00
Krishna Vedala
5b58d7092c
brew uses "ninja" and not "ninja-build" 2020-05-28 18:29:48 -04:00
Krishna Vedala
f2a6b63c53
brew install without sudo 2020-05-28 18:26:29 -04:00
Krishna Vedala
4c3823ada3
switch doxygen build to macos 2020-05-28 18:25:06 -04:00
Krishna Vedala
9f9325e5f3
install doxygen via brew 2020-05-28 18:18:19 -04:00
Krishna Vedala
1ef2e381fc
replace SVG images in markdown with HTML img tags 2020-05-28 17:58:09 -04:00
Krishna Vedala
90180bfe2e
temporarily enable DOXYGEN CI to test README.md fixes 2020-05-28 17:56:46 -04:00
Krishna Vedala
b9c71a1d66
added AMS extenstions to MATHJAX in doxygen 2020-05-28 17:39:08 -04:00
Krishna Vedala
c6258d2cc7
documented binomial distribution 2020-05-28 17:38:50 -04:00
Krishna Vedala
9a7018c5c8
document poisson distribution 2020-05-28 17:14:39 -04:00
Krishna Vedala
7047300464
add probability folder to cmake 2020-05-28 17:00:39 -04:00
Krishna Vedala
589dceb5b3
document bayes theorem 2020-05-28 16:54:13 -04:00
Krishna Vedala
2f3cb1adaa
document probability addition rule 2020-05-28 16:54:13 -04:00
Krishna Vedala
76278a76c8
Merge branch 'document/math' into document/temp
* document/math:
  replace printf & scanf with std::cout and std::cin
  documented factorial
2020-05-28 16:50:13 -04:00
Krishna Vedala
8775585ad0
Merge branch 'document/others' into document/temp
* document/others:
  fix happy number code and documetnation
  added see also reference to fibonacci
2020-05-28 16:50:02 -04:00
Krishna Vedala
2683b9d6ed
fix happy number code and documetnation 2020-05-28 16:43:03 -04:00
Krishna Vedala
c559ebcedb
replace printf & scanf with std::cout and std::cin 2020-05-28 16:41:07 -04:00
Krishna Vedala
e52da1db6e
documented factorial 2020-05-28 16:40:08 -04:00
Krishna Vedala
9ef8100a52
added see also reference to fibonacci 2020-05-28 16:37:03 -04:00
Krishna Vedala
645768f140
Merge pull request #2 from kvedala/document/others
Documentation for files in the folder `others`
2020-05-28 16:10:23 -04:00
Krishna Vedala
b9b930213f
use pointers instead of non-const references and globals 2020-05-28 16:07:10 -04:00
Krishna Vedala
e12a5d4b5d
remove un-necessary typecast & use uint64_t 2020-05-28 15:59:28 -04:00
Krishna Vedala
2412f95964
document vector sort, reverse example 2020-05-28 15:55:46 -04:00
Krishna Vedala
1e5f97c042
document towers of hanoi 2020-05-28 15:50:35 -04:00
Krishna Vedala
f0ab5e8898
Merge branch 'document/others' of github.com:kvedala/C-Plus-Plus into document/others
* 'document/others' of github.com:kvedala/C-Plus-Plus:
  updating DIRECTORY.md
2020-05-28 15:37:34 -04:00
Krishna Vedala
1e32478950
document stairs print 2020-05-28 15:27:58 -04:00