Commit Graph

965 Commits

Author SHA1 Message Date
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
Krishna Vedala
51affd4aa4
document spiral print 2020-05-28 15:27:49 -04:00
Krishna Vedala
2216628678
update math fibonacci see-also links 2020-05-28 15:19:27 -04:00
github-actions
71bcc27e11 updating DIRECTORY.md 2020-05-28 19:19:13 +00:00
Krishna Vedala
ea8aaf963d
move string fibonacci to math folder 2020-05-28 15:18:48 -04:00
Krishna Vedala
4e12f5361f
document string_fibonacci 2020-05-28 15:17:53 -04:00
github-actions
ec8f410558 updating DIRECTORY.md 2020-05-28 18:34:08 +00:00
Krishna Vedala
e7c6217097
filename must not contain spaces or dashes 2020-05-28 14:33:48 -04:00
Krishna Vedala
05beeb5104
instead of concatenate, pass filename as argument 2020-05-28 14:31:20 -04:00
Krishna Vedala
10bfe13995
addendum cpplint bugfix 22b375c058 2020-05-28 14:29:44 -04:00
Krishna Vedala
bc8fda9056
sparse matrix docs 2020-05-28 14:25:00 -04:00
Krishna Vedala
0994e6e028
minor documetnation 2020-05-28 14:23:52 -04:00
Krishna Vedala
c43e76286d
mark constructor function call as explicit 2020-05-28 14:10:24 -04:00
Krishna Vedala
5c7db7aba3
fixed syntax 2020-05-28 14:09:24 -04:00
Krishna Vedala
9da5e0cecf
re-enable the commented algorithm 2020-05-28 14:07:27 -04:00
Krishna Vedala
be997d3da3
updated documentation - NOTE TESTS FAIL
@yanglbme this algorithm does not give right answers
2020-05-28 13:39:58 -04:00
Krishna Vedala
00c8c0bfdb
document primality test 2020-05-28 12:55:06 -04:00
Krishna Vedala
34c3ce9c5e
document pascals triangle 2020-05-28 11:24:55 -04:00
Krishna Vedala
4206ac2a29
document paranthesis matching 2020-05-28 11:24:46 -04:00
Krishna Vedala
0c85156573
document number palindrome 2020-05-28 11:24:36 -04:00
Krishna Vedala
84d33ba5d9
document matrix exponentiation 2020-05-28 11:24:22 -04:00
Krishna Vedala
cc5ce16b58
document happy numbers 2020-05-28 11:24:14 -04:00