Code Monkey home page Code Monkey logo

Comments (5)

emirpasic avatar emirpasic commented on May 22, 2024

@dvaerum sounds reasonable, let me mediate on this. if implemented, you are right, it should be for all structures. not sure if this would be able to copy a linked-list into array-list, so perhaps what you need is a Clone method?

from gods.

dvaerum avatar dvaerum commented on May 22, 2024

You can call Clone if you want 😉 as long that I get the function to dublicate all the data and still have it accessible from the same lovely interface that I dublicated from 😃

But since you want to call it Clone instead of Copy , is there any difference in what to expect based on the wording or is it just what one preferes?

from gods.

emirpasic avatar emirpasic commented on May 22, 2024

Clone, at least from my experience in other programming languages, usually creates the identical structure and type as the original.

Copy could be the same, not sure what the difference is, but in C++ you get the copy-constructor which might behave differently, e.g. overloaded copy constructor that can accept different data structure types.

Frankly I am not sure if there is much difference, so it's best to ask you if Clone name would be sufficiently intuitive for you to know that it does what you are asking for or would you find Copy more intuitive?

from gods.

dvaerum avatar dvaerum commented on May 22, 2024

I would say it is sufficiently intuitive 😄 so let's stick to what everyone else does 👍

from gods.

AryanAhadinia avatar AryanAhadinia commented on May 22, 2024

PR #150 implemented Clone for all ArrayList, SinglyLinkedList and DoublyLinkedList.

from gods.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.