Inspiration
I've been wanting to get back to C# Development as I haven't touched the Language in about 3 years, so I thought I'd create this Singly Linked List Data structure as practice.
What it does
It creates a Singly Linked List and sorts it using the Divide and Conquer Algorithm of Merge Sort
How I built it
I built it using C# and .NET 5.0
Challenges we ran into
Mainly getting used to the slightly different syntax compared to Java (It's not a big difference, but its there nonetheless)
What we learned
I became comfortable with writing C# code again
What's next for Singly Linked List in C#
Making it a Generic Singly Linked List and adding functionality such as, "Insert" and "Delete" at any Index of the Linked List, which should not be too hard.

Log in or sign up for Devpost to join the conversation.