C#: Collections
Offered By: LinkedIn Learning
Course Description
Overview
Learn how to maintain structured collections of data in C# and choose the right collection class for a wide variety of programming scenarios.
Syllabus
Introduction
- Wrangling data in C#
- What you should know
- Basic C# data structures
- Introduction to C# data collections
- Generic vs. non-generic collections
- Selecting a data structure class
- Basic List operations
- Searching List content
- LinkedList
- List vs. LinkedList comparison
- Challenge: Shopping list
- Solution: Shopping list
- Stacks
- Queues
- Dictionaries
- Challenge: Balance the statement
- Solution: Balance the statement
- ListDictionary and HybridDictionary
- OrderedDictionary
- StringCollection
- StringBuilder
- Challenge: Strings
- Solution: Strings
- Next steps
Taught by
Joe Marini
Related Courses
Applying Data Structures to Manipulate Cleansed UN DataCoursera Project Network via Coursera Java Built in Data Structures
Coursera Project Network via Coursera Data Structures & Algorithms I: ArrayLists, LinkedLists, Stacks and Queues
Georgia Institute of Technology via edX Introduction to Object-Oriented Programming with Java III: Exceptions, Data Structures, Recursion, and GUIs
Georgia Institute of Technology via edX Data Structures and Algorithms
Georgia Institute of Technology via edX