计算机
9 are following
190 articles
justyy银行行长

第649天 教娃编程 - 在有向无环图中查找零入度维一顶点的算法

第649天 教娃编程 - 在有向无环图中查找零入度维一顶点的算法 List of All Tutorial Videos Post: Day 649 - Teaching Kids Programming - Algorithms to Find the Unique Verte...

justyy银行行长

第647天 教娃编程 - 查找字典顺序最小回文字符串的算法

第647天 教娃编程 - 查找字典顺序最小回文字符串的算法 List of All Tutorial Videos Post: Day 647 - Teaching Kids Programming - Algorithms to Find the Lexicographical...

justyy银行行长

第648天 教娃编程 - 在有向无环图中查找零入度顶点的算法

第648天 教娃编程 - 在有向无环图中查找零入度顶点的算法 List of All Tutorial Videos Post: Day 648 - Teaching Kids Programming - Algorithms to Find the Vertex of Zero...

justyy银行行长

第646天 教娃编程 - 计算机中补码简介(存储负整数)

第646天 教娃编程 - 计算机中补码简介(存储负整数) List of All Tutorial Videos Post: Day 646 - Teaching Kids Programming - Introduction to Two's Complement (...

justyy银行行长

第645天 教娃编程 - 计算所有蚂蚁从木板上掉下来之前的最后一刻

第645天 教娃编程 - 计算所有蚂蚁从木板上掉下来之前的最后一刻 List of All Tutorial Videos Post: Day 645 - Teaching Kids Programming - Last Moment Before All Ants Fall O...

justyy银行行长

第644天 教娃编程 - 生成包含奇数个字符的字符串算法

第644天 教娃编程 - 生成包含奇数个字符的字符串算法 List of All Tutorial Videos Post: Day 644 - Teaching Kids Programming - Algorithm to Generate a String With Cha...

justyy银行行长

第643天 教娃编程 - 0/1背包问题: 总和达到目标的最长子序列的长度(递归+记忆式搜索=自顶向下动态规划算法)

第643天 教娃编程 - 0/1背包问题: 总和达到目标的最长子序列的长度(递归+记忆式搜索=自顶向下动态规划算法) List of All Tutorial Videos Post: Day 643 - Teaching Kids Programming - 0/1 Knaps...

justyy银行行长

第642天 教娃编程 - 计算语法中第 K 个符号的递归算法

第642天 教娃编程 - 计算语法中第 K 个符号的递归算法 List of All Tutorial Videos Post: Day 642 - Teaching Kids Programming - Recursive Algorithms to Compute the K...

justyy银行行长

第641天 教娃编程 - 数数字中相除的位数(三种算法)

第641天 教娃编程 - 数数字中相除的位数(三种算法) List of All Tutorial Videos Post: Day 641 - Teaching Kids Programming - Count the Digits That Divide a Number (...

justyy银行行长

第640天 教娃编程 - 判断二进制中最长连续的1比最长连续0更长(三种算法)

https://youtu.be/FRzJQl9VBhc第640天 教娃编程 - 判断二进制中最长连续的1比最长连续0更长(三种算法) List of All Tutorial Videos Post: Day 640 - Teaching Kids Programming - ...

justyy银行行长

第639天 教娃编程 - 从数组尾部收集元素的最少操作

第639天 教娃编程 - 从数组尾部收集元素的最少操作 List of All Tutorial Videos Post: Day 639 - Teaching Kids Programming - Minimum Operations to Collect Elements f...

justyy银行行长

第638天 教娃编程 - 经过一些步骤后保持在同一位置的方法数(自顶向下动态规划算法/记忆化递归搜索)

第638天 教娃编程 - 经过一些步骤后保持在同一位置的方法数(自顶向下动态规划算法/记忆化递归搜索) List of All Tutorial Videos Post: Day 638 - Teaching Kids Programming - Number of Ways t...

justyy银行行长

第637天 教娃编程 - 1到N自然数可被m整除和不可整除的数字之和的差异(穷举+数学)

第637天 教娃编程 - 1到N自然数可被m整除和不可整除的数字之和的差异(穷举+数学) List of All Tutorial Videos Post: Day 637 - Teaching Kids Programming - Divisible and Non-divis...

justyy银行行长

第636天 教娃编程 - 数学求和Sum(1/(1+2+..N))

第636天 教娃编程 - 数学求和Sum(1/(1+2+..N)) List of All Tutorial Videos Post: Day 636 - Teaching Kids Programming - Compute Sum of 1/(1+2+..N) Using M...

justyy银行行长

第635天 教娃编程 - 最大奇数二进制

第635天 教娃编程 - 最大奇数二进制 List of All Tutorial Videos Post: Day 635 - Teaching Kids Programming - Maximum Odd Binary NumberB 站: https://www.bilib...

justyy银行行长

第634天 教娃编程 - 计算金字塔叠放玻璃杯中的水量(自顶向下动态规划算法 - 带记忆的递归)

第634天 教娃编程 - 计算金字塔叠放玻璃杯中的水量(自顶向下动态规划算法 - 带记忆的递归) List of All Tutorial Videos Post: Day 634 - Teaching Kids Programming - Compute the Amount ...

justyy银行行长

第633天 教娃编程 - 将 X 减为零的最少操作(双指针+滑动窗口算法)

第633天 教娃编程 - 将 X 减为零的最少操作(双指针+滑动窗口算法) List of All Tutorial Videos Post: Day 633 - Teaching Kids Programming - Minimum Operations to Reduce X...

justyy银行行长

第631天 教娃编程 - 对数组进行排序的最小右移的算法

第631天 教娃编程 - 对数组进行排序的最小右移的算法 -->List of All Videos<-- Post: Day 631 - Teaching Kids Programming - Algorithms to Count the Minimum Righ...

justyy银行行长

第632天 教娃编程 - 将X减为零的最少操作(双指针+自顶向下动态规划算法+带记忆的递归搜索)

第632天 教娃编程 - 将X减为零的最少操作(双指针+自顶向下动态规划算法+带记忆的递归搜索) List of All Tutorial Videos Post: Day 632 - Teaching Kids Programming - Minimum Operations ...

justyy银行行长

第630天 教娃编程 - 数线段间隔的交点数(线扫描算法)

第630天 教娃编程 - 数线段间隔的交点数(线扫描算法) --->List of All Tutorial Videos<--- Post: Day 630 - Teaching Kids Programming - Count the Intersection P...

Loading...