4 Basic Data Structures - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Manuals : Programming Guide : 4 Basic Data Structures

Contents     Previous     Next     Index

4 Basic Data Structures

The appropriate use of data structures is an important part of writing efficient programs.  Maple provides various data structures that can be used to help make your programs efficient.

4.1 In This Chapter

• 

Defining and manipulating sets, lists, tables, Arrays, records, stacks, and queues

• 

Converting between data structures

• 

Mathematical versus programmer indexing for Arrays

• 

Performance comparisons of data structures

 

Contents     Previous     Next     Index