Commit Graph

  • 9d745b6156 Add typehints ciphers and bool alg (#3264) Jenia Dysin 2020-10-16 09:11:52 +03:00
  • 5b024f4dd5 BROKEN BUILD: Fix a failing precommit test (#3344) Christian Clauss 2020-10-16 00:33:25 +02:00
  • cc050dbf5b test/graphs/prim: writing a test case to verify the correctness of the algorithm (#2454) Meysam 2020-10-15 22:40:35 +03:30
  • 83b825027e Graphs/kruskal: adding doctest & type hints (#3101) Meysam 2020-10-15 22:38:52 +03:30
  • 316fc41d6d Add solution for Project Euler problem 74. (#3125) fpringle 2020-10-15 20:58:15 +02:00
  • 2e90debab3 Tighten up quicksort() (#3319) Christian Clauss 2020-10-15 15:07:34 +02:00
  • f0033f87e0 Create natural_sort.py (#3286) Mozartus 2020-10-15 13:45:17 +02:00
  • 7c5cc28ba2 Revert recent changes to .pre-commit-config.yaml (#3318) Christian Clauss 2020-10-15 13:20:43 +02:00
  • e035c6164f add binary_tree_traversals.py to data_structures (#3297) Anshraj Shrivastava 2020-10-15 16:39:59 +05:30
  • 9482f6a5a9 Add solution for Project Euler problem 173. (#3075) fpringle 2020-10-15 12:06:40 +02:00
  • a119005135 Add solution for Project Euler problem 113 (#3109) fpringle 2020-10-15 11:59:53 +02:00
  • aeb6edc792 .pre-commit-config.yaml: Disable trailing-whitespace fixer (#3306) Christian Clauss 2020-10-15 11:11:22 +02:00
  • de2725f4ac Update mergesort.py (#2563) Akash G Krishnan 2020-10-15 14:00:12 +05:30
  • 44254cf112 Rename Project Euler directories and other dependent changes (#3300) Dhruv 2020-10-15 12:43:28 +05:30
  • 2d7e08ef83 Update README.md for Project Euler (#3256) Dhruv 2020-10-15 09:47:19 +05:30
  • 671ab1d863 Project Euler 62 Solution (#3029) Peter Yao 2020-10-14 20:43:39 -07:00
  • ed30749943 Added swap case program and removed unexpected expression part (#3212) Mayur Pardeshi 2020-10-15 03:49:00 +05:30
  • fda57d6924 codespell.yml: Remove unused install of flake8 (#3283) Christian Clauss 2020-10-14 13:32:47 +02:00
  • e3c07f987f Add skew heap data structure. (#3238) Phil Bazun 2020-10-14 12:35:53 +02:00
  • 5fcd250c99 Added decimal_to_binary_recursion.py (#3266) Mikail Farid 2020-10-14 11:27:08 +01:00
  • 75a9b460ad added script to perform quantum entanglement (#3270) NAVEEN S R 2020-10-14 15:55:20 +05:30
  • dc069580b9 Added binary tree mirror algorithm (#3159) Susmith98 2020-10-14 15:51:15 +05:30
  • f0aa63f0f9 Add randomized heap. (#3241) Phil Bazun 2020-10-14 12:17:02 +02:00
  • 35eefac359 fixed error (#3281) NAVEEN S R 2020-10-14 15:23:37 +05:30
  • f164e11db4 Update CODEOWNERS (#3280) mateuszz0000 2020-10-14 11:05:17 +02:00
  • 23ab159f30 Fix errors in Quantum algorithm (#3273) Dhruv 2020-10-14 11:28:52 +05:30
  • 34d63d5155 Fix Travis CI slow build on Project Euler Solution job (#3262) Dhruv 2020-10-13 22:43:40 +05:30
  • ca2d269ed2 Add Qiskit Quantum NOT Gate Example Code (#3255) Abhishek Jaisingh 2020-10-13 22:04:24 +05:30
  • 29b32d3553 Improve validate solutions script & fix pre-commit error (#3253) Dhruv 2020-10-13 15:41:12 +05:30
  • 6e01004535 Add First Quantum Qiskit Code Tutorial (#3173) Abhishek Jaisingh 2020-10-13 01:11:05 +05:30
  • 50d7ed8417 Add project euler problem 51 (#3018) Simon Landry 2020-10-12 13:10:29 -04:00
  • 695217e964 Update CODEOWNERS (#3235) Christian Clauss 2020-10-12 17:27:55 +02:00
  • 08c26e667b Update CODEOWNERS to add my preferences (#3233) Kushagra Bansal 2020-10-12 19:53:21 +05:30
  • 8f8d39d191 Add a solution to Project Euler 72 (#2940) Utkarsh Chaudhary 2020-10-12 19:46:15 +05:30
  • b6b025f25a Fix docstring for Euler problem 11, solution 1 (#3228) Kasper Primdal Lauritzen 2020-10-12 16:14:45 +02:00
  • 7b60cea490 Fix docstring for Euler problem 11, solution 2 (#3227) Kasper Primdal Lauritzen 2020-10-12 13:28:46 +02:00
  • 7a671483b6 Update README.md (#3221) forgithub0001 2020-10-12 14:10:42 +05:30
  • e551004551 Update CONTRIBUTING.md (#3223) forgithub0001 2020-10-12 14:08:50 +05:30
  • 69f9283825 Start running validate_solutions script for Travis CI (#3215) Dhruv 2020-10-12 11:29:39 +05:30
  • 3859c65995 Added rail fence cipher (#3188) PotatoK123 2020-10-12 06:07:45 +01:00
  • f7e7ad2ef6 CONTRIBUTING.md Jupyter files belong in the Jupyter repo. (#3211) Christian Clauss 2020-10-12 02:17:26 +02:00
  • 3aef85bcec Fix English grammar in computer vision (#3210) eba 2020-10-11 19:17:01 -05:00
  • c425010c44 Fetch CO2 emission information (#3182) Jr Miranda 2020-10-11 20:31:56 -03:00
  • d02f6bbfbd Added solution to Project Euler 69 (#2934) sarthaka1310 2020-10-11 23:38:30 +05:30
  • 60f9895685 Fixes: #3163 - Add new solution for problem 234 (#3177) Simon Landry 2020-10-11 13:46:16 -04:00
  • f029fcef7b Add solution for Project Euler problem 191 (#2875) Michael D 2020-10-11 14:29:27 +02:00
  • 731190842a CODEOWNERS: Proper spelling of my userid (#3185) Christian Clauss 2020-10-11 11:53:30 +02:00
  • 2b5b2c6304 Added solution for Project Euler problem 119 (#2931) Ravi Kandasamy Sundaram 2020-10-10 19:59:02 +02:00
  • 501a2ff430 [Project Euler] Fix code style for multiple problems (#3094) Dhruv 2020-10-10 21:23:17 +05:30
  • c961d5541f Add CODEOWNERS file to TheAlgorithms/Python (#3147) Dhruv 2020-10-10 20:08:45 +05:30
  • c07b82fa63 Add Project Euler Problem 80 (#2885) Sandeep Gupta 2020-10-10 17:06:25 +05:30
  • 3324bbb94b Added sudoku type hints [Hacktober Fest] (#3124) Tapajyoti Bose 2020-10-10 12:32:51 +05:30
  • 02d3ab81bd feat: added prim's algorithm v2 (#2742) Tapajyoti Bose 2020-10-10 12:18:52 +05:30
  • 8bd4ca67be Added all sub sequence type hints [Hacktober Fest] (#3123) Tapajyoti Bose 2020-10-10 11:49:36 +05:30
  • 927e14e7f2 Cleanup Project Euler Problem 01 (#2900) Carlos Meza 2020-10-09 22:33:00 -07:00
  • c83e4b77c5 Added solution for Project Euler problem 125 (#3073) fpringle 2020-10-09 19:11:00 +02:00
  • ec9f6b6467 Created max_sum_sliding_window in Python/other (#3065) Kushagra Bansal 2020-10-09 17:51:04 +05:30
  • 10fe9d9be4 Coding style improvements for project_euler problem 45 & 16 (#3087) fa1l 2020-10-09 11:39:44 +05:00
  • 216a194e9a [Project Euler] Fix code style for problems 15 and 34 (#3076) Juan José Torres 2020-10-08 22:16:55 -05:00
  • 1c0deb88ac Coding style change for project_euler problem 36 and 35 (#3062) Nelson Stoik 2020-10-08 21:05:13 -06:00
  • a3bbcd5f88 [Project Euler] Added type hints and refactored the code for Problem 14 (#3047) Suyash Gupta 2020-10-09 08:33:23 +05:30
  • 261be28120 Fix coding style for Project Euler problem 39 (#3023) fa1l 2020-10-09 07:43:54 +05:00
  • c9500dc89f [Project Euler] Fix code style for problem 56 (#3050) Aman Saxena 2020-10-08 19:07:09 +05:30
  • c2a5033f9e graphs/kruskal: add a test case to verify the correctness, fix styles (#2443) Meysam 2020-10-08 15:51:48 +03:30
  • 7d0d77334f Add Project Euler Problem 71: Fixes #2695 (#2785) kalpanajangra 2020-10-08 17:25:23 +05:30
  • e24248524a Coding style with default argument for project_euler problem 27 (#3020) Nelson Stoik 2020-10-08 05:23:00 -06:00
  • 899870be4c Add style improvements to Project Euler problem 9 (#3046) Edward Nuno 2020-10-08 04:21:32 -07:00
  • 7d54056497 [Project Euler] Fix code style in Problem 41 (#2992) Joan 2020-10-08 10:27:07 +02:00
  • 719c5562d9 Add default args and type hints for problem 7 (#2973) Dhruv 2020-10-08 11:27:47 +05:30
  • 6541236fdf Add solution method for project_euler/problem_37 (#2998) Wen Hong 2020-10-07 20:57:14 -07:00
  • f3fe29cea1 Add style improvements to Project Euler problem 8 (#3001) Edward Nuno 2020-10-07 20:51:17 -07:00
  • 21581eae3b Fix: Multiple errors in fibonacci search. (#2659) poloso 2020-10-07 22:36:19 -05:00
  • ef53bbdf5a Style Improvements for project_euler/problem_26 (#2958) Nelson Stoik 2020-10-07 21:22:24 -06:00
  • 6a5a022082 Add type hints and default args for Project Euler problem 5 (#2982) Suyash Gupta 2020-10-08 08:50:11 +05:30
  • ff9be86390 Hacktoberfest 2020: Rename method for project_euler/problem_99 (#2981) Wen Hong 2020-10-07 23:16:11 +08:00
  • a698fa9a3f [Project Euler] Fix code style in Problem 55 (#2985) Joan 2020-10-07 17:09:36 +02:00
  • 40db8c205f Fix: Corrected test. List in test must be ordered. (#2632) poloso 2020-10-07 09:27:19 -05:00
  • c14cfa32df Address #2786 - Fix code style in Project Euler Problem 76 (#2978) Joan 2020-10-07 15:38:02 +02:00
  • 05616ca38e Update code style for Project Euler Problem 28 (#2976) JasirZaeem 2020-10-07 18:35:06 +05:30
  • c510a7da7b Add doomsday algorithm (#2903) Ron U 2020-10-07 15:22:56 +03:00
  • 11a5afd8a1 Add type hints and default args for problem 20 (#2962) Dhruv 2020-10-07 15:29:55 +05:30
  • e41d04112f Fixes: #2630 Add doctests and support for negative numbers (#2626) Joyce 2020-10-07 17:53:14 +08:00
  • a5000d32ed Add style improvements to solutions for Project Euler Problem 04 (#2945) Edward Nuno 2020-10-06 22:03:34 -07:00
  • ddf83ec886 Add default arguments for Project Euler problem 6 (#2957) Dhruv 2020-10-07 10:17:43 +05:30
  • 4d4ce400ec Add typehints and default input for project_euler/problem_25 (#2901) Nelson Stoik 2020-10-06 21:57:25 -06:00
  • 91ad30c2b0 Bring problem_29 solution in line with project style guidelines (#2949) Noah H 2020-10-06 23:03:03 -04:00
  • 54401387a8 Hacktoberfest 2020: Add style improvements for Project Euler Problem 03 (#2917) Edward Nuno 2020-10-06 07:54:39 -07:00
  • e74adc4a6d Project Euler Problem 10: style improvements (#2924) Vladimir Evgrafov 2020-10-06 15:18:07 +03:00
  • 000cedc07f Add type hints for "strings" folder (#2882) Dmytro Litvinov 2020-10-06 11:31:15 +03:00
  • f36a2f621e Hacktoberfest 2020: Apply style guidelines for Project Euler problem_02 (#2898) Edward Nuno 2020-10-05 21:34:16 -07:00
  • a8ad2d10b4 Add Project Euler 120 solution (#2887) Utkarsh Chaudhary 2020-10-06 08:41:15 +05:30
  • a56e548264 Bring problem_30 solution in line with project style guidelines (#2896) Noah H 2020-10-05 22:51:39 -04:00
  • edf2cd2b0c Fix typehints in project_euler/problem01 (#2891) Edward Nuno 2020-10-05 19:42:16 -07:00
  • 7df91e681a Add type hints for searches/ternary_search.py (#2874) Dmytro Litvinov 2020-10-05 20:44:35 +03:00
  • 477b2c24b8 Hacktoberfest: Update Linked List - print_reverse method (#2792) Sherman Hui 2020-10-05 04:08:57 -07:00
  • 437c725e64 Fixed allocation_number (#2768) Du Yuanchao 2020-10-05 11:47:46 +08:00
  • e040ad2a01 Add a solution for Project Euler 49 (#2702) Iqrar Agalosi Nureyza 2020-10-05 09:57:09 +07:00
  • b934da4516 Fix pre-commit error in GitHub action file (#2765) Dhruv 2020-10-04 21:16:13 +05:30
  • fb9b9ecccf Update area.py (#2524) Sabari Ganesh 2020-10-04 19:50:47 +05:30
  • 3b0169549e Create auto_close_empty_issues.yml (#2756) Richard Wheatley 2020-10-04 15:20:36 +01:00