Inspiration

After writing Hello World in C#, I learned a few basics of C# and today implemented the BubbleSort algorithm in C#.

What it does

It sorts the list of Integers, using Bubble Sort Algorithm

How we built it

I built it in C#, after learning the concepts of Bubble Sort.

Accomplishments that we're proud of

My First Sorting Algorithm in C#

What we learned

I learned the basics of C# and data structure, and also the Bubble Sort Algorithm.

What's next for Sort a List in C

I will try to implement a generic Bubble Sort Algorithm, which will work for all data types

Built With

Share this project:

Updates