{"id":18893591,"url":"https://github.com/shgopher/408","last_synced_at":"2025-04-15T00:31:49.802Z","repository":{"id":114581330,"uuid":"495853694","full_name":"shgopher/408","owner":"shgopher","description":"408的内容：数据结构，算法，网络，操作系统，计算机组成原理，设计模式，数据库","archived":false,"fork":false,"pushed_at":"2024-04-02T10:17:32.000Z","size":2521,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T12:51:13.588Z","etag":null,"topics":["408","algorithms","algorithms-and-data-structures","linux","mysql","network","patterns","sql","system"],"latest_commit_sha":null,"homepage":"https://shgopher.github.io/408/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shgopher.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.config copy.js","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-05-24T14:14:13.000Z","updated_at":"2025-03-10T07:38:20.000Z","dependencies_parsed_at":"2024-02-27T08:15:59.168Z","dependency_job_id":null,"html_url":"https://github.com/shgopher/408","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shgopher%2F408","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shgopher%2F408/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shgopher%2F408/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shgopher%2F408/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shgopher","download_url":"https://codeload.github.com/shgopher/408/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248984337,"owners_count":21193729,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["408","algorithms","algorithms-and-data-structures","linux","mysql","network","patterns","sql","system"],"created_at":"2024-11-08T08:14:28.517Z","updated_at":"2025-04-15T00:31:47.112Z","avatar_url":"https://github.com/shgopher.png","language":"JavaScript","readme":"# 408\n\u003cp align=\"left\"\u003e\nhey~，我是科科人神，目前就职于国内一家互联网公司，你们可以加我\u003ca href=\"#wechat.png\"\u003e微信\u003c/a\u003e，交个朋友吧~\n\u003c/p\u003e\n\u003cbr\u003e\n\u003cp align=\"center\"\u003e\n\u003ca href='#wechat.png'\n target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/static/v1?label=%E7%A7%91%E7%A7%91%E4%BA%BA%E7%A5%9E\u0026message=%E5%85%AC%E4%BC%97%E5%8F%B7\u0026color=\"\u003e\u003c/a\u003e\n\u003ca href=\"https://www.youtube.com/channel/UCK8wjBe9sh4VHSowLQmWOzg\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/static/v1?label=youtube\u0026message=YouTube\u0026color=red\"\u003e\u003c/a\u003e\n\u003ca href=\"https://space.bilibili.com/478621088\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/static/v1?label=bilibili\u0026message=b%E7%AB%99\u0026color=blue\"\u003e\u003c/a\u003e\n\u003ca href=\"https://www.zhihu.com/people/shgopher\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/static/v1?label=zhihu\u0026message=%E7%9F%A5%E4%B9%8E\u0026color=blue\"\u003e\u003c/a\u003e\n\u003ca href=\"https://blog.csdn.net/zyfljxzby\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/static/v1?label=csdn\u0026message=CSDN\u0026color=red\"\u003e\u003c/a\u003e\n\u003ca href=\"https://www.toutiao.com/c/user/token/MS4wLjABAAAAIGeO1-kCUelF-G8GW3AvJlrEL7tiO24WHJmnX4nV1bs\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/static/v1?label=toutiao\u0026message=%E5%A4%B4%E6%9D%A1\u0026color=red\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n添加微信公众号：\u003ca href=\"#wechat.png\"\u003e科科人神\u003c/a\u003e，回复：\n\n- `面试题`，获取经典 go 面试大全。\n\n- `好友`，可以添加作者的微信好友\n\n## 计算机基础\n- [什么是计算机](./什么是计算机.md)\n## 算法\n- [十大著名算法概要](/算法/概述/十大著名算法概要/README.md)\n- [对系统设计非常重要的算法](/算法/概述/对系统设计非常重要的算法/README.md)\n### 数据结构\n- [数组](/数据结构/数组/README.md)\n- [链表](/算法/数据结构/链表/README.md)\n- [队列/栈](/算法/数据结构/队列栈/README.md)\n- [堆](/算法/数据结构/堆/README.md)\n- [哈希表](/算法/数据结构/哈希表/README.md)\n- [二叉树](/算法/数据结构/二叉树/README.md)\n- [并查集](/算法/数据结构/并查集/README.md)\n- [字典树](/算法/数据结构/字典树/README.md)\n- [ac 自动机](/算法/数据结构/ac自动机/README.md)\n- [线段树](/算法/数据结构/线段树/README.md)\n- [b 树](/算法/数据结构/b树/README.md)\n- [布隆过滤器](/算法/数据结构/布隆过滤器/README.md)\n- [布谷鸟过滤器](/算法/数据结构/布谷鸟过滤器/README.md)\n- [lru cache](/算法/数据结构/lrucache/README.md)\n- [图](/算法/数据结构/图/README.md)\n- [位图](/算法/数据结构/位图/README.md)\n- [跳表](/算法/数据结构/跳表/README.md)\n- [舞蹈链](/算法/数据结构/舞蹈链/README.md)\n- [森林](/算法/数据结构/森林/README.md)\n### 算法\n- [大 o 法表示算法效率](/算法/算法/o/README.md)\n- [dp](/算法/算法/dp/README.md)\n- [贪心](/算法/算法/贪心/README.md)\n- [分治](/算法/算法/分治/README.md)\n- [回溯](/算法/算法/回溯/README.md)\n- [dfs](/算法/算法/dfs/README.md)\n- [bfs](/算法/算法/bfs/README.md)\n- [排序算法](/算法/算法/排序算法/README.md)\n- [二分法](/算法/算法/二分法/README.md)\n- [拓跋排序](/算法/算法/拓跋排序/README.md)\n- [最短路径](/算法/算法/最短路径/README.md)\n- [短地址生成算法](/算法/算法/短地址生成算法/README.md)\n- [字符串匹配算法](/算法/算法/字符串匹配算法/README.md)\n- [限流算法](/算法/算法/限流算法/README.md)\n- [唯一 id 生成算法](/算法/算法/唯一id生成算法/README.md)\n- [抢红包算法](/算法/算法/抢红包算法/README.md)\n- [topk](/算法/算法/topk/README.md)\n- [洗牌算法](/算法/算法/洗牌算法/README.md)\n- [蓄水池算法](/算法/算法/蓄水池算法/README.md)\n- [限流算法](/算法/算法/限流算法/README.md)\n- [A*寻路算法](/算法/算法/a-star/README.md)\n### 算法题\n- [排序类](/算法/算法题/排序类/README.md)\n- [链表类](/算法/算法题/链表类/README.md)\n- [堆，栈，队列，哈希表](/算法/算法题/堆栈队列哈希表/README.md)\n- [二分法](/算法/算法题/二分法/README.md)\n- [双指针](/算法/算法题/双指针/README.md)\n- [BFS](/算法/算法题/BFS/README.md)\n- [DFS](/算法/算法题/DFS/README.md)\n- [前缀和](/算法/算法题/前缀和/README.md)\n- [并查集](/算法/算法题/并查集/README.md)\n- [字典树](/算法/算法题/字典树/README.md)\n- [单调栈/队列](/算法/算法题/单调栈队列/README.md)\n- [扫描线算法](/算法/算法题/扫描线算法/README.md)\n- [TreeMap](/算法/算法题/TreeMap/README.md)\n- [动态规划](/算法/算法题/动态规划/README.md)\n#### 算法题集合推荐\n- [鸟窝总结的 leetcode 真题](https://shgopher.github.io/pdf/leetcode-collection.pdf)\n### 综合题\n- [计算之魂课后题](./算法/综合题/计算之魂.md)\n## 网络\n- ip\n- tcp\n- udp\n- http\n- 负载均衡\n- dns\n- 客户端缓存\n- 传输链路\n- cdn\n### 数据库\n### 理论基础\n### sql\n- sql\n- mysql\n### nosql\n- redis\n- 服务器缓存\n- mongodb\n### newsql\n- tidb\n## 操作系统\n- 文件系统\n- 输入和输出\n- Linux 网络系统\n- [ebpf](./操作系统/eBPF)\n## 计算机组成原理\n## 设计模式\n- 创建型\n- 结构型\n- 行为型\n### 其它设计模式\n- 函数式编程\n- 声明式编程\n- 命令式编程\n## 更多内容\n\u003e 👷 正在施工中...\n\n- [GOFamily](https://github.com/shgopher/GOFamily) go 后端程序员宝典：go 基础语法，go 底层数据结构，go runtime 实现原理，go 并发模式，go 语言项目经验\n- [408](https://github.com/shgopher/408) 关于 408 的相关知识，例如算法数据结构，网络，操作系统，数据库等。\n- [luban](https://github.com/shgopher/luban) 系统设计相关内容，例如分布式共识算法，消息队列，容器，RPC 等内容。\n- [dingdang](https://github.com/shgopher/dingdang) 各种工具类的使用，例如 git，正则表达式，ddd，CI/CD 等内容。\n- [god](https://github.com/shgopher/god) 关于程序员自身的一些看法，例如面试经历，赚钱窍门，创业门道，如何向上\n管理等。\n- [RustFamily](https://github.com/shgopher/RustFamily) rust 基础知识，rust 并发编程，rust 项目实践，rust 底层原理。\n## 参考资料\n- [腾讯算法总结](https://mp.weixin.qq.com/s/GwXQwJUdBi1UHdh2Q8FBMw)\n- [计算之魂](https://book.douban.com/subject/35641088/)\n- [LeetcodeTop](https://github.com/afatcoder/LeetcodeTop)\n- [数据结构与算法之美](https://time.geekbang.org/column/intro/100017301)\n- [算法面试通关 40 讲](https://time.geekbang.org/course/intro/100019701)\n\n## 扫一扫添加我的公众号，回复 “加群”，可以加入微信群。\n\n\u003cp id=\"wechat.png\" align=\"center\"\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cimg src=\"./wechat.png\"  alt=\"公众号搜：科科人神\"\u003e\n\u003c/p\u003e\n                                                                             \n## star\n\n[![Stargazers over time](https://starchart.cc/shgopher/408.svg)](https://starchart.cc/shgopher/408)                      \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshgopher%2F408","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshgopher%2F408","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshgopher%2F408/lists"}