New: data-structureAll contenthive-129948hive-196917krsteemzzanhive-166405hive-180932hive-183959hive-185836photographyuncommonlabhive-183397hive-150122hive-144064hive-101145hive-188619bitcoinkrsuccesshive-145157hive-184714hive-193637hive-139150hive-180301hive-103599hive-109690TrendingNewHotLikersjerryivan (58)in hive-181430 • 3 years agoSIZ-EDUCATION || FUNDAMENTALS OF DATA STRUCTURE BY @jerryivan ||20% payout to @siz-officialHello my fellow steemians family, how you all doing?, I believe you are doing great. I want to appreciate all the members and coordinators of this community for their support especially to the…infographic (69)in kr • 4 years ago[인포그래픽] 인포그래픽의 데이터 구축 유형littlenan (31)in data-structure • 6 years ago数据结构与算法之美(四十三):不定期福利第四期 | 刘超:我是怎么学习《数据结构与算法之美》的?littlenan (31)in data-structure • 6 years ago数据结构与算法之美(四十二):40 | 初识动态规划:如何巧妙解决“双十一”购物时的凑单问题?littlenan (31)in data-structure • 6 years ago数据结构与算法之美(四十一):39 | 回溯算法:从电影《蝴蝶效应》中学习回溯算法的核心思想littlenan (31)in data-structure • 6 years ago数据结构与算法之美(四十):不定期福利第三期 | 测一测你的算法阶段学习成果littlenan (31)in data-structure • 6 years ago数据结构与算法之美(三十九):38 | 分治算法:谈一谈大规模计算框架MapReduce中的分治思想littlenan (31)in data-structure • 6 years ago数据结构与算法之美(三十八):37 | 贪心算法:如何用贪心算法实现Huffman压缩编码?littlenan (31)in data-structure • 6 years ago数据结构与算法之美(三十七):36 | AC自动机:如何用多模式串匹配实现敏感词过滤功能?cryptoizotx (40)in swift • 6 years agoKeyframe animations with SwiftSwiftAnimations Description SwiftAnimations it's a library created to visualize changes to array. It might be a helpful tool for studying sorting algorithms. You can find out source code with…littlenan (31)in data-structure • 6 years ago数据结构与算法之美(三十六):35 | Trie树:如何实现搜索引擎的搜索关键词提示功能?littlenan (31)in data-structure • 6 years ago数据结构与算法之美(三十五):34 | 字符串匹配基础(下):如何借助BM算法轻松理解KMP算法?littlenan (31)in data-structure • 6 years ago数据结构与算法之美(三十四):33 | 字符串匹配基础(中):如何实现文本编辑器中的查找功能?littlenan (31)in data-structure • 6 years ago数据结构与算法之美(三十三):32 | 字符串匹配基础(上):如何借助哈希算法实现高效字符串匹配?littlenan (31)in data-structure • 6 years ago数据结构与算法之美(三十二):31 | 深度和广度优先搜索:如何找出社交网络中的三度好友关系?littlenan (31)in data-structure • 6 years ago数据结构与算法之美(三十一):30 | 图的表示:如何存储微博、微信等社交网络中的好友关系?littlenan (31)in data-structure • 6 years ago数据结构与算法之美(三十):29 | 堆的应用:如何快速获取到Top 10最热门的搜索关键词?littlenan (31)in data-structure • 6 years ago数据结构与算法之美(二十九):28 | 堆和堆排序:为什么说堆排序没有快速排序快?cryptoizotx (40)in swift • 6 years agoSwift Interview Questions Recursion: Print numbers from 0 to n without using for loop.This one is tricky! How can you print all those numbers with for loop, enumeration, or similar techniques that would make this task trivial? The answer is recursion. Most computer programming…littlenan (31)in data-structure • 6 years ago数据结构与算法之美(二十八):27 | 递归树:如何借助树来求解递归算法的时间复杂度?