Commit Graph

  • efcccd0148 resolved merge conflict Ayaan Khan 2020-07-01 04:04:49 +05:30
  • 8179fbfdec test cases added Ayaan Khan 2020-07-01 04:03:13 +05:30
  • d64f17f94c formatting source-code for 9217b4d8a8 github-actions 2020-06-30 22:26:08 +00:00
  • 9217b4d8a8 Merge branch 'master' of https://github.com/ayaankhan98/C-Plus-Plus Ayaan Khan 2020-07-01 03:54:33 +05:30
  • d3324aaf34 Fix: code quality and Docs Ayaan Khan 2020-07-01 03:54:01 +05:30
  • 096158da06 Merge pull request #9 from TheAlgorithms/master Ayaan Khan 2020-07-01 03:29:09 +05:30
  • 1dfbdde3c6 resolve merge conflicts Ayaan Khan 2020-07-01 03:28:12 +05:30
  • 97023e1b1c docs: fixed some documentation issues Tajmeet Singh 2020-06-29 15:27:44 +01:00
  • e64a0eff2d Documentation for f16093cf7b github-actions 2020-06-29 12:34:01 +00:00
  • f16093cf7b Merge pull request #917 from kvedala/hill_cipher Krishna Vedala 2020-06-29 08:31:37 -04:00
  • 7c542ad6df Documentation for f87bc251b9 github-actions 2020-06-28 13:18:22 +00:00
  • f87bc251b9 fix link to contributors Krishna Vedala 2020-06-28 09:14:41 -04:00
  • 0fdd8b6892 Documentation for c7088b4b85 github-actions 2020-06-28 12:56:08 +00:00
  • c7088b4b85 Merge pull request #914 from kvedala/update_README Krishna Vedala 2020-06-28 08:53:57 -04:00
  • de828baa8d removed incorrect quotes from links Krishna Vedala 2020-06-27 21:13:48 -04:00
  • 4eeb72ea42 Documentation for b79445ff82 github-actions 2020-06-28 01:04:44 +00:00
  • b79445ff82 Merge pull request #913 from kvedala/ols_regressor Krishna Vedala 2020-06-27 21:01:14 -04:00
  • 695851b288 fix alternatie text for 'by' icon Krishna Vedala 2020-06-27 17:11:19 -04:00
  • 998c1ce9be remove closed pull-requests info graphic Krishna Vedala 2020-06-27 17:06:59 -04:00
  • 2d67ce3f52 fix article the Krishna Vedala 2020-06-27 17:06:10 -04:00
  • 988df1ba59 added licenses - #911 Krishna Vedala 2020-06-27 16:59:31 -04:00
  • 12799c5616 fix lgtm errors Krishna Vedala 2020-06-27 16:00:12 -04:00
  • 25c2b82e51 include ciphers folder in cmake compilation Krishna Vedala 2020-06-27 15:49:46 -04:00
  • e8849dc36f save keys to file + more docs Krishna Vedala 2020-06-27 15:45:48 -04:00
  • 541f762deb working algorithm Krishna Vedala 2020-06-27 14:43:11 -04:00
  • fc489f7f45 test2 + refinements Krishna Vedala 2020-06-26 23:42:16 -04:00
  • f932aed5d2 more docs + more control on matrix creation Krishna Vedala 2020-06-26 22:02:21 -04:00
  • bade62d063 working hill cipher Krishna Vedala 2020-06-26 21:44:02 -04:00
  • 0b57b89543 updating DIRECTORY.md github-actions 2020-06-27 00:37:39 +00:00
  • db28999ca3 initial hill-cipher commit - does not execute corectly Krishna Vedala 2020-06-26 20:36:46 -04:00
  • 7218eeb5b8 initial cipher folder commit Krishna Vedala 2020-06-26 20:36:03 -04:00
  • 0f42f8f96c apply suggestions by reviewers Krishna Vedala 2020-06-26 20:20:43 -04:00
  • 8f72445a6d minor punctuations Krishna Vedala 2020-06-26 20:14:36 -04:00
  • a9c005da70 overview + comment why mainpage Krishna Vedala 2020-06-26 14:49:05 -04:00
  • 54dcadf07d fix contributions description Krishna Vedala 2020-06-26 14:38:03 -04:00
  • aa16f4d113 added features description Krishna Vedala 2020-06-26 14:29:45 -04:00
  • c5933c8525 updated project summary description Krishna Vedala 2020-06-26 14:29:10 -04:00
  • b3d85cd8e1 add LGTM status + remove HTML tags and use Markdown syntax Krishna Vedala 2020-06-26 14:23:25 -04:00
  • 9379ae1a6c added LGTM status Krishna Vedala 2020-06-26 13:46:46 -04:00
  • b9c1f6bf36 use better test data variable names to avoid conflict Krishna Vedala 2020-06-26 10:53:42 -04:00
  • 052c3fbca8 use better test function names to avoid conflict Krishna Vedala 2020-06-26 10:37:56 -04:00
  • dcd0d6b478 updating DIRECTORY.md github-actions 2020-06-26 13:04:18 +00:00
  • 0690a140ec move OLS regressor to machine learning folder Krishna Vedala 2020-06-26 09:03:20 -04:00
  • 18cd72a36f Documentation for eddda4e43e github-actions 2020-06-26 12:58:40 +00:00
  • eddda4e43e Merge pull request #912 from kvedala/ols_regressor Krishna Vedala 2020-06-26 08:54:47 -04:00
  • 9a8b6ddd2e typo correction from #910 Krishna Vedala 2020-06-26 08:22:12 -04:00
  • 7ff384e59b replace cstdlib with cmath for float overload of std::abs() Krishna Vedala 2020-06-26 08:20:53 -04:00
  • 0d2a58409e include cstdlib for std::abs() Krishna Vedala 2020-06-26 08:14:50 -04:00
  • 6d127e3adf added inline documentation Krishna Vedala 2020-06-26 08:09:34 -04:00
  • 11a6542bf2 added test cases Krishna Vedala 2020-06-26 08:04:01 -04:00
  • b964f9af00 fix: minor typo Ayaan Khan 2020-06-26 17:04:19 +05:30
  • 135dc738cd Documentation for a03558d7a6 github-actions 2020-06-25 22:23:47 +00:00
  • a03558d7a6 Merge pull request #907 from kvedala/lu_decompose Krishna Vedala 2020-06-25 18:20:34 -04:00
  • 0429b5dd88 fix documentation Krishna Vedala 2020-06-25 18:01:41 -04:00
  • 059fdc9b52 Documentation for 6791651b68 github-actions 2020-06-25 21:57:10 +00:00
  • 6791651b68 Merge pull request #906 from kvedala/lu_decompose Krishna Vedala 2020-06-25 17:54:53 -04:00
  • 68dd9b1235 added file documentation Krishna Vedala 2020-06-25 15:22:02 -04:00
  • 0d96bb647e Documentation for 3b948d2a04 github-actions 2020-06-25 19:12:03 +00:00
  • 3b948d2a04 Merge pull request #904 from kvedala/fix/double_factorial Krishna Vedala 2020-06-25 15:08:46 -04:00
  • 84cf0da2bb automated self-test of LU decomposition using sample case and determinant checks Krishna Vedala 2020-06-25 15:03:57 -04:00
  • c1b0635f99 create and added matrix type Krishna Vedala 2020-06-25 15:03:12 -04:00
  • f29c14032a added determinant computation using LU decomposition Krishna Vedala 2020-06-25 14:51:54 -04:00
  • e22f56c906 updating DIRECTORY.md github-actions 2020-06-25 18:43:00 +00:00
  • b1620ff2f5 formatting source-code for e1b1c71e7c github-actions 2020-06-25 18:41:27 +00:00
  • e1b1c71e7c Apply suggestions from code review Krishna Vedala 2020-06-25 14:40:47 -04:00
  • 2c61414a83 split lu_decomposition to a header file and templated the function Krishna Vedala 2020-06-25 13:38:11 -04:00
  • e45ed6426c Documentation for 8cd25f4f8a github-actions 2020-06-25 14:04:20 +00:00
  • 8cd25f4f8a Merge pull request #905 from kvedala/disable_doxygen_timestamp Krishna Vedala 2020-06-25 10:01:03 -04:00
  • 66eb05e0da added wiki link in file brieff Krishna Vedala 2020-06-25 09:59:36 -04:00
  • d8b121b119 disable timestamps in footer of html docs Krishna Vedala 2020-06-25 09:26:20 -04:00
  • 5939792a9d fix self-tests and unsigned comparision to zero Krishna Vedala 2020-06-25 09:14:21 -04:00
  • c08116fc7e Documentation for 6365881e68 github-actions 2020-06-25 10:32:00 +00:00
  • 6365881e68 Merge pull request #902 from ayaankhan98/master Krishna Vedala 2020-06-25 06:29:28 -04:00
  • 05789603ab fix: repeated sentences Ayaan Khan 2020-06-25 15:49:30 +05:30
  • d6d0f68229 Documentation for ca70c3097e github-actions 2020-06-25 09:52:55 +00:00
  • 21093365cd updating DIRECTORY.md github-actions 2020-06-25 09:51:24 +00:00
  • 351a1b712a formatting source-code for ca70c3097e github-actions 2020-06-25 09:51:24 +00:00
  • ca70c3097e Merge pull request #894 from iamnambiar/maths-feat Ayaan Khan 2020-06-25 15:20:11 +05:30
  • 5d48e651d1 Merge branch 'master' of https://github.com/ayaankhan98/C-Plus-Plus Ayaan Khan 2020-06-25 13:02:43 +05:30
  • 64bb640391 Wrapped example in <pre/> Ayaan Khan 2020-06-25 13:02:12 +05:30
  • 06f425493b fix: changed to std::pow Neeraj C 2020-06-25 10:59:44 +05:30
  • 06ca2a6953 fix: spaces between include and header file Neeraj C 2020-06-25 08:00:37 +05:30
  • 9c75856235 docs: clean the comment Neeraj C 2020-06-25 07:59:39 +05:30
  • 87398be5d8 Documentation for 8476290081 github-actions 2020-06-24 22:53:44 +00:00
  • 8476290081 Merge pull request #901 from kvedala/fixes/lgtm Krishna Vedala 2020-06-24 18:51:45 -04:00
  • 49f2865ffd Documentation for 3fc85322c1 github-actions 2020-06-24 22:46:12 +00:00
  • 6980792eff formatting source-code for e6ab38c2fd github-actions 2020-06-24 22:44:37 +00:00
  • e6ab38c2fd Added docs Ayaan Khan 2020-06-25 04:13:49 +05:30
  • 3fc85322c1 Merge pull request #899 from ayaankhan98/master Ayaan Khan 2020-06-25 04:13:29 +05:30
  • ef5f330834 formatting source-code for a190674131 github-actions 2020-06-24 22:28:10 +00:00
  • a190674131 fix errors in matrix_exponentiation Krishna Vedala 2020-06-24 18:27:01 -04:00
  • f1ab19bb33 fix: minor docs issue Ayaan Khan 2020-06-25 03:39:12 +05:30
  • cf1a6d4366 Documentation for 46854f516e github-actions 2020-06-24 20:43:26 +00:00
  • 46854f516e Merge pull request #890 from Panquesito7/lgtm_fixes Krishna Vedala 2020-06-24 16:41:09 -04:00
  • bddecb38fb Documentation for ddb166e238 github-actions 2020-06-24 17:41:52 +00:00
  • ddb166e238 Bug: LGTM issue with missing copy constructor Krishna Vedala 2020-06-24 13:38:37 -04:00
  • 4c6b3b86c1 formatting source-code for c7ff9d66f1 github-actions 2020-06-24 17:14:57 +00:00
  • c7ff9d66f1 feat: Add exit option Panquesito7 2020-06-24 12:12:30 -05:00
  • 5b3e30a937 docs: typo fixed Neeraj C 2020-06-24 20:52:32 +05:30
  • 5e3307620c feat: create math/armstrong_number.cpp Neeraj C 2020-06-24 20:46:23 +05:30