Search Books

Data Structures and Algorithms in C#

Author He, Yujing
Publisher CreateSpace Independent Publishing Platform
📄 Viewing lite version Full site ›
🌎 Shop on Amazon — choose country
Price not listed
🛒 Buy New on Amazon 🇺🇸
Share:
Book Details
Author(s)He, Yujing
ISBN / ASIN1478126450
ISBN-139781478126454
Sales Rank3,236,599
MarketplaceUnited States 🇺🇸

Description

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.