4. Basic Data structures (operations)

Get Started. It's Free
or sign up with your email address
4. Basic Data structures (operations) by Mind Map: 4. Basic Data structures (operations)

1. Operations

1.1. Create

1.1.1. Python

1.1.1.1. dicts:

1.1.2. R

1.2. Access

1.2.1. List

1.2.1.1. Python

1.2.1.2. R

1.2.2. Vector

1.2.2.1. Python

1.2.2.2. R

1.2.3. Set

1.2.3.1. Python

1.2.4. Tuple

1.2.4.1. Python

1.2.5. Dict

1.2.5.1. Python

1.3. Replace

1.3.1. by Position

1.3.1.1. List

1.3.1.1.1. Python

1.3.1.1.2. R

1.3.1.2. Vector

1.3.1.2.1. Python

1.3.1.2.2. R

1.3.1.3. Set

1.3.1.3.1. Not possible in Python

1.3.1.4. Tuple

1.3.1.4.1. Not possible in Python

1.3.1.5. Dict

1.3.1.5.1. Not possible in Python

1.3.2. by Value

1.3.2.1. List

1.3.2.1.1. Python

1.3.2.1.2. R

1.3.2.2. Vector

1.3.2.2.1. Python

1.3.2.2.2. R

1.3.2.3. Set

1.3.2.3.1. Not possible in Python

1.3.2.4. Tuple

1.3.2.4.1. Not possible in Python

1.3.2.5. Dict

1.3.2.5.1. Python

1.4. Delete

1.4.1. by Position

1.4.1.1. List

1.4.1.1.1. Python

1.4.1.1.2. R

1.4.1.2. Vector

1.4.1.2.1. Python

1.4.1.2.2. R

1.4.1.3. Set

1.4.1.3.1. Not possible in Python

1.4.1.4. Tuple

1.4.1.4.1. Not possible in Python

1.4.1.5. Dict

1.4.1.5.1. Not possible in Python

1.4.2. by Value

1.4.2.1. List

1.4.2.1.1. Python

1.4.2.1.2. R

1.4.2.2. Vector

1.4.2.2.1. Python

1.4.2.2.2. R

1.4.2.3. Set

1.4.2.3.1. Python

1.4.2.4. Tuple

1.4.2.4.1. Not possible in Python

1.4.2.5. Dict

1.4.2.5.1. Python

1.5. Insert

1.5.1. List

1.5.1.1. Python

1.5.1.2. R

1.5.2. Vector

1.5.2.1. Python

1.5.2.2. R

1.5.3. Set

1.5.3.1. Python

1.5.4. Tuple

1.5.4.1. Not possible in Python

1.5.5. Dict

1.5.5.1. Python

1.6. Concatenate

1.6.1. List

1.6.1.1. Python

1.6.1.1.1. notice:

1.6.1.2. R

1.6.1.2.1. notice:

1.6.2. Vector

1.6.2.1. Python

1.6.2.2. R

1.6.3. Set

1.6.3.1. Python

1.6.4. Tuple

1.6.4.1. Python

2. codes

2.1. Vector

2.2. List

2.3. Set

2.4. Tuple

2.5. Dictionary