Commit Graph

  • df44d1b703 Update CONTRIBUTING.md (#1250) Christian Clauss 2019-10-02 18:19:00 +02:00
  • b738281f2b maths-polynomial_evalutation (#1214) Shoaib Asgar 2019-10-01 12:28:00 +05:30
  • 189b350312 Deque (#1200) yijoonsu 2019-09-30 23:27:41 +09:00
  • 4617aa78b2 DBSCAN algorithm (#1207) Kaushik Amar Das 2019-09-29 14:14:41 +05:30
  • a79fc2b92a Fix the build typo: fn --> fn1 (#1205) Christian Clauss 2019-09-26 17:32:04 +02:00
  • 2375bfbee5 Adding stooge sort (#1206) Charitoc 2019-09-26 18:19:01 +03:00
  • 6ac7b1387f Min head with decrease key functionality (#1202) Raj 2019-09-25 15:03:31 -07:00
  • e40d4a25f9 Added Matrix Exponentiation (#1203) Aniruddha Bhattacharjee 2019-09-25 23:38:45 +05:30
  • 01601e6382 Add disjoint set (#1194) luoheng 2019-09-23 11:08:20 +08:00
  • 837bfffd99 Rename sorted_vector_machines.py to support_vector_machines.py (#1195) Holden-Lin 2019-09-22 22:56:32 +08:00
  • 04962c0d17 Fix lgtm error display #1024 (#1190) Denis Trofimov 2019-09-21 17:23:34 +03:00
  • a2b5a90c11 Added sequential minimum optimization algorithm for SVM (#508) BAKEZQ 2019-09-18 22:01:05 +08:00
  • 768700b91f Add delete to trie.py + tests (#1177) Sangeet K 2019-09-13 13:24:25 -07:00
  • 6fa3c0b170 Add Flake8 F4 Tests to .travis.yml (#974) PatOnTheBack 2019-09-13 12:07:24 +00:00
  • f8e30cfab1 Digital Image Processing Tests (#1178) Marvin M. Michum 2019-09-13 07:40:14 -04:00
  • 47d17951b8 Add Kth lexicographic permutation (#1179) Kiril Bangachev 2019-09-13 07:13:55 -04:00
  • 030600f9b3 Update matrix_class.py (#1175) Christian Clauss 2019-09-10 07:49:07 +02:00
  • 3c3f92db53 Add problem 67 solution (#1170) Simon Landry 2019-09-08 04:40:07 -04:00
  • 5b483be73b Added OOP approach to matrices (#1165) Jasper 2019-09-08 01:07:14 -04:00
  • a41a14f9d8 Add radix2 FFT (#1166) KirilBangachev 2019-09-06 12:06:56 +03:00
  • ab25079e16 Update DIRECTORY (#1161) Jai Kumar Dewani 2019-09-06 14:32:37 +05:30
  • 2dfe01e4d8 Fully refactored the rod cutting module. (#1169) Maxwell Aladago 2019-09-05 02:22:06 -04:00
  • f31a812c46 Add Binomial Heap (#1146) KirilBangachev 2019-09-05 08:58:38 +03:00
  • a4ed40be86 changing typo (#1168) Maxwell Aladago 2019-09-04 16:06:44 -04:00
  • 9492e7af7c Created Sherman Morrison method (#1162) McDic 2019-09-03 16:02:53 +09:00
  • d567a9eb8c solution to problem 551 from project euler (#1164) b63 2019-09-01 01:07:31 -05:00
  • d4151bd516 Fix possible error in longest_common_subsequence.py (#1163) Rwithik Manoj 2019-08-31 17:10:50 +05:30
  • d327f10702 Update stale.yml Rohit Gupta 2019-08-29 00:53:42 +05:30
  • 82a079c209 add .github/stale.yml (#1158) Harshil 2019-08-28 17:16:12 +02:00
  • 2f8516e561 implementation of sorted vector machines (#1156) Riemann 2019-08-28 16:26:43 +05:30
  • e694e596a3 Added a few doctests for traversals (#1149) Nishant Aklecha 2019-08-25 17:44:17 +05:30
  • 47cb394b5c added doctests for compare_string and is_for_table (#1138) pathak-deep15 2019-08-22 22:25:41 +05:30
  • 2304e31994 Fixing lgtm issue in basic graphs (#1141) Hector S 2019-08-20 01:02:43 -04:00
  • 47a9ea2b0b Simplify code by dropping support for legacy Python (#1143) Christian Clauss 2019-08-19 15:37:49 +02:00
  • 32aa7ff081 ENH: refactored longest common subsequence, also fixed a bug with the sequence returned (#1142) Maxwell Aladago 2019-08-19 03:40:36 -04:00
  • 5d46a4dd7b ENH: Added a functionality to make it possible to reconstruct an optimal subset for the dynamic programming problem (#1139) Maxwell Aladago 2019-08-19 01:39:39 -04:00
  • 05c9a05f36 ENH: two algorithms for the convex hull problem of a set of 2d points on a plain (#1135) Maxwell Aladago 2019-08-17 11:36:31 -04:00
  • a18a8fe2b9 Update .gitignore to remove __pycache__/ (#1127) Christian Clauss 2019-08-17 00:46:33 +02:00
  • 5bdcd4836c EHN: A divide-and-conquer, and brute-force algorithms for array inversions co… (#1133) Maxwell Aladago 2019-08-15 14:07:43 -04:00
  • 3e69733e44 Remove 'python' from the filename (#1130) Christian Clauss 2019-08-15 13:19:38 +02:00
  • 27205d4548 Update DIRECTORY.md (#1129) Christian Clauss 2019-08-14 23:24:58 +02:00
  • 8eab2f17f4 Solution for Problem Euler 56 (#1131) Alok Shukla 2019-08-13 22:46:11 +05:30
  • f3c0b132bc Added sudoku solving program in backtracking algorithms (#1128) adith bharadwaj 2019-08-13 19:21:06 +05:30
  • dc2b575274 Add doctests to networking_flow/minimum_cut.py (#1126) Christian Clauss 2019-08-13 11:59:49 +02:00
  • c74fd0c9bf Add maths/test_prime_check.py (#1125) Christian Clauss 2019-08-13 11:50:13 +02:00
  • 4fea48072a Add type hints to binary_tree_traversals.py (#1123) Christian Clauss 2019-08-12 17:59:59 +02:00
  • 158b319d22 New linear algebra algorithm (#1122) Niclas Dern 2019-08-12 09:13:57 +02:00
  • 55cea57ffa Fix tests for file_transfer and perceptron.py (#1121) Christian Clauss 2019-08-11 13:00:58 +02:00
  • 36684db278 Travis CI: Add pytest --doctest-modules machine_learning (#1016) Christian Clauss 2019-08-10 22:48:00 +02:00
  • 91c3c98d2b Rename file_transfer and linear_algebra (#1118) Christian Clauss 2019-08-09 21:37:16 +02:00
  • c686cc5863 fix outdated fork error (#1117) Marvin M. Michum 2019-08-08 11:59:15 -04:00
  • 3ba67c7d2d rename non-ftp files (#1116) AlexDvorak 2019-08-07 16:02:31 -04:00
  • 32c0418f63 Infinite loop was fixed. (#1105) Amrit Khera 2019-08-08 01:09:44 +05:30
  • c92d06bf1f Delete redundant files (#1115) John Law 2019-08-08 01:35:36 +08:00
  • 9456e81437 Seperate client and server of FTP (#1106) AlexDvorak 2019-08-07 09:44:48 -04:00
  • 561a41464f Travis CI: Run each failing pytest in allow_failures mode (#1087) Christian Clauss 2019-08-06 21:53:12 +02:00
  • 7cf3db1843 Add test for QuadraticEquation() (#1107) Christian Clauss 2019-08-06 21:32:27 +02:00
  • 7b5a18453b print() is a function just like every other function (#1104) Christian Clauss 2019-08-06 21:31:45 +02:00
  • 762482dc40 Update closest_pair_of_points.py (#1109) Harshil 2019-08-06 21:31:03 +02:00
  • d21b4cfb48 Added pytests to hashes/md5.py (#1100) QuantumNovice 2019-08-06 16:16:30 +05:00
  • 89acf5d017 print() is a function just like every other function (#1101) Christian Clauss 2019-08-06 12:14:23 +02:00
  • 6654e1ec7d remove from __future__, propre filename (#1102) Harshil 2019-08-06 11:41:23 +02:00
  • 58126406fd pytests for closest_pair_of_points.py (#1099) rsun0013 2019-08-06 19:17:17 +10:00
  • 22d2453773 Create Quadratic Equations(Complexes Numbers) (#941) AugustofCravo 2019-08-05 21:22:34 -03:00
  • 47bc34ac26 Added pytests to sha1.py (#1098) QuantumNovice 2019-08-06 05:06:15 +05:00
  • 4437439363 Added Unicode test to strings/rabin_karp.py (#1096) Hector S 2019-08-05 01:07:52 -04:00
  • 87a789af51 Boolean algebra pytests (#1097) Marvin M. Michum 2019-08-05 01:05:36 -04:00
  • bdbe682568 Zeller's Congruence Algorithm (#1095) Marvin M. Michum 2019-08-04 23:22:28 -04:00
  • e313141904 bin(num). convert ZERO and negative decimal numbers to binary. (#1093) Syed Waleed Hyder 2019-08-03 20:00:10 +02:00
  • 9c0cbe3307 Create collatz_sequence.py (#639) Sanders Lin 2019-08-01 23:54:03 +08:00
  • 7b267e5e4f Fix data_structures to pass our Travis CI pytests (#1088) Christian Clauss 2019-07-31 17:14:35 +02:00
  • 4a5589f4fc project_euler/problem_10 (#1089) vinayak 2019-07-31 16:50:32 +05:30
  • e58a5e6842 Update tim_sort.py (#972) FrogBattle 2019-07-30 17:06:48 +01:00
  • 861a8c3631 Add Lucas_Lehmer_primality_test (#1050) obelisk0114 2019-07-30 09:00:24 -07:00
  • a9ecdb33ca Validate Python filenames (#1086) Christian Clauss 2019-07-30 12:02:13 +02:00
  • 7b2c954169 LargestOfVeryLargeNumbers (#818) Abhijeeth S 2019-07-30 12:17:54 +05:30
  • a0817bdcf0 Rewrite build_directory_md.py (#1076) Christian Clauss 2019-07-28 17:27:23 +02:00
  • 3b63857b65 added automated doctest to decimal_to_hexadecimal.py in conversions (#1071) Jasper 2019-07-26 12:28:32 -04:00
  • 46bc6738d7 Add doctest to maths/sieve_of_eratosthenes.py and remove other/finding_primes.py (#1078) obelisk0114 2019-07-26 03:25:38 -07:00
  • c27bd5144f in_static_equilibrium checks if a 2D static system is in equilibrium (#1062) QuantumNovice 2019-07-25 23:38:24 +05:00
  • 3c8e9314b6 Travis CI: Add a flake8 test for unused imports (#1038) Christian Clauss 2019-07-25 09:49:00 +02:00
  • 46bcee0978 Add badges to the top of README.md (#1064) QuantumNovice 2019-07-24 17:34:22 +05:00
  • 7c3ef98853 Implement ruling hash to appropriate complexity of Rabin Karp (#1066) Md. Mahbubur Rahman 2019-07-24 18:32:05 +09:00
  • b2ed8d443c rotate_matrix.py: Add type hints for return values (#1023) Christian Clauss 2019-07-23 00:07:09 +02:00
  • 05e567c2f9 Code to change contrast (#1060) QuantumNovice 2019-07-21 16:03:39 +05:00
  • c964d743b6 Added Mobius Function (#1058) QuantumNovice 2019-07-21 13:35:42 +05:00
  • 93fdc9f2a1 Travis CI: Add pytest --doctest-modules maths (#1020) Christian Clauss 2019-07-21 08:16:28 +02:00
  • b35f5d971b Update CONTRIBUTING.md (#1059) John Law 2019-07-21 00:40:00 +08:00
  • 0f09530707 dijkstra.py: Use r"strings" to fix two pylint warnings (#1052) Christian Clauss 2019-07-20 18:31:08 +02:00
  • 5b5beb61d6 Update newton_raphson_method.py (#1057) QuantumNovice 2019-07-20 20:33:04 +05:00
  • 61fec83242 Adds Gaussian Function in maths section (#1054) QuantumNovice 2019-07-20 17:32:40 +05:00
  • f5e6d4e8cd Update DIRECTORY.md (#1046) Christian Clauss 2019-07-20 09:36:55 +02:00
  • 4e0717c3cf Add error & test checks for matrix_operations.py (#925) Stephen Gemin 2019-07-19 23:06:29 -04:00
  • dc1de946ea Use correct function names in nth_fibonacci_using_matrix_exponentiation.py (#1045) cclauss 2019-07-19 10:55:45 +02:00
  • 60c608d85a Added matrix exponentiation approach for finding fibonacci number. (#1042) Md. Mahbubur Rahman 2019-07-19 16:41:37 +09:00
  • 9fcfe6a02b Commented doctests that were causing slowness at Travis. #2 (#1041) Bruno Simas Hadlich 2019-07-19 01:33:28 -03:00
  • f7ac8b5ed0 Commented doctests that were causing slowness at Travis. (#1039) Bruno Simas Hadlich 2019-07-18 19:34:29 -03:00
  • 9f8953dc0c Update find_lcm.py (#1019) thiru15 2019-07-19 03:10:51 +05:30
  • f438440ac5 Fixes for issue "Fix the LGTM issues #1024" (#1034) Bruno Simas Hadlich 2019-07-18 14:05:14 -03:00
  • 9a55f2b36a Remove the space: lucas series.py --> lucas_series.py (#1036) cclauss 2019-07-18 18:15:54 +02:00