Completed
- How to add elements to the list
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Data Structures - Working with Lists in C# for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 - What is a list
- 2 - Why we need lists
- 3 - Where to learn programming on practical examples
- 4 - How to create a list
- 5 - How to display list elements
- 6 - How to add elements to the list
- 7 - How to sort elements in the list
- 8 - How to remove elements from the list
- 9 - Let's create a shopping list app
- 10 - How to check if the list contains a certain element
- 11 - Let's fix a hidden bug