https://www.educative.io/courses/grokking-coding-interview-in-javascript/solution-largest-palindromic-number
Learn how to find the largest palindromic number using a greedy algorithm by rearranging digits with optimal time and space complexity.
palindromic numbergreedysolutionlargestjavascript
https://www.codewars.com/kata/56a6ce697c05fb4667000029/train/haskell
Codewars is where developers achieve code mastery through challenge. Train on kata in the dojo and reach your highest potential.
palindromic numbertrainingnextcodewars
https://www.educative.io/courses/grokking-coding-interview-in-python/solution-largest-palindromic-number
Discover how to construct the largest palindromic number from digits using a greedy algorithm with optimal time and space complexity.
palindromic numberlargestsolutionusinggreedy