SiddharthaAnand / datastructures

Data structures Problem Solving Algorithms
19 stars 65 forks source link

Add implementation of red-black tree #4

Closed SiddharthaAnand closed 3 years ago

SiddharthaAnand commented 5 years ago

Add the implementation of red-black tree. It can be in any programming language though preferred ones are Java, C, Cpp or python.

tchang1997 commented 5 years ago

I could take a crack at that? Will probably be in Java.

SiddharthaAnand commented 5 years ago

I could take a crack at that? Will probably be in Java.

Sure you can start on this.

aitorres commented 5 years ago

Would you like having multiple implementations in several languages? I can develop one in Python. I'll start working on it and add a PR when it's done.

tchang1997 commented 5 years ago

@aitorres Want to coordinate so we can make sure our code is consistent (stylistically, methods, etc.)?

dRadest commented 5 years ago

Is anybody working on Java implementation? If not, I can give it a go.

SiddharthaAnand commented 5 years ago

Sure. You can start working on it.

bermylle commented 4 years ago

Hello is this solved or claimed? Sorry first timer! Ill try with java if its ok

SiddharthaAnand commented 4 years ago

Hi @bermylle , Sure you can start on this.

bermylle commented 4 years ago

Hi @bermylle , Sure you can start on this.

Ok thank you! Will work on it.

boomwakalaka commented 4 years ago

Hi, can I try to develop with Java, even i see others developers before me using the same language? It will be my first contribution, i'm just a begginer

igrvlhlb commented 4 years ago

I can add it in C in a few days (I'm a bit busy right now)

Shubhangi2901 commented 4 years ago

I can claim this if not resolved yet! @SiddharthaAnand

encarcio commented 4 years ago

If the issue is still open and not resolved then may I claim the issue @SiddharthaAnand ?

PanchalShubham commented 4 years ago

If the issue is still open I can work on in it any language C,C++,Java or Python

SiddharthaAnand commented 4 years ago

Definitely. @PanchalShubham @Shubhangi2901 Please go ahead. @encarcio @boomwakalaka Will create seperate issues and integrate your PRs.

PanchalShubham commented 4 years ago

Definitely. @PanchalShubham @Shubhangi2901 Please go ahead. @encarcio @boomwakalaka Will create seperate issues and integrate your PRs.

Let me the one you need C/C++/Java or Python

PanchalShubham commented 4 years ago

I have written the Java Implementation but I'm unable to push as I'm getting access denied. Let me know further steps.

SiddharthaAnand commented 4 years ago

@PanchalShubham Please follow the steps:

  1. Fork this repository into your own.
  2. Make the changes.
  3. Push your changes in your repository.
  4. Open a Pull Request with this repository.
PanchalShubham commented 4 years ago

I have created a PR please check it out

sulemangit commented 3 years ago

first time here, can I pick this up?

SiddharthaAnand commented 3 years ago

This issue is Closed. You can go over other issues and pick some from those.