Java-Jet icon indicating copy to clipboard operation
Java-Jet copied to clipboard

Data structures in Java

Open ShivangiSingh17 opened this issue 6 years ago • 11 comments

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

  • Linked List

  • [ ] Singly Linked List

  • [ ] Doubly Linked List

  • [ ] Circular Linked List

  • [ ] Reversing Linked List

  • Stack

  • [ ] Using Arrays

  • [ ] Using linked list

  • Queue

  • [ ] Using Arrays

  • [ ] Using Linked List

  • [ ] Priority Queues - [ ] Using Linked List - [ ] Using Heap

2. Trees

  • [ ] Binary Tree
  • [ ] Binary Search Tree
  • [ ] Heaps
  • [ ] Binomial Heap
  • [ ] Fibonacci Heap
  • [ ] Segmented Tree
  • [ ] Binary Indexed Tree
  • [ ] AVL Trees
  • [ ] Multi Way Trees

3. Hash Tables and Hash Functions

ShivangiSingh17 avatar Oct 04 '19 13:10 ShivangiSingh17

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

Sankalan47 avatar Oct 04 '19 14:10 Sankalan47

@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!!

ShivangiSingh17 avatar Oct 04 '19 15:10 ShivangiSingh17

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

cherryWood55 avatar Oct 05 '19 02:10 cherryWood55

Yeah Sure..Proceed

On Sat, Oct 5, 2019, 7:59 AM Diya NC <[email protected] 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 .

ShivangiSingh17 avatar Oct 05 '19 06:10 ShivangiSingh17

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

natashaverma avatar Oct 06 '19 06:10 natashaverma

@natashaverma yeah sure

ShivangiSingh17 avatar Oct 06 '19 10:10 ShivangiSingh17

I would like to contribute.

Kuljeet-123 avatar Oct 07 '19 05:10 Kuljeet-123

@Kuljeet-123 Sure

ShivangiSingh17 avatar Oct 07 '19 05:10 ShivangiSingh17

I would like to contribute too.

kushverma86 avatar Oct 13 '19 19:10 kushverma86

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

ShivangiSingh17 avatar Oct 13 '19 19:10 ShivangiSingh17

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

MayankSingh173 avatar Sep 28 '20 17:09 MayankSingh173