Data-Structures-and-Algorithms icon indicating copy to clipboard operation
Data-Structures-and-Algorithms copied to clipboard

Add Splay Tree

Open xennygrimmato opened this issue 6 years ago • 6 comments

xennygrimmato avatar Oct 02 '18 03:10 xennygrimmato

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 avatar Oct 02 '18 04:10 ansh-ptel

@ansh-ptel You need to clone the repo, make changes there and create a PR against this repo. I'll add those instructions to CONTRIBUTING.md.

xennygrimmato avatar Oct 02 '18 04:10 xennygrimmato

@ansh-ptel You can check this out for details - https://github.com/xennygrimmato/Data-Structures-and-Algorithms/blob/master/CONTRIBUTING.md

xennygrimmato avatar Oct 02 '18 04:10 xennygrimmato

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.

ansh-ptel avatar Oct 02 '18 16:10 ansh-ptel

`ERROR: Permission to xennygrimmato/Data-Structures-and-Algorithms.git denied to ansh-ptel. fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.`

ansh-ptel avatar Oct 02 '18 16:10 ansh-ptel

You need to clone the repo and create a PR from a branch on that repo against the master branch of this repo.

xennygrimmato avatar Oct 02 '18 19:10 xennygrimmato