xennygrimmato / Data-Structures-and-Algorithms

A collection of some implementations of data structures and algorithms.
107 stars 93 forks source link

Add Splay Tree #17

Open xennygrimmato opened 5 years ago

ansh-ptel commented 5 years ago

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.

xennygrimmato commented 5 years ago

@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 commented 5 years ago

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

ansh-ptel commented 5 years ago

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 commented 5 years ago

`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.`

xennygrimmato commented 5 years ago

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