文件名称:leetcode338-NowOrNever:是信仰的飞跃,还是成为老人,满怀遗憾,等待孤独死去
文件大小:66KB
文件格式:ZIP
更新时间:2024-07-21 00:18:28
系统开源
leetcode 338 NowOrNever Whether to take a leap of faith, or become an old man, filled with regret, waiting to die alone 补理论或证明 Data Structure: heap sort Data Structure: binary indexed tree Data Structure: segment tree Algorithm: dynamic programming Algorithm: shortest path Algorithm: two pointer proof: shortest path(dij, bellman, floyd) 补题 acw 345 (bellman ford 和 状态dp做法) acw 1145 (不用二分直接用单调性的做法) acw 341 dfs的做法 acw 1171 tarjan做法 lc 787 最短路和dp做法 双周赛自定义排序(pq, map) 补双周赛第四题 lc 138 插next指针的做法 lc 327 线