kodeflap / Algo_Guide

Algo Guide is an educative android app for studying data structures and algorithms.
Apache License 2.0
11 stars 8 forks source link

Implement Queue Concept #18

Closed kodeflap closed 2 years ago

kodeflap commented 2 years ago

Should implement different queue type concept in kotlin This task should implement by creating queue package then seperate sub package for each type of queue. Then implement each kotlin class for each

It's operations common for all type of queue

ramyashreeshetty commented 2 years ago

can i work on this?

kodeflap commented 2 years ago

yes, you can work on the issue

ramyashreeshetty commented 2 years ago

hey, actually i needed to confirm few things! over here image

  1. as y'll have created Data_structures.linked_lists, I have to create Data_structures.queues?
  2. under that i'll be creating queue, circular q, priority q and deque.
kodeflap commented 2 years ago

Create package called queue in data structure and in there create sub packages

ramyashreeshetty commented 2 years ago

yes got it

ok, but to avoid conflicts I am reformatting the package structure so you can start when I just inform so that you can update the project. Is that ok🙂

ramyashreeshetty commented 2 years ago

@kodeflap for now i m completing the tasks, I havent commited anything so that wont be a problem. Do let me know when you are done wth formatting the project

ramyashreeshetty commented 2 years ago

@kodeflap hey i'm done with the tasks so can i create a pr?

kodeflap commented 2 years ago

@kodeflap hey i'm done with the tasks so can i create a pr?

Yes, you can I will merge it

ramyashreeshetty commented 2 years ago

okay

ramyashreeshetty commented 2 years ago

hey could you assign this issue 😅