好资源和短想法
#算法
这哥们在力扣刷了3500+道题,太猛了,讲解解题思路也很清晰。

力扣:灵茶山艾府
B站:《合集·基础算法精讲 高频面试题》
#算法
Computer Scientists Establish the Best Way to Traverse a Graph》:Dijkstra算法,被证明是解决单源最短路径问题(Single-Source Shortest-paths Problem,简称SSSP)的最优算法。

算法一开始是Dijkstra陪老婆逛街购物时想出来的:
In 1956, the 26-year-old Dutch computer scientist Edsger Dijkstra wanted to write a program that would show off the capabilities of a brand-new computer called the ARMAC. While shopping with his fiancée in Amsterdam, he stopped in at a café for a break. That’s when he hit on the idea for the algorithm (opens a new tab) that now bears his name. He didn’t have writing materials on hand, so over the course of 20 minutes he worked out the details in his head.



文章中列出的相关论文:
*《Universally-Optimal Distributed Algorithms for Known Topologies
*《Universal Optimality of Dijkstra via Beyond-Worst-Case Heaps
*《Instance-Optimality in I/O-Efficient Sampling and Sequential Estimation Computer Scientists Establish the Best Way to Traverse a Graph | Quanta Magazine
algorithm-visualizer.org | #算法 #可视化

一个交互式在线平台。通过可视化各种编程语言编写的代码将算法变为现实。
algorithm-base 专门为刚开始刷题的同学准备的 #算法 基地,立志用动画将晦涩难懂的算法说的通俗易懂 #机器学习