Home C# for solving DSA questions
Post
Cancel

C# for solving DSA questions

Introduction to C#

C# is an object oriented programming language developed by Microsoft. The syntex of this language is similar to C, C++ and Java. C# can be used to develope applications for windows, Adroid, IOS as well as web. The language is also used to develope computer games.

In this article, we will discuss about the basics as well as the important features provided in C# that we will use to solve data structure and alogorithm problems.

This post is licensed under CC BY 4.0 by the author.