Selection Sort
Selection Sort is a simple, in-place, comparison-based sorting algorithm used in data structures to arrange the elements of a list or array in a specific order, either ascending or descending.
#selectionsort#SortingAlgorithm#DataStructures#Programming#Coding
Selection Sort | Sorting Algorithm
Selection Sort is a simple, in-place, comparison-based sorting algorithm used in data structures to arrange the elements of a list or array in a specific order, either ascending or descending.
#SelectionSort #SortingAlgorithm#DataStructures
Just finished implementing my own sorting algorithm 🚀 Learned a lot about logic, loops, and optimization while debugging it. Feels amazing to see code finally run perfectly! 💻✨ #CodingJourney#100DaysOfCode#SortingAlgorithm
Day 8 of #100DaysOfDSA
Merge Sort
A divide-and-conquer algorithm that splits the array into halves, sorts each half, and merges them back in order.
Time Complexity:
- Best: O(n log n)
- Avg: O(n log n)
- Worst: O(n log n)
#Java#DSA#MergeSort#SortingAlgorithm#CleanCode
Day 5 of my 30-day DSA challenge!🧑💻
Explored array problems on LeetCode, comparing old and modern approaches to find the Kth largest element in C . Learned how sorting algorithms like std::sort offer efficient solutions.
#30DaysChallenge#SortingAlgorithm#DSA
Quick Sort Algorithm:
📍 It is a Divide and Conquer Algorithm.
📍It is also a type of comparison based Sorting Algorithm.
📍The Partition Algorithm is the heart of Quick Sort Algorithm.
📍We choose an element as pivot and perform partition algorithm to the pivot algorithm.
📍The idea to put pivot element at it’s correct position, which means the left side elements of pivot elements will be less than or equal to pivot element and the right side elements will be greater than pivot element.
Uploaded a Detailed Video On Quick Sort
youtube.com/watch?v=pygnssKV…#sortingalgorithm#quicksort#divideandconquer#dsa#coding#algorithm
I had a rare opportunity to discuss Types of Algorithms in one our peer review with my @TIIDELab fellows and it was a great time. We talked about the types of #SortingAlgorithm & the practical application of this concept in our #FintechProject, #PadiPay. @Shamdex2000
😂🔀 "DSA got jokes too! Why did the sorting algorithm refuse to go to the party? It couldn't handle all the 'unsorted' behavior! 😆🎉 #DSA#SortingAlgorithm#PartyTime#Codekibasti"