cosmos icon indicating copy to clipboard operation
cosmos copied to clipboard

DoublyLinkedList in C++

Open MiniMinstrel opened this issue 3 years ago • 9 comments

This is a(n):

  • [x] New algorithm
  • [ ] Update to an existing algorithm
  • [ ] Error
  • [ ] Proposal to the Repository

Details: Hello there! I'm looking to see about submitting a doubly linked list in C++ to add along the other DoublyLinkedList implementations.

MiniMinstrel avatar Jan 30 '22 03:01 MiniMinstrel

Hi I have added Doubly linked list code and by mistake it has been pushed into the same branch so the code is in Pancake sort. please review it

harshit078 avatar Jan 31 '22 07:01 harshit078

Hello, is there anything I can contribute to here? I would like to know more

Nivig1310 avatar Sep 07 '22 20:09 Nivig1310

Hi @Nivig1310, the code for doubly linked list is already added but not merged. You can see through the added code and give some inputs if you have.

harshit078 avatar Sep 08 '22 12:09 harshit078

@harshit078 I have an idea to add a FindAll() function. This function will take into account the possibility of finding multiple nodes with the same data instead of just one. I want to add this onto the already added code. Does this sound good to you?

Nivig1310 avatar Sep 08 '22 22:09 Nivig1310

@Nivig1310 It sounds good, please add the function in the code.

harshit078 avatar Sep 10 '22 08:09 harshit078

@harshit078 Great, thank you. Can you help me find where the code is? I'm having some trouble locating it.

Nivig1310 avatar Sep 10 '22 19:09 Nivig1310

@Nivig1310 sure, the code for the doubly linked list is in pr above in this chat or (pr #6378). There you can find the given code under the view changes option.

harshit078 avatar Sep 11 '22 18:09 harshit078

@Nivig1310 Hi, have you added the changes?

harshit078 avatar Sep 19 '22 05:09 harshit078