Pinned Repositories
algorithms
Algorithms & Data structures in C++.
awesome-programming-books
经典编程书籍大全,涵盖:计算机系统与网络、系统架构、算法与数据结构、前端开发、后端开发、移动开发、数据库、测试、项目与团队、程序员职业修炼、求职面试等
bfs
The Baidu File System.
BlockingQueue
BPlusTree
B+ tree implementation which stores data in file
BTree-and-BPlusTree-Realize
BTree and BPlusTree Realize:B树和B+树的实现代码
cloud_zhurou603_leetcode
Cradle
The Cradle framework is a first attempt at General Computer Control (GCC). Cradle supports agents to ace any computer task by enabling strong reasoning abilities, self-improvment, and skill curation, in a standardized general environment with minimal requirements.
cs344
Introduction to Parallel Programming class code
cuda-learn-note
CUDA 高频面试题汇总 / C++笔记
zhurou603's Repositories
zhurou603/algorithms
Algorithms & Data structures in C++.
zhurou603/awesome-programming-books
经典编程书籍大全,涵盖:计算机系统与网络、系统架构、算法与数据结构、前端开发、后端开发、移动开发、数据库、测试、项目与团队、程序员职业修炼、求职面试等
zhurou603/bfs
The Baidu File System.
zhurou603/BPlusTree
B+ tree implementation which stores data in file
zhurou603/BTree-and-BPlusTree-Realize
BTree and BPlusTree Realize:B树和B+树的实现代码
zhurou603/cloud_zhurou603_leetcode
zhurou603/cs344
Introduction to Parallel Programming class code
zhurou603/DATASTRUCTURE
数据结构
zhurou603/DigitalImageProcessLearn
用java实现的数字图像处理的基本算法。代码非常清晰,算法一个包,工具一个包,界面一个包。非常适合数字图像处理的初学者。
zhurou603/folly
An open-source C++ library developed and used at Facebook.
zhurou603/guava
Google core libraries for Java
zhurou603/leetcode
LeetCode Problems' Solutions
zhurou603/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
zhurou603/matrix-multiplication-threading
Matrix multiplication using c++11 threads
zhurou603/nebula
A high performance distributed Graph Database
zhurou603/netmon
Real time high precision network monitor
zhurou603/new-one
zhurou603/NewStudents
For the new students who just join a NLP group
zhurou603/os-syllabi
zhurou603/os_course_info
os course info
zhurou603/project-based-learning
Curated list of project-based tutorials
zhurou603/SimpleDB
UC Berkeley's Database class CS186: Implement A Simple Database Management System
zhurou603/tecs
Projects for The Elements of Computing Systems by Nisan and Schocken
zhurou603/THU-CST-Cracker
清华大学计算机系课程攻略 Guidance for courses in Department of Computer Science and Technology, Tsinghua University
zhurou603/ucore_os_lab
os kernel labs for operating systems course in Tsinghua University.