-
Notifications
You must be signed in to change notification settings - Fork 93
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
Add Splay Tree #17
Comments
I was trying to add Splay Tree algorithm to your Master branch. But it gave me an error that I don't have any permission to push any file to Your master branch. |
@ansh-ptel You need to clone the repo, make changes there and create a PR against this repo. |
@ansh-ptel You can check this out for details - https://github.com/xennygrimmato/Data-Structures-and-Algorithms/blob/master/CONTRIBUTING.md |
I cloned the Repo and created a Directory called Splay and inside that directory i added the Code for Splay tree but I can't able to Push it in master branch. |
`ERROR: Permission to xennygrimmato/Data-Structures-and-Algorithms.git denied to ansh-ptel. Please make sure you have the correct access rights |
You need to clone the repo and create a PR from a branch on that repo against the master branch of this repo. |
No description provided.
The text was updated successfully, but these errors were encountered: