Hot: programmingAll contenthive-129948hive-196917krhive-150122hive-180932zzanhive-188619hive-166405steemhive-185836hive-144064hive-101145hive-183959hive-183397uncommonlabphotographyhive-103599hive-139150hive-170554hive-180301hive-145157bitcoinsteemithive-184714hive-109690TrendingNewHotLikersericandryan (74)in cn • 9 hours ago带娃刷题第 143 天。简单题闰年算法/leap year 。justyy (83)in blog • 11 hours agoUpdating to Powershell 7I saw this message today for new version of Powershell : And it links to this for instructions to update to PowerShell 7 Auto complete New version again? Steem to…ericandryan (74)in cn • yesterday带娃刷题第142天。 贪心/最小堆angela.krist (32)in r • 21 hours agoR Programming: An In-depth OverviewR is a free, open-source programming language and environment that is dedicated to statistical analysis and graphics. It has become a pillar for data scientists, data analysts, and statisticians in…ericandryan (74)in cn • 2 days ago带娃刷题第141天。 排序+贪心算法。最大化 K 次求反后的数组和 Maximize Sum Of Array After K Negationsericandryan (74)in cn • 3 days ago带娃刷题 第140天。最小堆fencerdevlog (34)in godot • 3 days agoGodot 4: 3D Particle Trail (tutorial)Hi everyone! This time, we’ll take a short break from shaders and look at an equally interesting technology — particle systems in Godot 4. It's not the first time I’ve showcased something like this…alpha-omega (71)in hive-193186 • 4 days agoLRULRU Least Recently Used的缩写,即最近最少使用,是一种常用的页面置换算法。 可以用单链表实现,链表头部存放最近访问过的节点,链表尾部存放最早访问的节点。 插入新节点时,如果key已在链表中,则把该节点放到链表头部,更新节点value值 如果key不在链表里分以下两种情况: 缓存未满,则把新节点放到链表头部…ericandryan (74)in cn • 4 days ago带娃刷题第139天:贪心(排序)ericandryan (74)in cn • 5 days ago带娃刷题第138天。 二分搜索算法