Data Structures - Working with Lists in C# for Beginners
Offered By: CodeBeauty via YouTube
Course Description
Overview
Learn the fundamentals of working with lists in C# in this comprehensive 28-minute tutorial for beginners. Discover what lists are, why they're essential, and how to create, manipulate, and utilize them effectively. Master list declaration, initialization, adding elements, looping through items, and applying common built-in methods. Gain hands-on experience by building a practical shopping list application, learning to sort elements, remove items, and check for specific entries. Explore hidden bugs and their solutions to enhance your understanding of list implementation in C# programming.
Syllabus
- What is a list
- Why we need lists
- Where to learn programming on practical examples
- How to create a list
- How to display list elements
- How to add elements to the list
- How to sort elements in the list
- How to remove elements from the list
- Let's create a shopping list app
- How to check if the list contains a certain element
- Let's fix a hidden bug
Taught by
CodeBeauty
Related Courses
Intro to Computer ScienceUniversity of Virginia via Udacity Design of Computer Programs
Stanford University via Udacity Analytic Combinatorics, Part I
Princeton University via Coursera Algorithms, Part I
Princeton University via Coursera Algorithms, Part II
Princeton University via Coursera