DEV Community

Mahima Singh
Mahima Singh

Posted on

#Day 13: Sorting Algorithms

Hello there!

I was just so busy trying to balance my end semester examinations along with coding that I could not find time to write down my coding journey. Hence, I would sum up some of them here.

I studied the various sorting algorithms from 'mycodeschool' YouTube channel. This channel is the best thing that I can recommend anyone. Please watch the Sorting playlist from this channel, you will learn a lot. I studied about Selection, Bubble, Insertion, Merge and Quick Sort from here. Today I studied about Heap Sort. This has blown my mind. I watched a lot of videos. It is a bit clear now but I need to code and run it myself in order gain confidence.

Top comments (0)