<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>爱编程的大丙</title>
  
  <subtitle>知识分享</subtitle>
  <link href="https://subingwen.cn/atom.xml" rel="self"/>
  
  <link href="https://subingwen.cn/"/>
  <updated>2026-01-14T10:01:41.499Z</updated>
  <id>https://subingwen.cn/</id>
  
  <author>
    <name>苏丙榅</name>
    
  </author>
  
  <generator uri="https://hexo.io/">Hexo</generator>
  
  <entry>
    <title>Qt 多线程之 QtConCurrent</title>
    <link href="https://subingwen.cn/qt/qtconcurrent/"/>
    <id>https://subingwen.cn/qt/qtconcurrent/</id>
    <published>2026-01-14T02:38:39.000Z</published>
    <updated>2026-01-14T10:01:41.499Z</updated>
    
    
      
      
    <summary type="html"></summary>
      
    
    
    
    <category term="Qt" scheme="https://subingwen.cn/categories/Qt/"/>
    
    
    <category term="多线程" scheme="https://subingwen.cn/tags/%E5%A4%9A%E7%BA%BF%E7%A8%8B/"/>
    
    <category term="线程池" scheme="https://subingwen.cn/tags/%E7%BA%BF%E7%A8%8B%E6%B1%A0/"/>
    
  </entry>
  
  <entry>
    <title>分治算法</title>
    <link href="https://subingwen.cn/data-structure/divide-and-conquer/"/>
    <id>https://subingwen.cn/data-structure/divide-and-conquer/</id>
    <published>2025-04-10T10:54:01.000Z</published>
    <updated>2025-04-10T10:59:59.482Z</updated>
    
    
      
      
    <summary type="html"></summary>
      
    
    
    
    <category term="数据结构" scheme="https://subingwen.cn/categories/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/"/>
    
    
    <category term="算法" scheme="https://subingwen.cn/tags/%E7%AE%97%E6%B3%95/"/>
    
  </entry>
  
  <entry>
    <title>贪心算法</title>
    <link href="https://subingwen.cn/data-structure/greedy/"/>
    <id>https://subingwen.cn/data-structure/greedy/</id>
    <published>2025-04-01T09:28:20.000Z</published>
    <updated>2025-04-09T10:32:51.709Z</updated>
    
    
      
      
    <summary type="html"></summary>
      
    
    
    
    <category term="数据结构" scheme="https://subingwen.cn/categories/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/"/>
    
    
    <category term="算法" scheme="https://subingwen.cn/tags/%E7%AE%97%E6%B3%95/"/>
    
  </entry>
  
  <entry>
    <title>哈希表</title>
    <link href="https://subingwen.cn/data-structure/hash/"/>
    <id>https://subingwen.cn/data-structure/hash/</id>
    <published>2025-03-27T10:37:17.000Z</published>
    <updated>2025-10-24T01:03:55.374Z</updated>
    
    
      
      
    <summary type="html"></summary>
      
    
    
    
    <category term="数据结构" scheme="https://subingwen.cn/categories/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/"/>
    
    
    <category term="哈希表" scheme="https://subingwen.cn/tags/%E5%93%88%E5%B8%8C%E8%A1%A8/"/>
    
  </entry>
  
  <entry>
    <title>普里姆算法和克鲁斯卡尔算法</title>
    <link href="https://subingwen.cn/data-structure/minimum-spanning-tree/"/>
    <id>https://subingwen.cn/data-structure/minimum-spanning-tree/</id>
    <published>2025-03-22T10:56:22.000Z</published>
    <updated>2025-03-22T10:57:52.744Z</updated>
    
    
      
      
    <summary type="html"></summary>
      
    
    
    
    <category term="数据结构" scheme="https://subingwen.cn/categories/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/"/>
    
    
    <category term="图" scheme="https://subingwen.cn/tags/%E5%9B%BE/"/>
    
  </entry>
  
  <entry>
    <title>并查集</title>
    <link href="https://subingwen.cn/data-structure/union-find/"/>
    <id>https://subingwen.cn/data-structure/union-find/</id>
    <published>2025-03-21T10:26:21.000Z</published>
    <updated>2025-03-21T10:35:26.675Z</updated>
    
    
      
      
    <summary type="html"></summary>
      
    
    
    
    <category term="数据结构" scheme="https://subingwen.cn/categories/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/"/>
    
    
    <category term="图" scheme="https://subingwen.cn/tags/%E5%9B%BE/"/>
    
  </entry>
  
  <entry>
    <title>迪杰斯特拉、弗洛伊德和贝尔曼-福特算法</title>
    <link href="https://subingwen.cn/data-structure/short-path/"/>
    <id>https://subingwen.cn/data-structure/short-path/</id>
    <published>2025-03-20T03:33:25.000Z</published>
    <updated>2025-03-20T03:42:49.022Z</updated>
    
    
      
      
    <summary type="html"></summary>
      
    
    
    
    <category term="数据结构" scheme="https://subingwen.cn/categories/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/"/>
    
    
    <category term="图" scheme="https://subingwen.cn/tags/%E5%9B%BE/"/>
    
  </entry>
  
  <entry>
    <title>图的存储结构和遍历</title>
    <link href="https://subingwen.cn/data-structure/graph/"/>
    <id>https://subingwen.cn/data-structure/graph/</id>
    <published>2025-03-18T02:12:20.000Z</published>
    <updated>2025-09-15T01:22:44.035Z</updated>
    
    
      
      
    <summary type="html"></summary>
      
    
    
    
    <category term="图" scheme="https://subingwen.cn/categories/%E5%9B%BE/"/>
    
    
    <category term="图" scheme="https://subingwen.cn/tags/%E5%9B%BE/"/>
    
  </entry>
  
  <entry>
    <title>字典树</title>
    <link href="https://subingwen.cn/data-structure/trie-tree/"/>
    <id>https://subingwen.cn/data-structure/trie-tree/</id>
    <published>2025-03-12T08:50:49.000Z</published>
    <updated>2025-03-13T01:33:04.292Z</updated>
    
    
      
      
    <summary type="html"></summary>
      
    
    
    
    <category term="数据结构" scheme="https://subingwen.cn/categories/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/"/>
    
    
    <category term="数据结构" scheme="https://subingwen.cn/tags/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/"/>
    
  </entry>
  
  <entry>
    <title>跳跃表</title>
    <link href="https://subingwen.cn/data-structure/skip-list/"/>
    <id>https://subingwen.cn/data-structure/skip-list/</id>
    <published>2025-03-10T08:32:04.000Z</published>
    <updated>2025-07-20T02:47:48.778Z</updated>
    
    
      
      
    <summary type="html"></summary>
      
    
    
    
    <category term="数据结构" scheme="https://subingwen.cn/categories/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/"/>
    
    
    <category term="数据结构" scheme="https://subingwen.cn/tags/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/"/>
    
    <category term="链表" scheme="https://subingwen.cn/tags/%E9%93%BE%E8%A1%A8/"/>
    
  </entry>
  
  <entry>
    <title>B树、B+树</title>
    <link href="https://subingwen.cn/data-structure/b-tree/"/>
    <id>https://subingwen.cn/data-structure/b-tree/</id>
    <published>2025-03-09T12:17:39.000Z</published>
    <updated>2025-07-14T02:25:11.265Z</updated>
    
    
      
      
    <summary type="html"></summary>
      
    
    
    
    <category term="数据结构" scheme="https://subingwen.cn/categories/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/"/>
    
    
    <category term="数据结构" scheme="https://subingwen.cn/tags/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/"/>
    
  </entry>
  
  <entry>
    <title>红黑树</title>
    <link href="https://subingwen.cn/data-structure/red-black-tree/"/>
    <id>https://subingwen.cn/data-structure/red-black-tree/</id>
    <published>2025-03-08T09:41:20.000Z</published>
    <updated>2025-03-08T10:55:20.563Z</updated>
    
    
      
      
    <summary type="html"></summary>
      
    
    
    
    <category term="数据结构" scheme="https://subingwen.cn/categories/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/"/>
    
    
    <category term="二叉树" scheme="https://subingwen.cn/tags/%E4%BA%8C%E5%8F%89%E6%A0%91/"/>
    
  </entry>
  
  <entry>
    <title>霍夫曼树和霍夫曼编码</title>
    <link href="https://subingwen.cn/data-structure/huffman-tree/"/>
    <id>https://subingwen.cn/data-structure/huffman-tree/</id>
    <published>2025-02-19T11:07:06.000Z</published>
    <updated>2025-06-24T09:09:29.343Z</updated>
    
    
      
      
    <summary type="html"></summary>
      
    
    
    
    <category term="数据结构" scheme="https://subingwen.cn/categories/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/"/>
    
    
    <category term="二叉树" scheme="https://subingwen.cn/tags/%E4%BA%8C%E5%8F%89%E6%A0%91/"/>
    
  </entry>
  
  <entry>
    <title>平衡二叉树</title>
    <link href="https://subingwen.cn/data-structure/avl-tree/"/>
    <id>https://subingwen.cn/data-structure/avl-tree/</id>
    <published>2025-02-18T02:49:24.000Z</published>
    <updated>2025-05-09T12:56:32.064Z</updated>
    
    
      
      
    <summary type="html"></summary>
      
    
    
    
    <category term="数据结构" scheme="https://subingwen.cn/categories/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/"/>
    
    
    <category term="二叉树" scheme="https://subingwen.cn/tags/%E4%BA%8C%E5%8F%89%E6%A0%91/"/>
    
  </entry>
  
  <entry>
    <title>二叉搜索树</title>
    <link href="https://subingwen.cn/data-structure/bst-tree/"/>
    <id>https://subingwen.cn/data-structure/bst-tree/</id>
    <published>2025-02-13T09:24:36.000Z</published>
    <updated>2025-02-20T09:20:53.726Z</updated>
    
    
      
      
    <summary type="html"></summary>
      
    
    
    
    <category term="数据结构" scheme="https://subingwen.cn/categories/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/"/>
    
    
    <category term="二叉树" scheme="https://subingwen.cn/tags/%E4%BA%8C%E5%8F%89%E6%A0%91/"/>
    
  </entry>
  
  <entry>
    <title>在Qt中使用WebSocket</title>
    <link href="https://subingwen.cn/qt/qt-websocket/"/>
    <id>https://subingwen.cn/qt/qt-websocket/</id>
    <published>2024-09-20T11:32:20.000Z</published>
    <updated>2025-02-20T10:03:32.751Z</updated>
    
    
      
      
    <summary type="html"></summary>
      
    
    
    
    <category term="Qt" scheme="https://subingwen.cn/categories/Qt/"/>
    
    
    <category term="Websocket" scheme="https://subingwen.cn/tags/Websocket/"/>
    
    <category term="Qt" scheme="https://subingwen.cn/tags/Qt/"/>
    
  </entry>
  
  <entry>
    <title>WebSocket 协议详解</title>
    <link href="https://subingwen.cn/project/websocket/"/>
    <id>https://subingwen.cn/project/websocket/</id>
    <published>2024-09-16T00:13:17.000Z</published>
    <updated>2025-02-20T10:02:39.109Z</updated>
    
    
      
      
    <summary type="html"></summary>
      
    
    
    
    <category term="C++" scheme="https://subingwen.cn/categories/C/"/>
    
    
    <category term="C++" scheme="https://subingwen.cn/tags/C/"/>
    
    <category term="Websocket" scheme="https://subingwen.cn/tags/Websocket/"/>
    
  </entry>
  
  <entry>
    <title>二叉树以及它的形态、性质、存储结构和遍历</title>
    <link href="https://subingwen.cn/data-structure/binary-tree/"/>
    <id>https://subingwen.cn/data-structure/binary-tree/</id>
    <published>2024-07-29T04:38:57.000Z</published>
    <updated>2025-02-20T09:40:45.946Z</updated>
    
    
      
      
    <summary type="html"></summary>
      
    
    
    
    <category term="数据结构" scheme="https://subingwen.cn/categories/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/"/>
    
    
    <category term="二叉树" scheme="https://subingwen.cn/tags/%E4%BA%8C%E5%8F%89%E6%A0%91/"/>
    
  </entry>
  
  <entry>
    <title>树的定义和树的存储结构</title>
    <link href="https://subingwen.cn/data-structure/tree/"/>
    <id>https://subingwen.cn/data-structure/tree/</id>
    <published>2024-07-27T12:17:39.000Z</published>
    <updated>2025-02-20T09:41:40.681Z</updated>
    
    
      
      
    <summary type="html"></summary>
      
    
    
    
    <category term="数据结构" scheme="https://subingwen.cn/categories/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/"/>
    
    
    <category term="二叉树" scheme="https://subingwen.cn/tags/%E4%BA%8C%E5%8F%89%E6%A0%91/"/>
    
  </entry>
  
  <entry>
    <title>KMP模式匹配算法</title>
    <link href="https://subingwen.cn/data-structure/kmp/"/>
    <id>https://subingwen.cn/data-structure/kmp/</id>
    <published>2024-07-25T05:55:09.000Z</published>
    <updated>2025-02-20T09:42:44.376Z</updated>
    
    
      
      
    <summary type="html"></summary>
      
    
    
    
    <category term="数据结构" scheme="https://subingwen.cn/categories/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/"/>
    
    
    <category term="数据结构" scheme="https://subingwen.cn/tags/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/"/>
    
  </entry>
  
</feed>
