#programmingUnmoderated tagAll postsExplore CommunitiesTrending CommunitiesSteemit FeedbackNewcomers' CommunitySteemitCryptoAcademyআমার বাংলা ব্লগKorea • 한국 • KR • KOSTEEM CN/中文Steem AllianceSCT.암호화폐.CryptoWORLD OF XPILARComunidad LatinaAVLE 일상Beauty of Creativity#programmingTrendingHotNewPayoutsMutedericandryan (76)in #cn • 19 minutes ago带娃刷题第228天 用一个队列来模拟堆栈 明天用两个ericandryan (76)in #cn • 22 hours ago带娃刷题 第227天 数组左右和差/前缀和 后缀和ericandryan (76)in #cn • 2 days ago带娃刷题第226天 找Pivot 整数 数学解法 解方程带娃刷题第226天 找Pivot 整数 二分搜索算法 (logN)johnion (76)in #programming • 2 days agosteemCreated with Sketch.Script untuk import data dari google sheet phpGoogle Sheet itu sederhananya adalah aplikasi spreadsheet online buatan Google, mirip seperti Microsoft Excel, tapi…ericandryan (76)in #cn • 3 days ago带娃刷题第225天 找Pivot 整数 二分搜索算法 O(logN)带娃刷题第225天 找Pivot 整数 二分搜索算法 (logN)fencerdevlog (34)in #godot • 3 days agoGodot 4: Dynamic talent tree (tutorial)Hi everyone! Three days ago, on Friday, September 19, 2025, I released a new game and at the same time published a…ericandryan (76)in #cn • 4 days ago带娃刷题第224天 找Pivot 整数线形查找算法ericandryan (76)in #cn • 5 days ago带娃刷题第223天 找Pivot索引 和娃解释为啥二分不行opensourceposter (34)in #technology • 5 days agoUnveiling the FSF Unlimited License: Bridging Fair Code and Open Source InnovationAbstract In this post we take a deep dive into the FSF Unlimited License—a groundbreaking licensing model that…ericandryan (76)in #cn • 6 days ago带娃刷题第222天 找pivot索引 线形查找 O(N) 娃基本能自己做出来。虽难不是最优解justyy (83)in #blog • 6 days agoHow would you do Binary Search to Locate a Block given a TimeStamp (for Any Blockchain)?Yesterday, I mentioned using binary search to locate a block number. It is definitely doable. However, sometimes…ericandryan (76)in #cn • 7 days ago带娃刷题第221天 两数组相交 共同元素 哈希表带娃刷题第221天 两数组相交 共同元素 哈希表ericandryan (76)in #cn • 8 days ago带娃刷题第220天 两数组相交 共同元素 双指针算法带娃刷题第220天 两数组相交 共同元素 双指针算法ericandryan (76)in #cn • 9 days ago带娃刷题第219天 把二分搜索树变成递增列表 递归中序遍历算法 O(N)justyy (83)in #blog • 9 days agoHacktoberfest is here againDigital Ocean This event is sponsored by Digital Ocean Hacktoberfest TLDR; every October, the…ericandryan (76)in #cn • 10 days ago带娃刷题第218天 最长递增子序列 构建序列二分搜索插入法 O(nlogn)带娃刷题第218天 最长递增子序列 构建序列 二分搜索插入法 O(nlogn)fencerdevlog (34)in #godot • 10 days agoGodot 4: Circular blur shader (tutorial)Hey everyone! I’ve just finished writing my new book about game development in Godot, which means the time I had for…ericandryan (76)in #cn • 11 days ago带娃刷题第217天 最长递增子序列 构建序列插入法 O(N^2)ericandryan (76)in #cn • 12 days ago带娃刷题第216天 最长递增子序列 至下而上动态规划算法ericandryan (76)in #cn • 13 days ago带娃刷题第215天 (复习)最长递增子序列 递归至上而下动态规划算法 记忆化搜索