Data Structures and Algorithms in C#
Yujing He
- 出版商: CreateSpace Independ
- 出版日期: 2012-06-25
- 售價: $670
- 貴賓價: 9.5 折 $637
- 語言: 英文
- 頁數: 80
- 裝訂: Paperback
- ISBN: 1478126450
- ISBN-13: 9781478126454
-
相關分類:
C#、Algorithms-data-structures
無法訂購
相關主題
商品描述
Data structure is a way to represent the storage and the organization of data in the computer for programming languages to easily access the data and process the data within. There are several kinds of data structures that are very commonly used: Array, List, Queue, Stack, Binary Tree, and Set that we will discuss here. Different data structure has its own characteristics. These data structures are used in most programming languages. Here we will use the C# language to represent those data structures and see how to use them.