update meta data
This commit is contained in:
parent
f3a896c724
commit
90e15ed6ce
3307 changed files with 1674 additions and 7 deletions
13
Task/Deepcopy/00DESCRIPTION
Normal file
13
Task/Deepcopy/00DESCRIPTION
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
Demonstrate how to copy data structures containing complex hetrogeneous and cyclic semantics. This is often referred to as [[wp:Deep_copy#Deep_copy|deep copying]], and is normally required where structures are mutable and to ensure that independent copies can be manipulated without side-effects.
|
||||
|
||||
If this facility is not built into the language, it is permissible to use functions from a common library, or a coded procedure.
|
||||
|
||||
The task should show:
|
||||
|
||||
* Relevant semantics of structures, such as their [[wp:Homogeneity and heterogeneity|homogeneous or heterogeneous]] properties, or containment of (self- or mutual-reference) cycles.
|
||||
|
||||
* Any limitations of the method.
|
||||
|
||||
* That the structure and its copy are different.
|
||||
|
||||
* Suitable links to external documentation for common libraries.
|
||||
Loading…
Add table
Add a link
Reference in a new issue