Skip to content

EHN: A divide-and-conquer, and brute-force algorithms for array inversions co… #1133

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 15, 2019

Conversation

maxwell-aladago
Copy link
Contributor

No description provided.

@cclauss
Copy link
Member

cclauss commented Aug 15, 2019

Please consider adding Python doctests to these three functions so that they will be tested by our Travis CI job.

@cclauss
Copy link
Member

cclauss commented Aug 15, 2019

Travis CI tests are failing... Let me know if you need help to decipher.

OPTIONAL: Have you ever done Python type hints? https://docs.python.org/3/library/typing.html

@maxwell-aladago
Copy link
Contributor Author

Travis CI tests are failing... Let me know if you need help to decipher.

OPTIONAL: Have you ever done Python type hints? https://docs.python.org/3/library/typing.html

Thank you, I was just looking at the travis build failure. it says something like no blank line after >>>. I don't know why that's the case but I am looking at it.

@maxwell-aladago maxwell-aladago force-pushed the inversions branch 2 times, most recently from 66af1be to f7ee5fb Compare August 15, 2019 15:24
@maxwell-aladago maxwell-aladago force-pushed the inversions branch 5 times, most recently from a76a986 to 3c137af Compare August 15, 2019 15:43
Copy link
Member

@cclauss cclauss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks much for this contribution and for adding the doctests.

@cclauss cclauss merged commit 5bdcd48 into TheAlgorithms:master Aug 15, 2019
stokhos pushed a commit to stokhos/Python that referenced this pull request Jan 3, 2021
…sions co… (TheAlgorithms#1133)

* divide and conquer and brute force algorithms for array-inversions counting

* divide and conquer and brute force algorithms for array-inversions counting

* divide and conquer and brute force algorithms for array-inversions counting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants