ShivangiSingh17 / Java-Jet

This repository contains simple Java concepts that I learnt during the course:mag_right: :mag_right:
19 stars 121 forks source link

Data structures in Java #22

Open ShivangiSingh17 opened 4 years ago

ShivangiSingh17 commented 4 years ago

Writing code for any one of the listed concept (check boxes symbolizes the concept topic). You can do the same for more than one topic also as per your interest.

1. Lists

2. Trees

3. Hash Tables and Hash Functions

Sankalan47 commented 4 years ago

I want to do this but I didn't understand if I have to do this only for linked list codes or for all under 1

ShivangiSingh17 commented 4 years ago

@Sankalan47 you have to do only one not all i.e. you can do one out of linked list or stack or queue. Hope you understood!!

cherryWood55 commented 4 years ago

I would like to add the code for Binary Tree and Binary Search tree

ShivangiSingh17 commented 4 years ago

Yeah Sure..Proceed

On Sat, Oct 5, 2019, 7:59 AM Diya NC <notifications@github.com wrote:

I would like to add the code for Binary Tree and Binary Search tree

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ShivangiSingh17/Java-Jet/issues/22?email_source=notifications&email_token=AKOMAJALJHGXAVC4BZ6V32TQM73W7A5CNFSM4I5QCJ7KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEANIJCQ#issuecomment-538608778, or mute the thread https://github.com/notifications/unsubscribe-auth/AKOMAJC2FULUGGH7JNXSRFLQM73W7ANCNFSM4I5QCJ7A .

natashaverma commented 4 years ago

I would like to add the code for reversing a linked list.

ShivangiSingh17 commented 4 years ago

@natashaverma yeah sure

Kuljeet-123 commented 4 years ago

I would like to contribute.

ShivangiSingh17 commented 4 years ago

@Kuljeet-123 Sure

kushverma86 commented 4 years ago

I would like to contribute too.

ShivangiSingh17 commented 4 years ago

@kushverma86 Go ahead. In what are you planning to contribute?

MayankSingh173 commented 3 years ago

Heyy @ShivangiSingh17 ,I would like to contribute for Priority queues.