Pinned Repositories
awesome-algorithm-question-solution
LeetCode,《剑指offer》中的算法题的题目和解法以及常见算法的实现
AwesomeCpp
---AWESOME--- C++学习笔记和常见面试知识点,C++11特性,包括智能指针、四种强制转换、function和bind、移动语义、完美转发、tuple、多态原理、虚表、友元函数、符号重载、函数指针、深浅拷贝、struct内存对齐、volatile以及union\static等各种关键字的用法等等
C-Resource
黑马程序员匠心之作|C++教程从0到1入门编程
CLRS
:notebook:Solutions to Introduction to Algorithms
Coursera-Machine-Learning-Stanford
Machine learning-Stanford University
Cpp_Primer_Practice
搞定C++:punch:。C++ Primer 中文版第5版学习仓库,包括笔记和课后练习答案。
data-structure
基本数据结构的定义及相关操作,如线性表(包括栈、队列)、树、图等
DataStructure
这是基本数据结构及其算法的C++实现,涉及单链表、双链表、栈 、二叉树、并查集、哈夫曼树、平衡二叉树、二叉搜索树、堆、哈希表、图以及各种排序。
Full_New
MyTinySTL
Achieve a tiny STL in C++11
xiaoman729718513's Repositories
xiaoman729718513/MyTinySTL
Achieve a tiny STL in C++11
xiaoman729718513/awesome-algorithm-question-solution
LeetCode,《剑指offer》中的算法题的题目和解法以及常见算法的实现
xiaoman729718513/AwesomeCpp
---AWESOME--- C++学习笔记和常见面试知识点,C++11特性,包括智能指针、四种强制转换、function和bind、移动语义、完美转发、tuple、多态原理、虚表、友元函数、符号重载、函数指针、深浅拷贝、struct内存对齐、volatile以及union\static等各种关键字的用法等等
xiaoman729718513/C-Resource
黑马程序员匠心之作|C++教程从0到1入门编程
xiaoman729718513/CLRS
:notebook:Solutions to Introduction to Algorithms
xiaoman729718513/Coursera-Machine-Learning-Stanford
Machine learning-Stanford University
xiaoman729718513/Cpp_Primer_Practice
搞定C++:punch:。C++ Primer 中文版第5版学习仓库,包括笔记和课后练习答案。
xiaoman729718513/data-structure
基本数据结构的定义及相关操作,如线性表(包括栈、队列)、树、图等
xiaoman729718513/DataStructure
这是基本数据结构及其算法的C++实现,涉及单链表、双链表、栈 、二叉树、并查集、哈夫曼树、平衡二叉树、二叉搜索树、堆、哈希表、图以及各种排序。
xiaoman729718513/Full_New
xiaoman729718513/GreedySnake
c++经典项目贪吃蛇游戏控制台版,详细注释
xiaoman729718513/HelloGitHub
:octocat: Find pearls on open-source seashore 分享 GitHub 上有趣、入门级的开源项目
xiaoman729718513/interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.
xiaoman729718513/leetcode
LeetCode Problems' Solutions
xiaoman729718513/leetcode-1
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
xiaoman729718513/LeetCodeAnimation
Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
xiaoman729718513/MachineLearningEx
Coursera上斯坦福大学的机器学习编程作业——Andrew Ng
xiaoman729718513/QtWuziqi
Qt 写的五子棋小游戏,带AI和双人对战
xiaoman729718513/tinytetris
80x23 terminal tetris!