4 Basic Data Structures - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

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