Tag: Algorithms

  • Algorithms: Heap Sort – featuring Min and Max Heap (JavaScript)

    I explain and code the Heap Sort algorithm and the Heap data structure in JavaScript. Final code can be found here: https://gist.github.com/Shaddyjr/f46a0beb89d1f1517c1c9ce6d5bf6601 As a way to improve my coding skills and technical interview prep, I practice HackerRank problems and solve them live with minimal edits. This allows viewers to see my thought process and problem-solving…