Skip to content
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

Create any data structure in any language #60

Open
BaReinhard opened this issue Oct 3, 2017 · 30 comments · May be fixed by #242
Open

Create any data structure in any language #60

BaReinhard opened this issue Oct 3, 2017 · 30 comments · May be fixed by #242
Assignees

Comments

@BaReinhard
Copy link
Owner

BaReinhard commented Oct 3, 2017

Be sure to follow the structure
data_structures/general/specific/language/file.lang

Ex
data_structures/binary_tree/javascript/BST.js

@BaReinhard
Copy link
Owner Author

No preferences as of now. Whatever you feel like experimenting with.

@JHenderson333
Copy link

JHenderson333 commented Oct 5, 2017

Will implement Java Linked List

@srpurwaha201
Copy link

Can i implement linkedList in c++?

@m-sameer
Copy link
Collaborator

m-sameer commented Oct 6, 2017

Please merge my PR which will complete issue #133 and also this one.

@ogkush6
Copy link

ogkush6 commented Oct 20, 2017

I want to add a Graph in Java using Hashmap and Linkedlist , how should I proceed .
I wish to create a folder 'Java' under Data Structures/ Graph
and then add my files .

@m-sameer
Copy link
Collaborator

m-sameer commented Oct 21, 2017

Here's what you do:
1.) Fork this repo.
2.) Clone your repo on your local machine.
3.) Go to Data Structures/Graph and create a new folder named "java".
4.) Add your files to that folder.
5.) Push it your remote repo.
6.) There should a 'create a pull request' button, click on it.
7.) Add the title and the description to the PR(and don't forget to mention this issue in the PR. You can mention it by adding 'Does #60' in your description). My suggestion would be to add 'Add Graph implementation in Java' as title and 'Closes issue #60' as the description.
And you're done!
(Ask anything that you didn't understand).

@ogkush6
Copy link

ogkush6 commented Oct 22, 2017

I added graph in java PR #275 .
Do tell me how can I improve it , also I read the issue #133 just now , so didn't add any explanation .

@m-sameer
Copy link
Collaborator

Change the title of your PR to 'Add Graph's implementation in Java' and change the description to 'Added Graph's implementation in Java for issue #60'. I think that'll be enough. :)

@ogkush6
Copy link

ogkush6 commented Oct 23, 2017

Done and thanks for helping me out ! :D

@m-sameer
Copy link
Collaborator

m-sameer commented Oct 23, 2017

Cool. ;). Welcome.

@gunanksood
Copy link

hey! i want to add a graph problem in c++. Assign this issue to me @BaReinhard

@jasm123
Copy link

jasm123 commented Oct 28, 2017

Created seperate folder and have submitted PRs for segment tree.
I didn't submit PR for BFS, DFS because it is already there in algorithms folder.

@m-sameer
Copy link
Collaborator

m-sameer commented Oct 29, 2017

Cool.

@IamRaviTejaG-zz
Copy link

Caesar Cipher in C++ & Python is up here in my PR: #439

Please merge the PR.

@raghunanj
Copy link
Contributor

I have added files for the union data structure in python with an example algorithm problem(graph). Please merge PR #631

@m-sameer m-sameer self-assigned this Oct 17, 2018
@m-sameer
Copy link
Collaborator

NOTICE
You don't have to mention that you have made a PR. You may just mention any one of the assignees for this issue in your PR.

@d4nielhdz
Copy link
Contributor

#836 Implemented MinHeap in C++

@nishamehra
Copy link

Can I add a detect a loop in linked list in java?

@Akriti-05
Copy link

May I implement min stack using java?

@Bahukhandi93
Copy link

Please assign this issue to me. Thank you!

@Aarav238
Copy link

Aarav238 commented Oct 3, 2022

i want to implement data structure in java
Please assign this issue to me.
I can implement every data structure in java

@tripathisharad
Copy link

Hi @BaReinhard I would like contribute on this project can you please assign me.

@arpanbiki
Copy link

Sir please assign me this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.