Trending: programmingAll contenthive-129948hive-196917krhive-150122hive-166405zzanhive-180932steemhive-185836hive-188619hive-144064hive-183959hive-101145hive-183397uncommonlabphotographyhive-139150hive-103599hive-145157hive-180301hive-170554hive-109690photosteemitbitcoinTrendingNewHotLikersericandryan (74)in cn • yesterday带娃刷题第 143 天。简单题闰年算法/leap year 。justyy (83)in blog • yesterdayUpdating 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 • 2 days ago带娃刷题第142天。 贪心/最小堆ericandryan (74)in cn • 3 days ago带娃刷题第141天。 排序+贪心算法。最大化 K 次求反后的数组和 Maximize Sum Of Array After K Negationsericandryan (74)in cn • 4 days ago带娃刷题 第140天。最小堆ericandryan (74)in cn • 5 days ago带娃刷题第139天:贪心(排序)aitechtutorials (35)in technology • 8 hours agoUnlocking AI Power: A Deep Dive into Google’s Gemini CLI with MCP ToolsArtificial Intelligence is evolving rapidly, and tools like Google’s Gemini CLI are paving the way for advanced AI workflows that combine multiple Modular Cognitive Processes (MCPs). Over the past…ericandryan (74)in cn • 6 days ago带娃刷题第138天。 二分搜索算法alpha-omega (71)in hive-193186 • 5 days agoLRULRU Least Recently Used的缩写,即最近最少使用,是一种常用的页面置换算法。 可以用单链表实现,链表头部存放最近访问过的节点,链表尾部存放最早访问的节点。 插入新节点时,如果key已在链表中,则把该节点放到链表头部,更新节点value值 如果key不在链表里分以下两种情况: 缓存未满,则把新节点放到链表头部…fencerdevlog (34)in godot • 4 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…angela.krist (32)in r • 2 days 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…