0% found this document useful (0 votes)
12 views1 page

1+1=2…… Coding Data Structures

The document discusses the concept of coding data structures and how they can be reused to implement algorithms. It illustrates this with a simple arithmetic example of addition. The focus is on the relationship between data structures and algorithms in programming.

Uploaded by

Pratiksh Patel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views1 page

1+1=2…… Coding Data Structures

The document discusses the concept of coding data structures and how they can be reused to implement algorithms. It illustrates this with a simple arithmetic example of addition. The focus is on the relationship between data structures and algorithms in programming.

Uploaded by

Pratiksh Patel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

1+1=2…… coding of data structures

…..reusing coding of data structures to code algorithms that use the data structure
1+2 = (1+1)+1 = 2+1 = 3

You might also like