Krishna Vedala
|
8edc022423
|
corrected asignmemt operation
|
2020-05-29 17:26:17 -04:00 |
|
Krishna Vedala
|
4c282aed0f
|
added missing "run" for step
|
2020-05-29 17:24:14 -04:00 |
|
Krishna Vedala
|
adae176d2a
|
auto rename files and auto format code
|
2020-05-29 17:22:51 -04:00 |
|
Krishna Vedala
|
e459ea26d3
|
updated setting to add 1 space before private and public keywords
|
2020-05-29 17:07:47 -04:00 |
|
Krishna Vedala
|
29705aca4b
|
github action to auto format source code per cpplint standard
|
2020-05-29 17:06:37 -04:00 |
|
Krishna Vedala
|
8036cf033f
|
cpplint correction for header guard style
|
2020-05-29 09:44:08 -04:00 |
|
Krishna Vedala
|
12250c9f08
|
Merge pull request #6 from kvedala/document/strings
Documentation of `strings` folder
|
2020-05-29 08:45:33 -04:00 |
|
Krishna Vedala
|
a79ce9d2b6
|
doxygen v1.8.18 will suppress out the #minipage in the markdown
|
2020-05-29 08:42:21 -04:00 |
|
Krishna Vedala
|
82362529df
|
fixed mainpage readme
|
2020-05-29 08:32:44 -04:00 |
|
Krishna Vedala
|
26701b38be
|
document rabin-karp string search
|
2020-05-29 08:27:33 -04:00 |
|
Krishna Vedala
|
fc47effb65
|
document brute force string search
|
2020-05-29 08:00:58 -04:00 |
|
Krishna Vedala
|
8621a1db73
|
documented kmp string search
|
2020-05-29 07:53:46 -04:00 |
|
Krishna Vedala
|
939af46576
|
Merge pull request #5 from kvedala/document/stats
Documentation to stats folder
|
2020-05-28 23:39:14 -04:00 |
|
github-actions
|
1afdaa24b6
|
updating DIRECTORY.md
|
2020-05-29 03:36:31 +00:00 |
|
Krishna Vedala
|
413198bc36
|
cleaner equation
|
2020-05-28 23:30:10 -04:00 |
|
Krishna Vedala
|
7dfde74ece
|
document successive approximations
|
2020-05-28 23:28:03 -04:00 |
|
Krishna Vedala
|
1ec59ba1dd
|
files-list link correction - this time works :)
|
2020-05-28 23:24:53 -04:00 |
|
Krishna Vedala
|
05e544bdce
|
corrected files list link path
|
2020-05-28 23:23:23 -04:00 |
|
Krishna Vedala
|
68392e2aa8
|
commented doxygen-mainpage, added files-list link
|
2020-05-28 23:22:24 -04:00 |
|
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 |
|