Chapter 6. Algorithms and Data Structures

IN THIS CHAPTER

The syntax of a programming language is only one thing that a programmer has to be familiar with. Algorithms and data structures are at least as important as the syntax of C#. In this chapter, we introduce you to the basic concepts of algorithms and data structures, and show how flexible and extendable software can be written with the help of Mono and C#. You'll learn to perform basic operations and you'll get a feeling for more data-intensive applications as well as performance.

The Mono framework provides a set of classes that help you to do your daily work. In this chapter, we deal with the most basic data structures people ...

Get Mono Kick Start now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.