Open BaReinhard opened 7 years ago
No preferences as of now. Whatever you feel like experimenting with.
Will implement Java Linked List
Can i implement linkedList in c++?
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 .
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).
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 .
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. :)
Done and thanks for helping me out ! :D
Cool. ;). Welcome.
hey! i want to add a graph problem in c++. Assign this issue to me @BaReinhard
i have added Application of DFS algorithm to find largest component in a matrix. please merge the PR #327
Can I add a graph in Java?
No, @Kushredoc did that already. You have to use a different language or choose another Data Structure. Sorry.
Okay, then can I add a Segment Tree or Suffix Array in Java ? Also, in Graph, I've added DFS, BFS and topological sorting in addition.
The folders don't exist as of now so you need to create the folders yourself. Other than that, it's all great(just remember to create the BFS, DFS and the topological sorting folders in the Graph folder). Create a new folder in the folders of Data Structure named 'Java'. Add them in different PRs(you may need to create different branches to have a clean commit history and not having the changes overlap).
Yes, sure. Will do them in a day. Thanks!
Welcome! :-)
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.
Cool.
Caesar Cipher in C++ & Python is up here in my PR: https://github.com/BaReinhard/Hacktoberfest-Data-Structure-and-Algorithms/pull/439
Please merge the PR.
I have added files for the union data structure in python with an example algorithm problem(graph). Please merge PR #631
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.
Can I add a detect a loop in linked list in java?
May I implement min stack using java?
Please assign this issue to me. Thank you!
i want to implement data structure in java Please assign this issue to me. I can implement every data structure in java
Hi @BaReinhard I would like contribute on this project can you please assign me.
Sir please assign me this issue.
Be sure to follow the structure data_structures/general/specific/language/file.lang
Ex data_structures/binary_tree/javascript/BST.js