home.social

#mergesort — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #mergesort, aggregated by home.social.

  1. ☑️ Day 8/100: #Leetcode daily question

    🟨 Question: 179. Largest Number

    Today's question was good and can be answered using a custom sorting function. I did this with 3 approaches:
    1. Built-in sort (provided custom key fn).
    2. #quicksort
    3. #MergeSort

    🐈‍⬛ Check out my #GitHub where I post all the daily streak 🔥 questions and #LeetcodeContest 🏆 solutions

    🔗 Solution Link: github.com/akshatsingh1718/lee

    🔗 My Leetcode Github: github.com/akshatsingh1718/lee

    #coding #python #sorting