Understanding Data Structures using C#
Learn Data structure and algorithms using C#
★★★★★ 3.8
(76 reviews)
2 hours of content
What you'll learn
- Data Structures in C#
- Sorting
- Search
- Stack, Queues, Hashtables, Dictionary, LinkedList, and Binary Tree
Covers common data structures in C#, including arrays, stacks, queues, hashtables, dictionaries, linked lists, and binary trees. Sorting and search algorithms such as bubble sort, merge sort, and binary search are introduced. Learners can implement these structures and algorithms in C# programs.
Who this course is for
Ideal for beginning C# developers who want a foundation in data structures and algorithms.
#csharp
#data-structures
#algorithms
#sorting
#search
#collections