Back to Browse

The Coin Change Problem | HackerRank (JavaScript)

3.2K views
Oct 20, 2019
9:06

Source: https://www.hackerrank.com/challenges/coin-change/problem Solution Code: https://gist.github.com/Shaddyjr/9b26a4cc15c7bde2e603c83ac0085b90 Intro: 0:00 Code Walkthrough: 1:10 Coin Change Problem (Dynamic Programming) by ONeillCode https://www.youtube.com/watch?v=jaNZ83Q3QGc 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 techniques along with the true struggles I go through when solving these technical coding problems. I also delve into tutorials about building out data structures and algorithms. I mainly code in JavaScript and Python. I also try to focus on Easy and Medium difficulty HackerRank problems, but occasionally detour onto other challenges, like those from my own technical interviews, daily coding challenges, or just fun coding puzzles I come across.

Download

1 formats

Video Formats

360pmp415.4 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

The Coin Change Problem | HackerRank (JavaScript) | NatokHD