The repository contains the project samples expalains how to implement various data structure and it's operation on your own. Ofcourse C# has some of in built data structures which is given below. we coud use it directly.
a. Search Algorithms
b. Sorting Algorithms
c. Stack & its operations
d. Queue & its operations
e. Linked List
f. Binary Search Tree
g. Dictionary & Hashmap