Stars
Virtual whiteboard for sketching hand-drawn like diagrams
开源白板工具(SaaS),一体化白板,包含思维导图、流程图、自由画等。All in one open-source whiteboard tool with mind, flowchart, freehand and etc.
视频号、小程序、抖音、快手、小红书、直播流、m3u8、酷狗、QQ音乐等常见网络资源下载!
一个M3U8 视频下载(M3U8 downloader)工具。跨平台: 提供windows、linux、mac三大平台可执行文件,方便直接使用。
m3u8视频下载工具, 提供windows/macos图形界面, 下载后自动将ts文件合并、转换格式为mp4
Easily and securely send things from one computer to another 🐊 📦
图解计算机网络、操作系统、计算机组成、数据库,共 1000 张图 + 50 万字,破除晦涩难懂的计算机基础知识,让天下没有难懂的八股文!🚀 在线阅读:https://xiaolincoding.com
Build your personal knowledge base with Trilium Notes
分享源码分析的文章:目前有《深入 Go 语言》《深入istio》、《深入k8s(kubernetes)》源码分析系列
《剑指Offer:名企面试官精讲典型编程面试题》第二版源代码
Google 开源项目风格指南 (中文版)
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, in…
Provide all my solutions and explanations in Chinese for all the Leetcode coding problems.
An open-source C++ library developed and used at Facebook.
A minimal but extreme fast B+ tree indexing structure demo for billions of key-value storage
Java binary search trees implementations and tests: AVL Tree, Red black tree, Scapegoat tree, Splay tree, Treap
数据结构与算法:[进度40%]以C语言严谨描述数据结构与算法,同时以Go、JavaScript、C++等语言以简洁方式实现
Golang相关:[审稿进度80%]Go语法、Go并发思想、Go与web开发、Go微服务设施等
Event-driven network library for multi-threaded Linux server in C++11
Python3 数据结构与算法的介绍及应用。1. 数据结构:数组、链表、栈、队列、树、堆、图; 2. 典型排序算法:冒泡排序、选择排序、插入排序、希尔排序、堆排序、归并排序、快速排序、桶排序、计数排序、基数排序; 3. 查找算法: 顺序查找、二分查找、哈希表查找、二叉查找树、平衡二叉查找树(AVL树、红黑树)、平衡多路查找树(B树、B+树);4. LeetCode 和《剑指Offer》刷题、…
Data struct and algorithm introduction and implementation in C/C++/Java.
Data Structure and Algorithm notes. 数据结构与算法/leetcode/lintcode题解/
使用go语言实现数据结构与算法,涵盖字符串、数组、链表、队列、栈、树、图等数据结构。在实现算法的基础上,进行go语言实战。此外也包含经典算法在go实战项目中的应用,以及开源项目算法方面源码分析。