justyy (78)in #programming • 2 days agoSPFA Shortest Path Algorithm (Python)SPFA (Shorter Path Faster Algorithm) is an improvement of Bellford-man Shortest Path Algorithm. def spfa(s, e):justyy (78)in #dtube • 4 days agoDay 509 - Teaching Kids Programming - Recursive Algorithm to Prune a Binary Tree第509天 教娃编程 - 修剪二叉树的递归算法 ---> List of All Tutorial Videosjustyy (78)in #dtube • 4 days agoDay 508 - Teaching Kids Programming - Distance Between Bus Stops (Floyd Warshall Shortest Path Algorithm in Simple Undirected Weighted Regular Graph)第508天 教娃编程 - 公共汽车站之间的距离(简单无向加权正则图中的 Floyd Warshall 多源最短路径算法) ---> List of All Tutorial Videosjustyy (78)in #dtube • 5 days agoDay 507 - Teaching Kids Programming - Depth First/Limit Search and Iterative Deepening Search Algorithm on Unweighted Graph第507天 教娃编程 - 未加权图上的深度优先/极限搜索和迭代深化搜索算法 ---> List of All Tutorial Videosjustyy (78)in #dtube • 7 days agoDay 506 - Teaching Kids Programming - A Light Talk on Breadth First Search, Uniform Cost Search and Dijkstra Shortest Path Graph Algorithms第506天 教娃编程 - 浅谈广度优先搜索BFS, 统一成本搜索UCS和 Dijkstra 最短路径算法(图论) ---> List of All Tutorial Videosjustyy (78)in #crypto • 7 days agoWirex Card Supports Deposit of TRX and USDT (TRC-20)The Wirex now supports direct deposit of TRX and USDT (TRC-20). So you can send from your Tronlink wallet directly…justyy (78)in #dtube • 8 days agoDay 505 - Teaching Kids Programming - Introduction to Dijkstra Single Source Shortest Path Graph Algorithm第505天 教娃编程 - Dijkstra 单源最短路径(SSSP图算法) ---> List of All Tutorial Videosjustyy (78)in #dtube • 11 days agoDay 504 - Teaching Kids Programming - Distance Between Bus Stops (Shortest Distance in Simple Undirected Weighted Regular Graph)第504天 教娃编程 - 公共汽车站之间的距离(简单无向加权正则图中的最短距离) ---> List of All Tutorial Videosjustyy (78)in #tron • 13 days agoAdded Steem to USDT Swap CalculatorNow you can have an estimation on how much USDT you can get by using the Steem/SBD to USDT (TRC-20) Swap tool! It is…justyy (78)in #dtube • 13 days agoDay 503 - Teaching Kids Programming - Valid Square Algorithm by Four Points in Cartesian Coordinate System (Math, Hashmap)第503天 教娃编程 - 判断平面上四个顶点是否可以组成正方形(笛卡尔坐标系, 数学, 哈希表) ---> List of All Tutorial Videosjustyy (78)in #dtube • 15 days agoDay 502 - Teaching Kids Programming - Minmax Dynamic Programming Algorithm (Game of Picking Numbers at Two Ends)第502天 教娃编程 - Minmax 极大极小动态规划算法(两端取数游戏) ---> List of All Tutorial Videosjustyy (78)in #dtube • 18 days agoDay 501 - Teaching Kids Programming - Single Source Shortest Path Algorithm in a Directed Unweighted Graph using Breadth First Search第501天 教娃编程 - 单源最短路径SSSP广度优先搜索BFS算法(有向未加权图成本总和) ---> List of All Tutorial Videosjustyy (78)in #tron • 18 days agoTronFAQ Bot now supports USDD coins on both Nile and Shasta testnet!Answer some FAQ for Tron Network using AI & Machine Learning Algorithms Distribute USDT and USDD, and TRX coins on…justyy (78)in #dtube • 20 days agoDay 500 - Teaching Kids Programming - Floyd Warshal Multi-source/All Pairs Shortest Path Algorithm (Sum of Costs in a Directed Unweighted Graph)第500天 教娃编程 - Floyd Warshall 多源/所有顶点对最短路径算法(有向未加权图中的成本总和) ---> List of All Tutorial Videosjustyy (78)in #dtube • 24 days agoDay 499 - Teaching Kids Programming - Introduction to Cartesian Product (Math)第499天 教娃编程 - 笛卡尔积(product函数)简介 ---> List of All Tutorial Videosjustyy (78)in #dtube • 26 days agoDay 498 - Teaching Kids Programming - Recursive Depth First Search Algorithm to Evaluate the Boolean Binary Tree第498天 教娃编程 - 递归深度优先搜索算法评估布尔二叉树的值 ---> List of All Tutorial Videosjustyy (78)in #dtube • 28 days agoDay 497 - Teaching Kids Programming - (!3+3)*!3=10 – Derangement Permutation Algorithms via Dynamic Programming and Recursion with Memoziation第497天 教娃编程 - (!3+3)*!3=10 动态规划算法求错位排列数(数学, 记忆化递归搜索) ---> List of All Tutorial Videosjustyy (78)in #blog • last monthAdding a Second 16GB DDR4 RAM to my Mini PC BoxI opened the Mini PC Box to clean the dust and was suprised to find out there is one spare slot for a DDR4 RAM. It…justyy (78)in #programming • last monthOpen Source: Simple ML Model for Sentence Similarity ScoreRepo: SimilarString Compute the score of similarity between two strings. Build docker build -t mlserver .…justyy (78)in #dtube • last monthDay 496 - Teaching Kids Programming - Count Unreachable Pairs of Nodes in an Undirected Graph (Union Find and Disjoint Set Algorithm)第496天 教娃编程 - 计算无向图中不可到达的顶点对(并查集Union Find算法) ---> List of All Tutorial Videos