Commit Graph

  • c563fc6694 formatting source-code for 9bc80876e8 github-actions 2020-06-22 12:05:13 +00:00
  • 9bc80876e8 Merge pull request #855 from iamnambiar/master Krishna Vedala 2020-06-22 08:04:12 -04:00
  • bd6b24ec15 Documentation for 98b2609e1b github-actions 2020-06-22 11:54:53 +00:00
  • 98b2609e1b Merge pull request #871 from kvedala/doc-fixes Krishna Vedala 2020-06-22 07:51:30 -04:00
  • ef957bae98 removed scaling during assert checks Krishna Vedala 2020-06-21 23:08:53 -04:00
  • 957fe5c6ce fixed doc for #define Krishna Vedala 2020-06-21 23:05:36 -04:00
  • 1c4026bca1 updating DIRECTORY.md github-actions 2020-06-22 02:31:55 +00:00
  • db0fc17efb feat: added brent's mthod to find extrema of a unimodal real function with real variables Krishna Vedala 2020-06-21 22:30:23 -04:00
  • 744da70bbf added see-also reference to brents method Krishna Vedala 2020-06-21 22:28:50 -04:00
  • 433f129080 Merge pull request #3 from TheAlgorithms/master liushubin-gitHub 2020-06-22 09:44:02 +08:00
  • e71ee9ccb0 better documentation of algorithm Krishna Vedala 2020-06-21 18:30:31 -04:00
  • 21e93919f3 limit print precision to 9 decimals Krishna Vedala 2020-06-21 17:50:04 -04:00
  • 9c186095a8 print number of steps taken for convergence Krishna Vedala 2020-06-21 17:31:53 -04:00
  • 00dda54f4f ensure search window is increasing and greater than tolerance Krishna Vedala 2020-06-21 17:12:18 -04:00
  • 42b56da681 Documentation for d9fc878962 github-actions 2020-06-21 19:44:25 +00:00
  • d9fc878962 fix: Remove FenwickTree (#856) matgrz1993 2020-06-21 21:41:08 +02:00
  • a2ddeffa2d Documentation for a48d05fb62 github-actions 2020-06-21 17:43:25 +00:00
  • 0f5e880376 updating DIRECTORY.md github-actions 2020-06-21 17:42:10 +00:00
  • bbe1ff1286 formatting source-code for a48d05fb62 github-actions 2020-06-21 17:42:09 +00:00
  • a48d05fb62 feat: Added a probabilistic Miller-Rabin Primality Test (#845) Taj 2020-06-21 18:40:57 +01:00
  • cc72fb75d4 Documentation for de70c5d864 github-actions 2020-06-21 16:01:01 +00:00
  • de70c5d864 [Bug Fix] of sorting/heapsort.cpp (#873) Ayaan Khan 2020-06-21 21:28:00 +05:30
  • d8e76eda6f added limits header file Krishna Vedala 2020-06-21 00:21:54 -04:00
  • bf2b703131 remove redundant header includes Krishna Vedala 2020-06-21 00:18:34 -04:00
  • 33b8169f41 updating DIRECTORY.md github-actions 2020-06-21 04:10:37 +00:00
  • b5e25f44cf added minima algorithm using golden section search Krishna Vedala 2020-06-21 00:09:09 -04:00
  • 4eee4ee7da enable AlignConsecutiveMacros Krishna Vedala 2020-06-20 22:16:37 -04:00
  • 721d2feaa3 Documentation for edc17ec9e8 github-actions 2020-06-20 17:37:02 +00:00
  • edc17ec9e8 Fixed Bug in sorting/merge_sort.cpp (#872) Ayaan Khan 2020-06-20 23:04:56 +05:30
  • f7a8b7a85f Update math/sum_of_digits.cpp Neeraj C 2020-06-20 21:09:43 +05:30
  • 00fab77412 set epsilon to 1e-10 and update documentation Krishna Vedala 2020-06-19 18:26:15 -04:00
  • 5111c2cf59 set author after program details Krishna Vedala 2020-06-19 18:19:20 -04:00
  • 2ad1b72f6c make epsilon equal system epsilon Krishna Vedala 2020-06-19 18:17:16 -04:00
  • ba2f1ed12d update documentation Krishna Vedala 2020-06-19 18:12:35 -04:00
  • 405c4ee254 update image and details section of documentation Krishna Vedala 2020-06-19 18:10:57 -04:00
  • f70f67a733 Documentation for 69f7c9c6e1 github-actions 2020-06-20 11:29:39 +00:00
  • 69f7c9c6e1 [fix] Enable CI for pull_requests (#864) Krishna Vedala 2020-06-20 07:27:41 -04:00
  • 9decabb6ad Documentation for f541be9724 github-actions 2020-06-19 16:11:27 +00:00
  • 0224363803 formatting source-code for f541be9724 github-actions 2020-06-19 16:10:22 +00:00
  • f541be9724 Merge branch 'master' into master Ayaan Khan 2020-06-19 21:39:02 +05:30
  • 93021161c2 Documentation for aaa08b0150 github-actions 2020-06-19 16:07:44 +00:00
  • aaa08b0150 Major rework to improve code quality and add automation checks (#805) Krishna Vedala 2020-06-19 12:04:56 -04:00
  • 4c261744f6 making branch gh-pages empty [deleted all files] (#859) Ayaan Khan 2020-06-19 20:41:13 +05:30
  • 5d5ee0a5a7 Merge pull request #3 from TheAlgorithms/master Ayaan Khan 2020-06-19 17:33:19 +05:30
  • d9e3053fad fix: formatting code style. Neeraj C 2020-06-18 11:04:27 +05:30
  • 05aa382a16 docs: comment space fix Neeraj C 2020-06-16 08:05:06 +05:30
  • 12f0ec3c45 test: add two test functions Neeraj C 2020-06-16 08:03:14 +05:30
  • 2191ef4881 fix: whitespace issue in sum_of_digits Neeraj C 2020-06-15 23:26:58 +05:30
  • d86a9b56df fix: sum of digits bug Neeraj C 2020-06-15 23:17:50 +05:30
  • de4578c1a4 feat: add sum of digits Neeraj C 2020-06-15 22:11:20 +05:30
  • 70a2aeedc3 updating DIRECTORY.md github-actions 2020-06-13 15:45:53 +00:00
  • 026557115c Adding algorithm to check if number is prime or not. (#834) Omkar Langhe 2020-06-13 21:15:37 +05:30
  • 1da2ffb57a Merge pull request #2 from TheAlgorithms/master Ayaan Khan 2020-06-13 04:19:51 +05:30
  • 2829734532 updating DIRECTORY.md github-actions 2020-06-12 22:47:55 +00:00
  • 1b5dee74c0 feat: Added a function for finding the least common multiple (#840) Taj 2020-06-12 23:47:32 +01:00
  • 55c21c86e1 updating DIRECTORY.md github-actions 2020-06-02 15:13:18 +00:00
  • 4c729bffa0 feat: Modern Trie with better memory management John Law 2020-06-02 17:12:57 +02:00
  • 46aba07f20 updating DIRECTORY.md github-actions 2020-05-30 14:58:01 +00:00
  • 0eedbb34a4 feat: added a new algorithm to find whether two line segment intersec… (#796) Sajied Shah Yousuf 2020-05-30 20:57:45 +06:00
  • 0101f0ce28 Add copyright header and improve comments Anmol3299 2020-05-30 02:24:14 +05:30
  • 517f71a2dd minor fix to code style Anmol3299 2020-05-30 01:57:16 +05:30
  • 1f55da9444 feat: Modern trie code with better memory management Anmol3299 2020-05-30 01:49:13 +05:30
  • 326b3037b4 free dynamically allocated memory Ayaan Khan 2020-05-27 22:39:19 +05:30
  • 5a54093484 updating DIRECTORY.md github-actions 2020-05-27 13:24:42 +00:00
  • c2cde125dd Added documentation (#802) Ayaan Khan 2020-05-27 18:54:19 +05:30
  • fb1d69fb14 further improved comment blocks Ayaan Khan 2020-05-27 18:51:05 +05:30
  • 50d6a14b2a modified comment block Ayaan Khan 2020-05-27 18:48:22 +05:30
  • c1764bd197 Added breif comments on functions Ayaan Khan 2020-05-27 18:43:57 +05:30
  • 69f9210c17 Added documentation Ayaan Khan 2020-05-27 18:17:28 +05:30
  • d86ff19d44 updating DIRECTORY.md github-actions 2020-05-27 12:14:45 +00:00
  • 011053eea8 Merge pull request #800 from ayaankhan98/master Ayaan Khan 2020-05-27 17:44:26 +05:30
  • ee3547fafc Correction : Fixed Array Overflow Ayaan Khan 2020-05-27 15:41:15 +05:30
  • f22baf1921 Merge pull request #1 from TheAlgorithms/master Ayaan Khan 2020-05-27 15:39:54 +05:30
  • 30eb4bcc7c Merge pull request #798 from liushubin-gitHub/patch-1 Sombit Bose 2020-05-27 10:11:48 +05:30
  • 030348a284 Update doubly_linked_list.cpp liushubin-gitHub 2020-05-27 10:03:54 +08:00
  • 6b55d4472f updating DIRECTORY.md github-actions 2020-05-25 15:18:11 +00:00
  • 1f07064a78 feat : find maximum flow in a graph (#791) Amit Kumar 2020-05-25 20:47:55 +05:30
  • 258200ec9f updating DIRECTORY.md github-actions 2020-05-24 12:09:31 +00:00
  • 432f0241de Merge pull request #789 from offamitkumar/master Ayaan Khan 2020-05-24 17:39:12 +05:30
  • 2f68e1a7a3 Update CONTRIBUTION.md Christian Clauss 2020-05-24 08:52:09 +02:00
  • b1bacb03b5 updating DIRECTORY.md github-actions 2020-05-24 06:47:38 +00:00
  • 9530dddacc Delete Jump_Search.cpp Christian Clauss 2020-05-24 08:47:27 +02:00
  • 54248a101f feat : bridge finding with tarjan algorithm Amit Kumar 2020-05-24 11:52:29 +05:30
  • 0472939503 CONTRIBUTING.md: Don’t open issues asking to be assigned (#788) Christian Clauss 2020-05-24 08:07:02 +02:00
  • d7763a549c Delete factorial.o Christian Clauss 2020-05-24 06:44:48 +02:00
  • 34337c7bc3 updating DIRECTORY.md github-actions 2020-05-24 04:44:27 +00:00
  • 303311def5 Rename Search/jump_search.cpp to search/jump_search.cpp Christian Clauss 2020-05-24 06:44:04 +02:00
  • 09d40e008a updating DIRECTORY.md github-actions 2020-05-24 04:42:45 +00:00
  • 6a5c5de7be Delete factorial.cpp Christian Clauss 2020-05-24 06:42:31 +02:00
  • f487a98077 Delete factorial.exe Christian Clauss 2020-05-24 06:41:50 +02:00
  • 4a67b974d2 .vscode: Set C_Cpp.clang_format_style Christian Clauss 2020-05-24 06:39:18 +02:00
  • 1c19d850e0 updating DIRECTORY.md github-actions 2020-05-23 16:13:05 +00:00
  • 4f45890e50 Update .gitignore Christian Clauss 2020-05-23 18:12:44 +02:00
  • 9f8aef5f11 Merge pull request #569 from nirmay0503/master Anup Kumar Panwar 2020-05-23 00:49:32 +05:30
  • 6c85b7587d Merge pull request #601 from SaiEashwarKS/patch-2 Anup Kumar Panwar 2020-05-23 00:48:36 +05:30
  • 846dbc005b Merge pull request #727 from DarkWarrior703/patch-5 Anup Kumar Panwar 2020-05-23 00:46:45 +05:30
  • 22a5e863fd Merge pull request #734 from faizanahamed1414/patch-2 Anup Kumar Panwar 2020-05-23 00:01:16 +05:30
  • b59b70718d Merge pull request #735 from RobotRage/bayes-theorem Anup Kumar Panwar 2020-05-22 23:45:23 +05:30
  • 2c5eab2b66 Merge pull request #736 from RobotRage/binomial-dist Anup Kumar Panwar 2020-05-22 23:44:57 +05:30
  • 400a28499e Merge pull request #741 from deadshotsb/master Anup Kumar Panwar 2020-05-22 23:44:32 +05:30