Commit Graph

1164 Commits

Author SHA1 Message Date
Krishna Vedala
aacaf9828c fix documentations and cpplint 2020-06-04 23:15:43 -04:00
Krishna Vedala
6635c0a1af move file to proper folder 2020-06-04 22:50:58 -04:00
Krishna Vedala
9e8a6475e4 Merge branch 'master' into merge_upstream
# Conflicts:
#	CMakeLists.txt
2020-06-04 21:46:05 -04:00
Krishna Vedala
82a6ea06e6 use HTML5 img tag to resize images 2020-06-04 21:34:05 -04:00
Krishna Vedala
d0e0a07f16 remove invalid parameter from function docs 2020-06-04 21:33:33 -04:00
Krishna Vedala
9b61ef94b7 doxygen - open links in external window 2020-06-04 21:33:08 -04:00
Krishna Vedala
4d0c02389b docs: enable tree view, add timestamp in footer, try clang assistaed parsing 2020-06-04 20:34:38 -04:00
Krishna Vedala
8960edaed1 add data_structures to cmake 2020-06-04 16:25:27 -04:00
Krishna Vedala
c0394d8037 Merge branch 'merge_upstream' of https://github.com/kvedala/C-Plus-Plus into merge_upstream 2020-06-04 16:20:45 -04:00
Krishna Vedala
7c85599475 fix ambiguous symbol size 2020-06-04 16:20:19 -04:00
github-actions
014bdc5ba8 updating DIRECTORY.md 2020-06-04 20:17:55 +00:00
Krishna Vedala
9fc62d4e85 Merge remote-tracking branch 'origin/merge_upstream' into merge_upstream
# Conflicts:
#	DIRECTORY.md
2020-06-04 16:16:56 -04:00
Krishna Vedala
495bffcd72 rename folder to data_structures 2020-06-04 16:15:10 -04:00
Krishna Vedala
b8686d3071 Merge remote-tracking branch 'upstream/master' into merge_upstream
# Conflicts:
#	DIRECTORY.md
2020-06-04 15:58:18 -04:00
Krishna Vedala
7f82722c84 bugfix: move file writing outside of the parallel loop
othersie, there is no gurantee of the order of roots written to file
2020-06-04 15:39:33 -04:00
Krishna Vedala
b61d65fda9
Merge pull request #14 from kvedala/numerical_methods
[feat:] Numerical methods - Durand Kerner Algorithm
2020-06-04 15:27:41 -04:00
Krishna Vedala
e4f5397498 add critical secions to omp threads 2020-06-04 15:21:45 -04:00
Krishna Vedala
645321c38f make iterator variable i local to threads 2020-06-04 15:21:09 -04:00
Krishna Vedala
42f78bbe19 use long double for errors and tolerance checks 2020-06-04 15:20:31 -04:00
Krishna Vedala
b7d05eab9e add documentation images 2020-06-04 14:14:59 -04:00
Krishna Vedala
89f33a49ba (1) break while loop (2) skip runs on break_loop instead of hard-break 2020-06-04 14:14:46 -04:00
Krishna Vedala
0e5d841e0a while loop cannot have break - replaced with continue and check is present in the main while condition 2020-06-04 14:02:18 -04:00
Krishna Vedala
586ac1aee1 run tests when no input is provided and skip tests when input polynomial is provided 2020-06-04 13:59:24 -04:00
Krishna Vedala
5e34779d95 remove return statement from omp-for loop and use "break" 2020-06-04 13:57:57 -04:00
Krishna Vedala
3b37d06d2a use INT16_MAX 2020-06-04 13:37:34 -04:00
Krishna Vedala
29ed37d67e added two test cases 2020-06-04 13:15:28 -04:00
Krishna Vedala
4e75c6d1ea move openmp to main loop 2020-06-04 12:35:13 -04:00
Krishna Vedala
4b68a888eb update documentation 2020-06-04 12:34:52 -04:00
Krishna Vedala
4d548fe29e convert to function module 2020-06-04 12:14:26 -04:00
github-actions
7a4ca60754 updating DIRECTORY.md 2020-06-04 15:47:37 +00:00
Krishna Vedala
355d84dba9 fix cpplint errors 2020-06-04 11:46:30 -04:00
Krishna Vedala
bbd578d4a1 fixed additional comma 2020-06-04 11:38:34 -04:00
Krishna Vedala
eb977ba9d2 added durand kerner method for root computation for arbitrarily large polynomials 2020-06-04 11:32:57 -04:00
Krishna Vedala
1116ab2bab rename computer.... folder to numerical methods 2020-06-04 07:41:08 -04:00
Krishna Vedala
ebeaebe30d updated image links with those from CPP repository 2020-06-03 23:03:53 -04:00
Krishna Vedala
503593e68e initialize radom number generator 2020-06-03 23:03:25 -04:00
Krishna Vedala
6c085a1649
Merge pull request #13 from kvedala/machine_learning/kohonen_som
Machine learning/kohonen som
2020-06-03 22:28:31 -04:00
Krishna Vedala
c8a2b1d5b2 use c++ specific static_cast instead 2020-06-03 22:16:14 -04:00
Krishna Vedala
1085bf4301 remove chronos library due to inacceptability by cpplint 2020-06-03 22:13:46 -04:00
Krishna Vedala
cb6e72107e Merge branch 'machine_learning/kohonen_som' of https://github.com/kvedala/C-Plus-Plus into machine_learning/kohonen_som 2020-06-03 22:11:21 -04:00
Krishna Vedala
aea585284a remove older files and folders from gh-pages before adding new files 2020-06-03 22:02:20 -04:00
github-actions
c6f12f290f updating DIRECTORY.md 2020-06-04 02:01:35 +00:00
Krishna Vedala
65def005b8 added kohonen self organizing map 2020-06-03 21:59:18 -04:00
Krishna Vedala
c476105881 find openMP before adding subdirectories 2020-06-03 21:40:28 -04:00
github-actions
6ebd88391f updating DIRECTORY.md 2020-06-03 15:39:21 +00:00
Krishna Vedala
cb5fee41ea
Merge pull request #12 from Anmol3299/master
feat: Add BFS and DFS algorithms to check for cycle in a directed graph
2020-06-03 11:38:06 -04:00
Anmol3299
9d8736e79e Explicitely specify type of vector during graph instantiation 2020-06-03 20:40:09 +05:30
Anmol3299
8f04ffe3fb Remove a useless and possibly bad Graph constuctor overload 2020-06-03 20:33:38 +05:30
Anmol3299
a77dafba64 Use pointer instead of the non-const reference
because apparently google says so.
2020-06-03 19:40:51 +05:30
Anmol3299
a3df421e36 fix bad code
sorry for force push
2020-06-03 18:53:01 +05:30