Commit Graph

  • 9153db2d27
    [mypy] fix: fix mypy error in singly_linked_list.py (#5517) Sherman Hui 2021-10-21 20:39:18 -07:00
  • fdf095f69f
    [mypy] check polygon and corrections (#5419) poloso 2021-10-21 08:13:42 -05:00
  • c0acfd46cb
    Fix factorial issues (#5496) John Law 2021-10-21 15:06:32 +08:00
  • 2e955aea46
    Replace double_ended_queue.py (#5429) Benjamín García Roqués 2021-10-21 00:38:04 -03:00
  • 672a0c8816
    Fixed Typo (#5477) Hithru De Alwis 2021-10-20 19:04:31 +05:30
  • 50485f7c8e
    Fix typos in Sorts and Bit_manipulation (#4949) Manan Rathi 2021-10-20 14:12:32 +05:30
  • 83cf5786cd
    Add wildcard pattern matching using dynamic programming (#5334) P U N I T H 2021-10-20 14:00:58 +05:30
  • 2e2e1b656c
    singly_linked_list: Added additional documentation, type hints and test cases (#4988) Immiel 2021-10-20 15:08:39 +07:00
  • c886a66d34
    Added check_strong_password.py (#4950) Snimerjot Singh 2021-10-20 11:05:41 +05:30
  • d32d0158a3
    Fixed typo (#5439) Alvin Philips 2021-10-20 01:09:15 +05:30
  • 21cf3cc260
    Typo (#5443) Rohan R Bharadwaj 2021-10-20 01:06:01 +05:30
  • f7804334f1
    length_conversion.py: Deal with uppercase and abbreviations (#5433) Christian Clauss 2021-10-19 11:11:49 +02:00
  • 4880931c24
    Add Polybius cipher (#5409) Vinicius Cordeiro 2021-10-19 03:37:51 -03:00
  • aa0ace4df7
    Remove exception detail from doctest (#5430) Christian Clauss 2021-10-19 08:05:20 +02:00
  • 66c96aa037
    Added length unit conversions (#5373) Sabari Ganesh 2021-10-19 10:56:03 +05:30
  • d28463c75d
    Create count_1s_brian_kernighan_method (#5385) Jainendra Mandavi 2021-10-18 22:23:10 +05:30
  • 4af5215042
    added Schur complement to linear algebra (#4793) iradonov 2021-10-18 19:46:47 +03:00
  • fa88559cab
    Create join.py (#5363) Rohan R Bharadwaj 2021-10-18 19:05:35 +05:30
  • 0935ab0cb2
    Added giphy.py to fetch gifs on a given topic (#5378) Jaydeep Das 2021-10-18 12:46:42 +05:30
  • 1e64bf4600
    Re-organize math/series (#5044) Atharva Deshpande 2021-10-18 10:16:23 +05:30
  • 08d4d226d7
    [mypy] Fix type annotations for graphs/boruvka (#4867) Meysam 2021-10-17 19:26:12 +03:00
  • 4bf2eedd3c
    [mypy] fix mypy error in Project Euler Problem 092 solution 1 (#5357) John Law 2021-10-17 14:07:45 +08:00
  • 7ef2e4d1d0
    Add Project Euler Problem 092 (#5091) Srishtik Bhandarkar 2021-10-16 22:38:41 +05:30
  • 8dc7cdbc57
    Add tests to morse_code.py (#5337) Christian Clauss 2021-10-16 18:57:38 +02:00
  • 433b804f7d
    Added morphological operations, fixes: #5197 (#5199) Saurabh Suresh Powar 2021-10-16 20:02:40 +05:30
  • 37385883aa
    Improved readability of web_programming/get_imdbtop.py and added documentations with doctests (#4855) Appledora 2021-10-16 07:32:33 +06:00
  • 152261765a
    Show images from google query (#4853) Appledora 2021-10-16 06:02:44 +06:00
  • 4cf1aaeb96
    Updated mypy.ini, removed ok folders that were excluded (#5331) Murilo Gonçalves 2021-10-15 18:57:41 -03:00
  • 1d457be29d
    Matching min vertex cover (#5326) Manuel Di Lullo 2021-10-15 17:03:57 +02:00
  • 908cb4f1e7
    Greedy min vertex cover hacktoberfest (#5241) Manuel Di Lullo 2021-10-15 15:04:38 +02:00
  • 545fec7a14
    Fix documentation (#5311) Rohan R Bharadwaj 2021-10-15 16:03:39 +05:30
  • ca842b4add
    It is OK to test ./scripts (#5290) Christian Clauss 2021-10-14 18:19:47 +02:00
  • 618f9ca885
    Add Proth number to maths (#5246) Jordan Rinder 2021-10-14 10:30:52 -04:00
  • bb37ebbe50
    Create baconian_cipher.py (#5251) Rohan R Bharadwaj 2021-10-14 19:31:38 +05:30
  • d561de0bd9
    Add surface area of cone and cylinder and hemisphere (#5220) Rohan R Bharadwaj 2021-10-14 16:53:18 +05:30
  • 9b4cb05ee5
    Modified Euler's Method (#5258) Aman kanojiya 2021-10-14 16:23:03 +05:30
  • 943e03fc54
    Added Optimal Merge Pattern Algorithm (#5274) Raj-Pansuriya 2021-10-14 16:21:13 +05:30
  • 1b0ac73da2
    Magnitude and Angle of Vector (#5225) Aman kanojiya 2021-10-12 15:21:27 +05:30
  • 9586a6a98e
    Change comments for improved consistency (#5223) poloso 2021-10-11 11:44:38 -05:00
  • abaa0d754b
    Add type annotations (#4814) scfenton6 2021-10-11 18:34:30 +02:00
  • bcfca67faa
    [mypy] fix type annotations for all Project Euler problems (#4747) Joyce 2021-10-12 00:33:44 +08:00
  • e311b02e70
    Remove unnecessary branch (#4824) Muhammad Hammad Sani 2021-10-11 21:33:06 +05:00
  • fadb97609f
    Add carrier concentrations calculation algorithm (#4791) Sidhaant Thakker 2021-10-11 21:59:52 +05:30
  • 729b4d875a
    Add Sylvester's sequence to maths (#5171) Jordan Rinder 2021-10-10 14:02:44 -04:00
  • 97562c19f8
    Added doctest (#5182) Rohanrbharadwaj 2021-10-10 23:30:04 +05:30
  • 7578e0b920
    Used in-built method (#5183) Rohanrbharadwaj 2021-10-10 23:22:38 +05:30
  • 77b243e62b
    bugfix: Add empty list detection for find_max/min (#4881) Lewis Tian 2021-10-07 23:20:32 +08:00
  • d324f91fe7
    Fix mypy errors for data_structures->linked_list directory files (#4927) Parth Satodiya 2021-10-07 20:48:23 +05:30
  • d654806eae
    Improve Project Euler problem 112 solution 1 (#4808) Maxim Smolskiy 2021-10-06 17:11:50 +03:00
  • 629369a34f
    Improve Project Euler problem 203 solution 1 (#4807) Maxim Smolskiy 2021-10-06 17:11:15 +03:00
  • a4d68d69f1
    bugfix: Add abs_max.py & abs_min.py empty list detection (#4844) Lewis Tian 2021-10-06 22:06:49 +08:00
  • 90db98304e
    Fix word typos in comments (#4928) Sarvesh Kumar Dwivedi 2021-10-04 09:37:58 +05:30
  • d530d2bcf4
    fix: comment in patience sort (#4972) Nolan Emirot 2021-10-03 20:33:42 -07:00
  • c873fa0b1b
    Correct grammar of comment in backtracking/hamiltonian_cycle.py (#4868) DukicDev 2021-10-02 15:51:53 +02:00
  • 31b34af9fa
    Correct grammar in backtracking/n_queens_math.py (#4869) DukicDev 2021-10-02 15:37:28 +02:00
  • 6341f351aa
    Fix comments in backtracking/coloring.py (#4857) DukicDev 2021-10-01 23:48:47 +02:00
  • d1e70cfa3a
    docs: renovate README (#4620) ss1208 2021-09-29 23:34:35 +05:30
  • b9f18152b7
    Create check_polygon.py (#4605) Arghya Sarkar (ASRA) 2021-09-29 22:19:42 +05:30
  • 02bc4bf417
    Add Julia sets to fractals (#4382) Alexandre De Zotti 2021-09-29 06:42:11 +01:00
  • 5d02103b27
    Fixed #4764 (#4779) Jogendra Singh 2021-09-24 16:24:38 +05:30
  • 66a528b171
    Improve Project Euler problem 014 solution 2 (#4752) Maxim Smolskiy 2021-09-23 21:55:18 +03:00
  • 15d1cfabb1
    from __future__ import annotations (#4763) Christian Clauss 2021-09-22 23:11:51 +02:00
  • dc07a85076
    Update and rename check_valid_ip_address.py to is_ip_v4_address_valid.py (#4665) Christian Clauss 2021-09-22 20:03:11 +02:00
  • abc725f12d
    mypy --install-types --non-interactive . (#4530) Christian Clauss 2021-09-22 19:37:18 +02:00
  • a7b9e28bc3
    Improve Project Euler problem 009 solution 1 (#4749) Maxim Smolskiy 2021-09-21 14:28:27 +03:00
  • 4761fef1a5
    Double factorial iterative (#4760) jonabtc 2021-09-18 20:22:47 -05:00
  • 01d58562cc
    Fix typos in Project Euler problem 034 solution 1 (#4748) Maxim Smolskiy 2021-09-18 22:33:03 +03:00
  • cecf43d648
    Pyupgrade to Python 3.9 (#4718) Christian Clauss 2021-09-07 13:37:03 +02:00
  • 5d5831bdd0
    Physics new code (#4709) Aviv Faraj 2021-09-06 17:57:18 -04:00
  • c1b15a86ba
    [mypy] Fix type annotations for dynamic programming (#4687) imp 2021-09-03 17:49:23 +08:00
  • 757d4fb84f
    Added Dutch National Flag algorithm #4636 (#4639) Kiran Hipparagi 2021-09-01 01:36:49 +05:30
  • ef9827166e
    Approve functions used as default arguments (#4699) Christian Clauss 2021-08-31 07:56:19 +02:00
  • 097f830238
    Avoid mutable default arguments (#4691) Christian Clauss 2021-08-31 06:56:15 +02:00
  • 3acca3d1d1
    Fix type annotations for integer_partition.py #4052 (#4689) Aswin Murali 2021-08-30 13:36:59 +05:30
  • 8e5c3536c7
    [fixed] unused variable, standalone running, import doctest module (#4673) arfy slowy 2021-08-29 01:07:10 +07:00
  • 46e56fa6f2
    luhn.py: Favor list comprehensions over maps (#4663) Christian Clauss 2021-08-27 11:45:14 +02:00
  • 5e7eed610c
    [mypy] Fix type annotations for strings (#4641) imp 2021-08-25 19:35:36 +08:00
  • 78a5d3a558
    boruvka.py: A few simplifications and f-strings (#4660) Christian Clauss 2021-08-24 15:27:31 +02:00
  • 4ed7c7f09c
    Added Borůvka's algorithm. (#4645) Shiva Rama Krishna 2021-08-23 16:05:20 +05:30
  • 20a4fdf384
    [mypy] Fix type annotations for strings (#4637) imp 2021-08-19 20:08:20 +08:00
  • 9cb5760e89
    add date_to_weekday finder method (#4599) SURYAPRATAP SINGH SURYAVANSHI 2021-08-18 17:35:41 +05:30
  • af0810fca1
    [mypy] Fix type annotations for maths (#4617) imp 2021-08-18 18:45:07 +08:00
  • 4545270ace
    [mypy] Fix type annotations for graphs (#4622) imp 2021-08-18 18:44:26 +08:00
  • d009cea391
    Fix mypy error at maths (#4613) imp 2021-08-16 03:15:53 +08:00
  • 032999f36e
    Create exchange_sort.py (#4600) Bonnie 2021-08-15 01:43:05 -04:00
  • 3c225247b8
    [mypy] Fix type annotations for strings/naive_string_search.py (#4611) Shubham Ganar 2021-08-13 12:40:52 +05:30
  • cd987372e4
    Fix multi heuristic astar algo (#4612) Hasanul Islam 2021-08-13 13:10:24 +06:00
  • d668c172b0
    Refactor graph_initialization at basic_graph.py (#4601) Hasanul Islam 2021-08-12 02:48:53 +06:00
  • 63ac09eeae
    Created check_valid_ip_address.py (#4602) Shubham Ganar 2021-08-08 23:51:26 +05:30
  • f432bc76a6
    add alternative_string_arrange method (#4595) SURYAPRATAP SINGH SURYAVANSHI 2021-08-06 15:45:42 +05:30
  • 5957eabd3e
    Adding the double factorial algorithm (#4550) jonabtc 2021-08-03 01:03:22 -05:00
  • da71184b04
    Fix mypy errors at mst_kruskal (#4581) Hasanul Islam 2021-08-02 18:40:48 +06:00
  • a5bcf0f674
    Fix mypy errors at even_tree algo (#4579) Hasanul Islam 2021-07-29 19:14:35 +06:00
  • 40d85d5443
    Modified the a_star [dot] py for making readable (#4576) Milton Chandro Bhowmick 2021-07-28 16:50:21 +06:00
  • a4b7d12262
    Fix mypy errors at greedy best first algo (#4575) Hasanul Islam 2021-07-27 17:21:00 +06:00
  • c5003a2c46
    Fix mypy errors at bfs_shortest_path algo (#4572) Hasanul Islam 2021-07-27 14:09:17 +06:00
  • 6732fa0131
    [fixed] module 'numpy' is imported with both 'import' and 'import from' (#4544) arfy slowy 2021-07-26 19:52:52 +07:00
  • 7634cf0d60
    Fix mypy errors at gale_shapely_bigraph (#4568) Hasanul Islam 2021-07-26 18:45:40 +06:00
  • 407c979063
    [Mypy fix] fix secant method (#4501) Suyash Shrivastava 2021-07-21 11:31:55 +05:30
  • 7342b33658
    Fix mypy erros at strongly connected component (#4558) Hasanul Islam 2021-07-21 11:59:18 +06:00