Roads and Libraries | HackerRank (Python)
Glitched Failure
0:00 / 0:00
Roads and Libraries | HackerRank (Python)
1 970 просмотров · 5 лет назад
Glitched Failure
833 подписчика
1 970 просмотров · 5 лет назад
CORRECTION: I use more of a Breadth first search algorithm, since I explore each connection at a time, instead of going deep on one node.
Challenge: https://www.hackerrank.com/challenges...
Solution: 3:12
Solution Code: https://gist.github.com/Shaddyjr/f0ea...
As a way to improve my coding skills and technical interview prep, I practice HackerRank, Code Wars, and Code Signal 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, algorithms, and various other relevant and practical topics.
I mainly code in JavaScript, Python, and SQL. I also occasionally detour onto other challenges, like those from my own technical interviews, daily coding challenges, or just fun coding puzzles I come across.