Commit Graph

  • 551c65766d [Mypy] fix other/least_recently_used (#5814) Andrew Grangaard 2021-11-16 06:01:17 -08:00
  • 9b9405fdcd Add new persistence algorithm (#4751) Bartechnika 2021-11-13 09:32:44 +00:00
  • 6314195bb1 Add README files 2/8 (#5766) Leoriem-code 2021-11-11 14:39:54 +01:00
  • f36ee034f1 [mypy] Annotate other/lru_cache and other/lfu_cache (#5755) Andrew Grangaard 2021-11-10 14:21:16 -08:00
  • 7e81551d7b [mypy] fix type annotations for other/least-recently-used.py (#5811) Joyce 2021-11-11 03:55:23 +08:00
  • e9882e41ba [mypy] Fix matrix_operation.py (#5808) Rohan R Bharadwaj 2021-11-10 20:52:52 +05:30
  • d6a1623448 Add solution for Project Euler problem 145 (#5173) Carl-Henrik Åkeson 2021-11-10 11:22:27 +01:00
  • 745f9e2bc3 [mypy] Type annotations for searches directory (#5799) Rohan R Bharadwaj 2021-11-09 21:18:30 +05:30
  • c3d1ff0ebd Add Jacobi Iteration Method (#5113) Nivas Manduva 2021-11-09 20:10:57 +05:30
  • 0b8d6d70ce Add Project Euler problem 205 solution 1 (#5781) Maxim Smolskiy 2021-11-09 17:25:29 +03:00
  • ed4c92d98a [mypy] Type annotations for graphs directory (#5798) Rohan R Bharadwaj 2021-11-08 23:48:30 +05:30
  • 4c9949f636 edited strings/anagram.py (#5770) Leoriem-code 2021-11-08 18:58:15 +01:00
  • a8aeabdf18 [mypy] Type annotations for graphs/finding_bridges.py and graphs/random_graph_generator.py (#5795) Rohan R Bharadwaj 2021-11-08 22:48:33 +05:30
  • ac4bdfd66d [mypy] Fix type annotations in graphs/boruvka.py (#5794) Dylan Buchi 2021-11-08 10:47:09 -03:00
  • 2f6a7ae1fa ADD the algorithms of image augmentation (#5792) Khoi Vo 2021-11-08 12:35:40 +07:00
  • a98465230f [mypy] Fix type annotations for maths directory (#5782) Rohan R Bharadwaj 2021-11-07 20:43:58 +05:30
  • db5aa1d188 Add equated_monthly_installments.py in Financials (#5775) Rohan R Bharadwaj 2021-11-07 20:10:23 +05:30
  • accee50cde [mypy] Fix other/fischer_yates_shuffle.py (#5789) Rohan R Bharadwaj 2021-11-07 15:44:42 +05:30
  • 8ac86f2ce5 mypy: Exclude only 20 files that are still failing (#5608) Christian Clauss 2021-11-06 13:58:15 +01:00
  • e7381b513b [mypy] Fix type annotations in data_structures/stacks/next_greater_element.py (#5763) Dylan Buchi 2021-11-05 16:45:37 -03:00
  • 1a43c92c77 Improve Project Euler problem 043 solution 1 (#5772) Maxim Smolskiy 2021-11-05 22:44:24 +03:00
  • 48960268a2 Improve Project Euler Problem 10 Sol-1 (#5773) Rohan R Bharadwaj 2021-11-06 01:13:52 +05:30
  • 6b2b476f86 fix typo on line 126 (#5768) Leoriem-code 2021-11-05 06:06:37 +01:00
  • dbddac74d3 Fix graphs/finding_bridges.py algorithm + doctests (#5765) Boris Galochkin 2021-11-04 19:51:31 +03:00
  • 7390777f9a Added 2 shaped in volume.py (#5560) Snimerjot Singh 2021-11-04 21:38:18 +05:30
  • 729aaf6427 Improve Project Euler problem 014 solution 2 (#5744) Maxim Smolskiy 2021-11-04 19:01:21 +03:00
  • 7a605766fe [mypy] Fix type annotations in data_structures/binary_tree/red_black_tree.py (#5739) Dylan Buchi 2021-11-04 12:38:43 -03:00
  • e835e96856 Improve Project Euler problem 014 solution 1 (#5747) Maxim Smolskiy 2021-11-04 18:37:47 +03:00
  • b6eb448e63 Added reddit.py to get data from reddit (#5698) Jaydeep Das 2021-11-04 21:06:22 +05:30
  • 3815a97575 Add all_construct dynamic programming implementation (#5626) Sailesh Shrestha 2021-11-04 21:03:38 +05:45
  • 47dd31f4a1 Add README files 1/7 (#5754) Leoriem-code 2021-11-04 11:49:36 +01:00
  • 9655ec2a05 Added newtons_second_law_of_motion.py (#5474) Divyesh Vishwakarma 2021-11-04 16:18:57 +05:30
  • 331fe6d3bc [mypy] Fix type annotations in data_structures/binary_tree/lowest_common_ancestor.py (#5757) Dylan Buchi 2021-11-03 17:34:08 -03:00
  • 7954a3ae16 [mypy] Fixes typing errors in other/dpll (#5759) Andrew Grangaard 2021-11-03 13:32:49 -07:00
  • 765be4581e Improve Project Euler problem 012 solution 2 (#5760) Maxim Smolskiy 2021-11-03 23:32:10 +03:00
  • 0ea5c734e1 sock_merchant.py: Matching socks by color (#5761) Souvik Ghosh 2021-11-04 01:54:50 +05:30
  • 85ee27687a Add Hexagonal Numbers in directory (#5696) Vɪɴᴀʏᴀᴋ Pᴀɴᴅᴇʏ 2021-11-03 16:02:17 +05:30
  • 37bc6bdebf Replace Travis CI mentions with GitHub actions (#5751) Maxim Smolskiy 2021-11-03 00:28:09 +03:00
  • 60ad32920d fixed typo for codespell (#5753) Leoriem-code 2021-11-02 22:17:57 +01:00
  • dd19d8120d Uncomment code that has been commented due to slow execution affecting Travis (#5745) Maxim Smolskiy 2021-11-02 16:07:07 +03:00
  • 0124b73484 Add a gray_code_sequence.py file to the bit_manipulation folder (#5038) krishchopra02 2021-11-02 15:43:49 +05:30
  • bdd135d403 Split base85.py into functions, Add doctests (#5746) Rohan R Bharadwaj 2021-11-02 15:40:25 +05:30
  • 24731b078c [mypy] fix type annotations in data_structures/queue/circular_queue_linked_list.py (#5749) Dylan Buchi 2021-11-02 07:09:46 -03:00
  • 3c8fec1316 Add Neville's algorithm for polynomial interpolation (#5447) Matthew Wisdom 2021-11-02 03:07:36 -07:00
  • 424c200847 Add gabor filter (#5289) Mozartus 2021-11-02 11:06:39 +01:00
  • 5910c3aa78 Typo (#5750) Rohan R Bharadwaj 2021-11-02 14:50:55 +05:30
  • dc6e77338c Add stone unit of measuring weight (#5730) Brian Evans 2021-11-01 23:09:40 +00:00
  • 74f4967126 Fix comment (#5742) Christian Clauss 2021-11-01 18:07:47 +01:00
  • 84cca2119c Rewrite maths/fibonacci.py (#5734) Tianyi Zheng 2021-11-01 17:06:35 +00:00
  • 68ca61ecb7 Add search book via ISBN using openlibrary.org API (#5736) Kelly Costa 2021-11-01 10:36:18 -03:00
  • 71ba3a1ad9 Improve Project Euler problem 012 solution 1 (#5731) Maxim Smolskiy 2021-11-01 09:27:19 +03:00
  • 06ab650e08 Merge maths/fibonacci.py and maths/fibonacci_sequence_recursion.py (#5738) Tianyi Zheng 2021-11-01 06:25:40 +00:00
  • 99cf2cc1c5 Fix build issues due to count (#5725) Rohan R Bharadwaj 2021-11-01 03:26:33 +05:30
  • 94f38dd88c [mypy] Fix type annotations for linked_stack.py (#5576) Edward Nuno 2021-10-31 09:03:03 -07:00
  • 868c2fa0a8 Rewrite fibonacci.py (#5665) (#5677) Maarten 2021-10-31 15:19:44 +01:00
  • a64c9f1e7c Deduplicate euclidean_length method in Vector (#5658) Tianyi Zheng 2021-10-31 14:16:02 +00:00
  • 508589e3fc Local Weighted Learning (#5615) Venkatesh Tantravahi 2021-10-31 16:57:50 +05:30
  • 7488c5070e Fix type annotations in randomized_heap.py (#5704) Dylan Buchi 2021-10-31 07:49:34 -03:00
  • 0f015fa034 Added solution for euler problem 493 (#5573) Simon 2021-10-31 11:48:10 +01:00
  • f4fd147d03 Make decrypt_caesar_with_chi_squared work with upper case letters (#5379) happiestbee 2021-10-31 06:46:31 -04:00
  • 9ac94c09eb Improve checking anagrams in O(n) with dictionary (#4806) Morteza 2021-10-31 03:41:39 -07:00
  • 13fdf21c9c Added alternative_list_arrange method (#4631) SURYAPRATAP SINGH SURYAVANSHI 2021-10-31 16:10:32 +05:30
  • f92eac982d Improve Project Euler problem 092 solution 1 (#5703) Maxim Smolskiy 2021-10-31 13:38:28 +03:00
  • 568425dfd1 Improve solution (#5705) Maxim Smolskiy 2021-10-31 13:37:46 +03:00
  • 965b1ff7df Improve Project Euler problem 078 solution 1 (#5708) Maxim Smolskiy 2021-10-31 13:36:53 +03:00
  • a94c6214ff Fix spellings (#5710) @im_8055 2021-10-31 16:06:03 +05:30
  • 99983c91ca [mypy] Add/fix type annotations in data_structures/heap/skew_heap.py (#5634) Dylan Buchi 2021-10-31 05:38:24 -03:00
  • 21c99d2ae2 added is_contains_unique_chars() (#5701) Navpreet Singh Devpuri 2021-10-31 01:34:46 +05:30
  • 359e0e795e Fixed grammatical errors in CONTRIBUTING.md (#5635) Mitheel 2021-10-31 01:18:50 +05:30
  • 678535b5c8 [mypy] Fix type annotations in non_recursive_segment_tree (#5652) Dylan Buchi 2021-10-30 16:43:48 -03:00
  • e7565f8bfc Improve Project Euler problem 070 solution 1 (#5166) Maxim Smolskiy 2021-10-30 22:36:12 +03:00
  • e6cf13cc03 Update queue implementation (#5388) Casper Rysgaard 2021-10-30 13:06:25 +02:00
  • 3a4cc7e310 Hexagonal number sequence (#5640) Shriyans Gandhi 2021-10-29 13:09:32 +05:30
  • a281151a2c Delete other/date_to_weekday.py as a how-to-use, not an algorithm (#5591) Andrew Grangaard 2021-10-29 00:22:57 -07:00
  • 0fc24e8629 [mypy] Annotates other/scoring_algorithm (#5621) Andrew Grangaard 2021-10-28 22:21:16 -07:00
  • 5c8a6c8247 Add Pollard's Rho algorithm for integer factorization (#5598) Marcus T 2021-10-28 19:53:39 -04:00
  • 0590d736fa [mypy] Fix type annotations in wavelet_tree.py (#5641) Dylan Buchi 2021-10-28 17:53:02 -03:00
  • 61e1dd27b0 [mypy] Fix type annotation in euler_method.py (#5649) poloso 2021-10-28 15:31:32 -05:00
  • 11a15cc584 Add solution for Project Euler problem 67 (#5519) Naveen Namani 2021-10-28 22:57:14 +05:30
  • 477cc3fe59 Add pyupgrade to pre-commit (#5638) Christian Clauss 2021-10-28 16:45:59 +02:00
  • 70368a757e Implement Circular Queue using linked lists. Fixes TheAlgorithms#5361 (#5587) Víctor A. Rodríguez 2021-10-28 11:43:24 -03:00
  • bf6db32ec2 [mypy] Fix type annotations for binary tree traversals in data structures (#5556) Dylan Buchi 2021-10-28 11:05:31 -03:00
  • 6b6762bde9 Fix pull request template (#5633) @im_8055 2021-10-27 22:48:21 +05:30
  • 615c428903 Add doctest for exception (#5629) Rohan R Bharadwaj 2021-10-27 22:00:03 +05:30
  • 329feb4928 Add Project Euler Problem 078 solution 01 (#5565) Prakhar Gurunani 2021-10-27 14:49:04 +05:30
  • ce9a139b56 Update binary_search.py (#4856) harshitkap00r 2021-10-27 09:55:48 +05:30
  • fe5c711ce6 Rewrite parts of Vector and Matrix (#5362) Tianyi Zheng 2021-10-27 03:48:43 +00:00
  • 8285913e81 [mypy] Fix and add type annotations (#5618) Dylan Buchi 2021-10-27 00:45:33 -03:00
  • 4eb5c12727 Sphere intersection and spherical cap volumes (#5579) Matteo Messmer 2021-10-27 00:28:26 +02:00
  • 9a03919052 [mypy] Fix type annotations for stack_using_dll.py (#5577) Edward Nuno 2021-10-26 12:12:46 -07:00
  • c0ed031b3f Fix type annotations for stack.py (#5566) Edward Nuno 2021-10-26 11:33:08 -07:00
  • 582f57f41f Added physical pressure units (#5613) Sabari Ganesh 2021-10-26 23:25:41 +05:30
  • b4036b70f1 Add solution for probelm_686 of project_euler (#5480) Srishtik Bhandarkar 2021-10-26 22:40:15 +05:30
  • 31061aacf2 fix: use += in sorts/recursive_mergesort_array.py (#5019) Connor Bottum 2021-10-26 12:43:46 -04:00
  • cb4dc19723 Financial: principle -> principal (#5614) Christian Clauss 2021-10-26 18:41:32 +02:00
  • c41bb49fc0 Financials (#5585) Tarcisio Bruni Rangel 2021-10-26 13:19:00 -03:00
  • 23f43afee5 Added volume conversions (#5607) Sabari Ganesh 2021-10-26 21:27:59 +05:30
  • 6fcefc0453 Add decode function to base16.py (#5575) Rohan R Bharadwaj 2021-10-26 18:53:38 +05:30
  • 827b8f04a4 Get top 10 HN posts (#5604) Prakhar Gurunani 2021-10-26 18:43:23 +05:30
  • 366a0f1839 Fix validate_initial_digits of credit_card_validator.py (#5600) Christian Clauss 2021-10-26 14:32:34 +02:00