1. 18 10月, 2021 3 次提交
  2. 17 10月, 2021 3 次提交
  3. 16 10月, 2021 4 次提交
    • S
      Added morphological operations, fixes: #5197 (#5199) · 433b804f
      Saurabh Suresh Powar 提交于
      * Added morphological operations, fixes: #5197
      
      * Added dilation tests and type hints
      
      * Added erosion tests and type hints
      
      * fixes: TheAlgorithms#5197
      
      * fixes: TheAlgorithms#5197
      
      * Update erosion_operation.py
      
      * made suggested changes in dilation
      
      * made suggested changes in erosion
      
      * made suggested changes in dilation
      
      * removed extra spaces in the tests
      
      * removed extra spaces in the tests
      433b804f
    • A
      Improved readability of web_programming/get_imdbtop.py and added... · 37385883
      Appledora 提交于
      Improved readability of web_programming/get_imdbtop.py and added documentations with doctests (#4855)
      
      * improved readability of the existing method by reformatting, adding documentations with doctests.
      
      * improved readability of the existing method by reformatting, adding documentations with doctests.
      
      * fixed typo in test
      
      * added doctest to parse dictionary method
      
      * added doctest to parse dictionary method
      
      * Changed return type, removed print() from method and implemented doctests as suggested
      
      * Fixed doctest error, removed print() from method, created new script as suggested
      
      * Update get_imdbtop.py
      
      * Fix typo discovered by codespell
      
      * return ()
      Co-authored-by: NChristian Clauss <cclauss@me.com>
      37385883
    • A
      Show images from google query (#4853) · 15226176
      Appledora 提交于
      * Added new script to open the google image tab with a search query.
      
      * Added new script to open the google image tab with a search query.
      
      * Added new script to open the google image tab with a search query with doctests.
      
      * Fixed doctest error, removed print() from method, changed return type
      
      * Update web_programming/show_image_tab_from_google_query.py
      
      using iterators instead of lists
      Co-authored-by: NChristian Clauss <cclauss@me.com>
      
      * Update web_programming/show_image_tab_from_google_query.py
      
      Improve readability by removing one-time used variable
      Co-authored-by: NChristian Clauss <cclauss@me.com>
      
      * Update web_programming/show_image_tab_from_google_query.py
      
      Decreasing complication through standard practices.
      Co-authored-by: NChristian Clauss <cclauss@me.com>
      
      * Update web_programming/show_image_tab_from_google_query.py
      
      Exception Handling
      Co-authored-by: NChristian Clauss <cclauss@me.com>
      
      * changed complete method to download images from google search query
      
      * Update download_images_from_google_query.py
      
      * Delete show_image_tab_from_google_query.py
      Co-authored-by: NChristian Clauss <cclauss@me.com>
      15226176
    • M
  4. 15 10月, 2021 4 次提交
  5. 14 10月, 2021 5 次提交
    • J
      Add Proth number to maths (#5246) · 618f9ca8
      Jordan Rinder 提交于
      * Add Proth number to maths
      
      * Add test for 0 and more informative output
      
      * Fixing test failure issue - unused variable
      
      * Update proth_number.py
      Co-authored-by: NChristian Clauss <cclauss@me.com>
      618f9ca8
    • R
      Create baconian_cipher.py (#5251) · bb37ebbe
      Rohan R Bharadwaj 提交于
      * Create baconian_cipher.py
      
      * Update baconian_cipher.py
      
      * Update baconian_cipher.py
      
      * Update baconian_cipher.py
      
      * Update baconian_cipher.py
      
      * Update baconian_cipher.py
      
      * Update baconian_cipher.py
      
      * Update baconian_cipher.py
      
      * Update baconian_cipher.py
      
      * Update baconian_cipher.py
      
      * Update baconian_cipher.py
      
      * Update baconian_cipher.py
      
      * Update baconian_cipher.py
      
      * Update baconian_cipher.py
      
      * Update baconian_cipher.py
      
      * Update baconian_cipher.py
      
      * Update baconian_cipher.py
      
      * Update baconian_cipher.py
      
      * Update baconian_cipher.py
      
      * Update baconian_cipher.py
      
      * Update baconian_cipher.py
      
      * Update baconian_cipher.py
      
      * Update baconian_cipher.py
      
      * Update baconian_cipher.py
      
      * Update baconian_cipher.py
      
      * Update baconian_cipher.py
      
      * Update baconian_cipher.py
      
      * Update baconian_cipher.py
      
      * Update baconian_cipher.py
      
      * Update baconian_cipher.py
      
      * Update baconian_cipher.py
      
      * Update baconian_cipher.py
      
      * Update baconian_cipher.py
      
      * Update baconian_cipher.py
      bb37ebbe
    • R
      Add surface area of cone and cylinder and hemisphere (#5220) · d561de0b
      Rohan R Bharadwaj 提交于
      * Update area.py
      
      * Update area.py
      
      * Update area.py
      
      * Update area.py
      
      * Update area.py
      
      * Update area.py
      
      * Update area.py
      
      * Update area.py
      d561de0b
    • A
      Modified Euler's Method (#5258) · 9b4cb05e
      Aman kanojiya 提交于
      * Magnitude and Angle 
      
      Core function to find Magnitude and Angle of two Given Vector
      
      * Magnitude and Angle with Doctest
      
      added Doctest to the functions
      
      * Update linear_algebra/src/lib.py
      Co-authored-by: NChristian Clauss <cclauss@me.com>
      
      * Update linear_algebra/src/lib.py
      Co-authored-by: NChristian Clauss <cclauss@me.com>
      
      * Changes done 
      
      and Magnitude and Angle Issues
      
      * black
      
      * Modified Euler's Method
      
      Adding Modified Euler's method, which was the further change to a Euler method and known for better accuracy to the given value
      
      * Modified Euler's Method (changed the typing of function)
      
      Modified function is used for better accuracy
      
      * Link added
      
      Added link to an explanation as per Contributions Guidelines
      
      * Resolving Pre-Commit error
      
      * Pre-Commit Error Resolved
      
      * Pre-Commit Error import statement Change
      
      * Removed Import Math
      
      * import math built issue
      
      * adding space pre-commit error
      
      * statement sorter for doc
      Co-authored-by: NChristian Clauss <cclauss@me.com>
      9b4cb05e
    • R
      Added Optimal Merge Pattern Algorithm (#5274) · 943e03fc
      Raj-Pansuriya 提交于
      * Minor changes due to precommit
      
      * Update optimal_merge_pattern.py
      Co-authored-by: NChristian Clauss <cclauss@me.com>
      943e03fc
  6. 12 10月, 2021 6 次提交
  7. 11 10月, 2021 3 次提交
  8. 07 10月, 2021 2 次提交
  9. 06 10月, 2021 3 次提交
  10. 04 10月, 2021 2 次提交
  11. 02 10月, 2021 3 次提交
  12. 30 9月, 2021 2 次提交