-
-
Notifications
You must be signed in to change notification settings - Fork 46.6k
Add algorithms like Sliding Window, Region Proposal Networks, or Kadane's Algorithm etc. #8427
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
Comments
can i take this issue? |
We do not assign issues. We review pull requests. |
I'm getting below error while creating pull request.....why? remote: Permission to TheAlgorithms/Python.git denied to rohan472000. |
Remove the slash on the end and try again. What command are you running when you get this error? What is the full error message? |
git push origin rohan above command I'm running below is the full error : PS C:\pycharm\codes\Python-pull> git add . |
What do you see when you type these two commands |
this i can see after above command PS C:\pycharm\codes\Python-pull> git branch
PS C:\pycharm\codes\Python-pull> git remote -v |
This is how I do it... My fork is
Like: https://github.com/internetarchive/openlibrary/wiki/Git-Cheat-Sheet |
PS C:\pycharm\codes\Python-pull> git pull upstream master Please make sure you have the correct access rights |
@cclauss my PR is getting closed everytime by bot though i followed every necessary step for contributing, can you suggest me doc or channel where i can get a demo how to get our PR merged with ticking all checks. |
Check at least one of the checkboxes in the commit message. |
Is there any algorithm left? If yes then kindly tell, I would try to contribute. |
Feature description
While going through the repository, I could not find such algorithms. It would be a good idea to add them to the repository.
The text was updated successfully, but these errors were encountered: