OpenGenus / cosmos

World's largest Contributor driven code dataset | Used in Quark Search Engine, @OpenGenus IQ, OpenGenus Visual Project

Home Page:http://internship.opengenus.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DoublyLinkedList in C++

MiniMinstrel opened this issue · comments

This is a(n):

  • 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.

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

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

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 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 It sounds good, please add the function in the code.

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

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

@Nivig1310 Hi, have you added the changes?