-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: shitkoder/Python
base: master
head repository: shitkoder/Python
compare: patch-5
- 19 commits
- 26 files changed
- 15 contributors
Commits on Nov 3, 2021
-
sock_merchant.py: Matching socks by color (TheAlgorithms#5761)
* Python file for finding number of pairs * updating DIRECTORY.md * fixed iterative_pair.py * further fixed with type casting * fixed naming conventions * further fixed with naming convention * documented done * build issue fixed * updating DIRECTORY.md * Revert "documented done" This reverts commit 3be15ca. * Update canny.py * Update test_digital_image_processing.py * Update sobel_filter.py * requirements.txt fixed * keras<2.7.0 * Update sock_merchant.py * doctest with black fixed * Update sock_merchant.py Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Co-authored-by: Christian Clauss <cclauss@me.com>
Configuration menu - View commit details
-
Copy full SHA for 0ea5c73 - Browse repository at this point
Copy the full SHA 0ea5c73View commit details -
Improve Project Euler problem 012 solution 2 (TheAlgorithms#5760)
* Improve solution * updating DIRECTORY.md Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>Configuration menu - View commit details
-
Copy full SHA for 765be45 - Browse repository at this point
Copy the full SHA 765be45View commit details -
[mypy] Fixes typing errors in other/dpll (TheAlgorithms#5759)
+ As per usage examples, clause literals are a list of strings. + Note: symbols extracted from literals are expected to be exactly two characters. + self.literal boolean values are initialized to None, so must be optional + model values should be Booleans, but aren't guaranteed to be non-None in the code. + uses newer '... | None' annotation for Optional values + clauses are passed to the Formula initializer as both lists and sets, they are stored as lists. Returned clauses will always be lists. + use explicit tuple annotation from __future__ rather than using (..., ...) in return signatures + mapping returned by dpll_algorithm is optional per the documentation.
Configuration menu - View commit details
-
Copy full SHA for 7954a3a - Browse repository at this point
Copy the full SHA 7954a3aView commit details -
[mypy] Fix type annotations in `data_structures/binary_tree/lowest_co…
…mmon_ancestor.py` (TheAlgorithms#5757) * Fix type annotations in lowest_common_ancestor.py * Refactor line 53 in lowest_common_ancestor.py
Configuration menu - View commit details
-
Copy full SHA for 331fe6d - Browse repository at this point
Copy the full SHA 331fe6dView commit details
Commits on Nov 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9655ec2 - Browse repository at this point
Copy the full SHA 9655ec2View commit details -
Add README files 1/7 (TheAlgorithms#5754)
* Added 5 README files * corrected arithmetic_analysis README * Update audio_filters/README.md Co-authored-by: John Law <johnlaw.po@gmail.com> * Update backtracking/README.md Co-authored-by: John Law <johnlaw.po@gmail.com> * Update bit_manipulation/README.md Co-authored-by: John Law <johnlaw.po@gmail.com> Co-authored-by: John Law <johnlaw.po@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 47dd31f - Browse repository at this point
Copy the full SHA 47dd31fView commit details -
Add all_construct dynamic programming implementation (TheAlgorithms#5626
) * Add all_construct dynamic programming implementation * all_construct: remove the main function * all_construct: Add type hints * all_construct: changed map to list comprehension,fix mutable default arguments * all_construct: fixed type hints * all_construct: cleaner code for initializing word_bank argument * all_construct: added an import for annotations * all_construct: added None in the argument with word_bank * all_construct: fixed a type hint * all_construct: Fixed some more type hints
Configuration menu - View commit details
-
Copy full SHA for 3815a97 - Browse repository at this point
Copy the full SHA 3815a97View commit details -
Added reddit.py to get data from reddit (TheAlgorithms#5698)
* Rewritten reddit.py * Removed logging module import * Fixed minor bug which was causing extreme rate limiting * Update reddit.py * Update reddit.py * Update reddit.py Co-authored-by: Christian Clauss <cclauss@me.com>
Configuration menu - View commit details
-
Copy full SHA for b6eb448 - Browse repository at this point
Copy the full SHA b6eb448View commit details -
Improve Project Euler problem 014 solution 1 (TheAlgorithms#5747)
* Improve solution * Uncomment code that has been commented due to slow execution affecting Travis * Fix
Configuration menu - View commit details
-
Copy full SHA for e835e96 - Browse repository at this point
Copy the full SHA e835e96View commit details -
[mypy] Fix type annotations in `data_structures/binary_tree/red_black…
…_tree.py` (TheAlgorithms#5739) * [mypy] Fix type annotations in red_black_tree.py * Remove blank lines * Update red_black_tree.py
Configuration menu - View commit details
-
Copy full SHA for 7a60576 - Browse repository at this point
Copy the full SHA 7a60576View commit details -
Improve Project Euler problem 014 solution 2 (TheAlgorithms#5744)
* Improve solution * Uncomment code that has been commented due to slow execution affecting Travis * Fix * scikit-fuzzy is causing broken builds * fuzz = None * Update fuzzy_operations.py Co-authored-by: Christian Clauss <cclauss@me.com>
Configuration menu - View commit details
-
Copy full SHA for 729aaf6 - Browse repository at this point
Copy the full SHA 729aaf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7390777 - Browse repository at this point
Copy the full SHA 7390777View commit details -
Fix
graphs/finding_bridges.pyalgorithm + doctests (TheAlgorithms#5765Configuration menu - View commit details
-
Copy full SHA for dbddac7 - Browse repository at this point
Copy the full SHA dbddac7View commit details
Commits on Nov 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6b2b476 - Browse repository at this point
Copy the full SHA 6b2b476View commit details -
Improve Project Euler Problem 10 Sol-1 (TheAlgorithms#5773)
* Improve Project Euler Problem 10 Sol-1 * Name correction * psf/black formatting * More formatting
Configuration menu - View commit details
-
Copy full SHA for 4896026 - Browse repository at this point
Copy the full SHA 4896026View commit details -
Improve Project Euler problem 043 solution 1 (TheAlgorithms#5772)
* updating DIRECTORY.md * Fix typo * Improve solution Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>Configuration menu - View commit details
-
Copy full SHA for 1a43c92 - Browse repository at this point
Copy the full SHA 1a43c92View commit details -
[mypy] Fix type annotations in `data_structures/stacks/next_greater_e…
…lement.py` (TheAlgorithms#5763) * Fix type annotations in next_greater_element.py * Refactor next_greater_element.py
Configuration menu - View commit details
-
Copy full SHA for e7381b5 - Browse repository at this point
Copy the full SHA e7381b5View commit details
Commits on Nov 6, 2021
-
mypy: Exclude only 20 files that are still failing (TheAlgorithms#5608)
* DRAFT: Run a mypy reality check Let's see what is required to finish TheAlgorithms#4052 * mypy --ignore-missing-imports --install-types --non-interactive * Check our progress... * Update build.yml * Update build.yml * Update build.yml * Update build.yml * mypy --exclude 20 files * --exclude with no `=` * Update build.yml * 558 character regex!!! * With quotes * mypy.ini: mega exclude * Update mypy.ini * Update build.yml * Update mypy.ini * Update build.yml * Update mypy.ini * .py --> .p* * Escape the dots!: `.` --> `\.` * Remove the comment * Leading slash * Update mypy.ini Co-authored-by: Dylan Buchi <devybuchi@gmail.com> Co-authored-by: Dylan Buchi <devybuchi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8ac86f2 - Browse repository at this point
Copy the full SHA 8ac86f2View commit details
Commits on Nov 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 19f0d65 - Browse repository at this point
Copy the full SHA 19f0d65View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...patch-5