Commit Graph

  • e9865ae611 Update temperature_conversions.py (#2522) Sabari Ganesh 2020-10-03 22:02:58 +05:30
  • 43f92490fe Update insert sort (#2493) Du Yuanchao 2020-10-03 23:19:08 +08:00
  • 6a395456ee Created problem_112.py in project_euler (#2532) Kushagra Bansal 2020-10-03 14:08:56 +05:30
  • 5903948cf3 Fixes: #2404. Fix PIL DeprecationWarnings in pytest output (#2678) Dmytro Litvinov 2020-10-03 10:22:22 +03:00
  • 9b3f7c36d0 Test random input for bubble sort (#2492) Du Yuanchao 2020-10-02 13:55:58 +08:00
  • 2388bf4e17 Add type hints to strings/min_cost_string_conversion.py (#2337) Eugeniy Orlov 2020-10-01 04:04:31 +03:00
  • 2fa009aa53 Fix bucket sort (#2494) Du Yuanchao 2020-10-01 08:53:42 +08:00
  • ddfa9e4f22 Travis CI: Remove redundant tests (#2523) Christian Clauss 2020-09-30 19:26:38 +02:00
  • 7a502708e0 Add badges for code style and pre-commit in README.md (#2516) Dhruv 2020-09-30 20:10:20 +05:30
  • acaeb22bbd Add GitHub action for pre-commit (#2515) Dhruv 2020-09-30 18:53:34 +05:30
  • ae65f55de3 Add pre-commit hook for TheAlgorithms/Python (#2511) Dhruv 2020-09-30 14:09:14 +05:30
  • 0a42ae9095 Fix all errors mentioned in pre-commit run (#2512) Dhruv 2020-09-30 14:08:00 +05:30
  • e6e2dc69d5 Create instagram_crawler.py (#2509) YOGESHWARAN R 2020-09-29 21:34:55 +05:30
  • e166350509 Update sorts/quick_sort_3_partition.py (#2507) Lewis Tian 2020-09-29 19:55:48 +08:00
  • d95d643351 Heaps algorithm (#2475) Guillaume Rochedix 2020-09-29 12:39:07 +02:00
  • 04322e67e5 Heaps algorithm iterative (#2505) Guillaume Rochedix 2020-09-29 12:38:12 +02:00
  • 9016fe192f Fix imports for all namespace packages (#2506) Dhruv 2020-09-29 03:11:04 +05:30
  • 48357cea5b Add __init__.py files in all the directories (#2503) Dhruv 2020-09-28 23:12:36 +05:30
  • 121dddc7f2 Update maths/area.py (#2501) Lewis Tian 2020-09-28 22:40:47 +08:00
  • 1b637ba8ed Create vector3_for_2d_rendering.py (#2496) xcodz-dot 2020-09-28 15:13:34 +05:30
  • ceacfc6079 Add algorithm for testing Project Euler solutions (#2471) Dhruv 2020-09-28 11:48:19 +05:30
  • 187e8ccc95 Small fix (#2498) Dhruv 2020-09-27 18:35:09 +05:30
  • 8904af98a1 Optimization for pangram string (#2473) Du Yuanchao 2020-09-26 22:58:59 +08:00
  • 7446e69571 Gradient Boosting Regressor (#2298) Abdoulaye Balde 2020-09-26 14:58:29 +00:00
  • 7f48bb8c95 Updated circular_linked_list (#2483) Du Yuanchao 2020-09-26 22:57:09 +08:00
  • db0db01d87 Use self-documenting option instead of cryptic option (#2487) Christian Clauss 2020-09-26 16:54:41 +02:00
  • 72fe611462 Updated lower and upper (#2468) Du Yuanchao 2020-09-26 01:58:40 +08:00
  • e92cd9d5c5 Update morse_code_implementation.py (#2386) Thomas Voss 2020-09-25 19:03:15 +02:00
  • b81fcef66b Fixed linked list bug (#2481) Du Yuanchao 2020-09-26 00:08:57 +08:00
  • 18f1dcd48a Updated singly_linked_list (#2477) Du Yuanchao 2020-09-25 22:09:29 +08:00
  • a196a36514 Fixed bugs (#2474) Du Yuanchao 2020-09-25 21:20:09 +08:00
  • 53c2a24587 added type hints and doctests for minimax algorithm (#2478) Abdujabbar Mirkhalikov 2020-09-25 18:16:05 +05:00
  • daa1b4d70f Created problem_97 in project euler (#2476) Kushagra Bansal 2020-09-25 15:22:19 +05:30
  • f564c9d7c6 Wiggle sort (#2419) Guillaume Rochedix 2020-09-25 09:18:00 +02:00
  • 08eb1efafe Add solution() for problem 54 of Project Euler (#2472) Dhruv 2020-09-24 18:46:55 +05:30
  • 3a275caf01 Fixed remove duplicate (#2470) Du Yuanchao 2020-09-24 19:14:52 +08:00
  • 902fe1c907 Fixed reverse words algorithm (#2469) Du Yuanchao 2020-09-24 19:12:52 +08:00
  • 4a3b8d682e Added binary_xor_operator.py and binary_and_operator.py (#2433) Vivek 2020-09-24 13:00:22 +05:30
  • 5f9be0a613 Add Python type hints and doctests to other/two_sum.py (#2467) spamegg 2020-09-23 22:55:51 +03:00
  • 9200a2e543 from __future__ import annotations (#2464) Christian Clauss 2020-09-23 13:30:13 +02:00
  • 6e6a49d19f Config Travis CI for two jobs (#2463) Dhruv 2020-09-23 16:54:32 +05:30
  • a1ea76bcf3 Optimization problem_10 in project_euler (#2453) Du Yuanchao 2020-09-22 21:15:11 +08:00
  • 718be54dbb Update sol1.py (#2455) Abhinav Anand 2020-09-21 01:03:26 +05:30
  • ea0759dbaa Create problem_54 in project Euler (#2451) Dhruv 2020-09-20 17:22:13 +05:30
  • 9b73884def Added a function that checks if given string can be rearranged to form a palindrome. (#2450) Susmith98 2020-09-20 01:19:37 +05:30
  • b05081a717 Update and rename bin_to_octal.py to binary_to_octal.py (#2449) Christian Clauss 2020-09-19 08:58:08 +02:00
  • b22596cd96 bin_to_octal (#2431) mohammadreza490 2020-09-19 06:36:56 +01:00
  • 697495b017 Fix copy / paste oversight (#2448) Christian Clauss 2020-09-19 07:25:18 +02:00
  • 363858ef3b hyphen_files = [file for file in filepaths if "-" in file] (#2447) Christian Clauss 2020-09-19 07:13:10 +02:00
  • ecac7b0973 Contains loops.py add (#2442) kanthuc 2020-09-18 13:53:50 -07:00
  • dc415ec14a Added double linear search recursion (#2445) Du Yuanchao 2020-09-18 15:55:02 +08:00
  • 0dea049f44 Added static type checking to polynom-for-points.py towards issue #2128 (#2335) avych 2020-09-18 12:07:49 +05:30
  • 2de2267319 Updated problem_06 in Project Euler (#2439) Du Yuanchao 2020-09-17 17:37:53 +08:00
  • 86fb2991d5 Corrected filename and include static types (#2440) poloso 2020-09-17 02:41:10 -05:00
  • 1ac75f4683 Create priority_queue_using_list.py (#2435) Ashley Jeji George 2020-09-16 22:12:53 +05:30
  • cbbc43ba3a Updated problem_04 in project_euler (#2427) Du Yuanchao 2020-09-15 04:33:08 +08:00
  • 10aa214fcb Docstrings and formatting improvements (#2418) Hasenn 2020-09-14 14:40:27 +02:00
  • 799fde4c07 Update linear_search.py (#2422) Ashley Jeji George 2020-09-14 16:14:46 +05:30
  • 4e5b730e85 recaptchaVerification (#2417) Santosh Mohan Rajkumar 2020-09-14 01:56:15 +05:30
  • 44b8cb0c81 Updated Stack (#2414) Du Yuanchao 2020-09-13 19:56:03 +08:00
  • d6bff5c133 Renamed files and fixed Doctest (#2421) Du Yuanchao 2020-09-13 19:27:20 +08:00
  • 20e98fcded Fix some warnings from LGTM (#2420) Hasenn 2020-09-13 10:11:27 +02:00
  • f754c0d31f Jump search (#2415) Guillaume Rochedix 2020-09-12 07:50:12 +02:00
  • 2e790ce4ca file-transfer: writing tests and ensuring that all is going well (#2413) Meysam 2020-09-12 01:43:43 +04:30
  • c676956030 lxmlCovidDataFetch (#2416) Santosh Mohan Rajkumar 2020-09-12 01:55:05 +05:30
  • a191f89fe2 Fix Non Recursive Depth First Search (#2207) Marcos Cannabrava 2020-09-11 11:23:26 -03:00
  • 1b3fec3f1f binary_to_decimal converter (#2400) mohammadreza490 2020-09-11 05:16:43 +01:00
  • 696cd47e15 octal_to_decimal converter (#2399) mohammadreza490 2020-09-10 09:37:29 +01:00
  • 4d0a8f2355 Optimized recursive_bubble_sort (#2410) Du Yuanchao 2020-09-10 16:31:26 +08:00
  • 25946e4570 Update scoring_functions.py (#2291) Tanuj Dhiman 2020-09-09 22:34:46 +05:30
  • c0dcc556b3 Update triplet_sum.py (#2404) NEERAJ ADITYANANTH POLAMPALLI 2020-09-06 14:10:46 +05:30
  • 3b1c4f72ce changed a typo (#2396) NEERAJ ADITYANANTH POLAMPALLI 2020-09-05 16:39:18 +05:30
  • 1385e47c36 Create hexadecimal_to_decimal (#2393) mohammadreza490 2020-09-04 14:48:44 +01:00
  • c38dec091f capitalize (#2389) mohammadreza490 2020-09-03 15:11:23 +01:00
  • a1d1a44f51 added idf-smooth (#2174) Shubham Shaswat 2020-09-02 23:03:12 +05:30
  • e92e433dbe Update CONTRIBUTING.md (#2378) Muskan Kumar 2020-09-01 01:04:44 +05:30
  • 80daa5750a Fix bugs and add related tests (#2375) 小么小儿郎EL 2020-09-01 00:55:56 +08:00
  • 472f63eaa5 Adding type hints to RedBlackTree (#2371) kanthuc 2020-08-30 12:22:36 -07:00
  • 8c191f1fc9 Added type hints for maths/fibonacci_sequence_recursion. (#2372) Björn Olsson Jarl 2020-08-30 10:51:45 +02:00
  • ab5a046581 Added type hints and doctest for maths/prime_check. (#2367) Björn Olsson Jarl 2020-08-29 17:11:02 +02:00
  • f2f0425357 Created ugly_numbers.py in Python/maths (#2366) Kushagra Bansal 2020-08-29 20:27:34 +05:30
  • 1f5134b368 Create alternate_disjoint_set.py (#2302) Aanuoluwapo Babajide 2020-08-28 17:25:02 +01:00
  • 5ef784331e Created triplet_sum in Python/other (#2362) Kushagra Bansal 2020-08-28 19:20:35 +05:30
  • 194b56d376 Created problem_63 in project_euler (#2357) Kushagra Bansal 2020-08-27 17:10:03 +05:30
  • cf385ad7ef Update merge_sort.py (#2356) wuyudi 2020-08-27 15:45:03 +08:00
  • 61dde44434 Added binery_or_operator.py to bit manipulation file (#2331) Firejay3 2020-08-27 15:09:42 +08:00
  • 30126c26dd Added enigma machine emulator (#2345) TrapinchO 2020-08-26 21:52:17 +02:00
  • 9aa10ca358 Created problem_55 in project_euler (#2354) Kushagra Bansal 2020-08-26 17:01:13 +05:30
  • 2c0127d71a Perfect square using binary search (#2351) Iheb Haboubi 2020-08-25 20:26:11 +01:00
  • ee914c751c Delete sleep_sort.py (#2352) Christian Clauss 2020-08-25 15:48:04 +02:00
  • e77600638d Travis CI: Identify our ten slowest pytests (#2350) Christian Clauss 2020-08-25 15:47:06 +02:00
  • 402ba7f49a Created problem_45 in project_euler and Speed Boost for problem_34/sol1.py (#2349) Kushagra Bansal 2020-08-25 17:18:19 +05:30
  • 5cfc017ebb Created problem_44 in project_euler (#2348) Kushagra Bansal 2020-08-25 13:16:13 +05:30
  • f8c57130f2 lazy_segment_tree.py-style-fixes (#2347) kanthuc 2020-08-24 00:52:02 -07:00
  • d402cd0b6e Fix SettingWithCopy warning by pandas (#2346) BAKEZQ 2020-08-23 19:40:57 +08:00
  • ee28deea4a Insertion sort : type hint, docstring (#2327) Guillaume Rochedix 2020-08-23 04:35:54 +02:00
  • a46b5559e0 Job fetching (#2219) Kaif Kohari 2020-08-22 03:28:26 +05:30
  • 6822d1afeb Update matrix_operation.py (#2344) wuyudi 2020-08-22 02:41:48 +08:00
  • ae33419c12 Created problem_46 in project_euler (#2343) Kushagra Bansal 2020-08-21 17:39:55 +05:30
  • 0bf1f22d37 Added function for finding K-th smallest element in BST (#2318) SiddhantBobde 2020-08-21 12:25:50 +05:30