Pinned Repositories
design-patterns-cpp
《大话设计模式》C++实现
Ding-Ye.github.io
leetcode
土豆有点的leetcode刷题记录
PAT
PAT
Play-with-Algorithm-Interview
Code of my MOOC Course <Play with Algorithm Interviews>. Updated contents and practices are also included. 我在慕课网上的课程《玩儿转算法面试》示例代码。课程的更多更新内容及辅助练习也将逐步添加进这个代码仓。
Play-with-Algorithms
Code of my MOOC Course <Play with Algorithms>, Both in C++ and Java. Updated contents and practices are also included. 我在慕课网上的课程《算法与数据结构》示例代码,包括C++和Java版本。课程的更多更新内容及辅助练习也将逐步添加进这个代码仓。
Tencent_Social_Ads
第一届腾讯社交广告高校算法大赛(决赛14名)
TensorFlow-World
:earth_americas: Simple and ready-to-use tutorials for TensorFlow
tensquare
十次方设计平台,微服务设计
toy-spring
仿照 tiny-spring 项目编写的的一个玩具级 spring 项目,实现了简单的 IOC 和 AOP 功能。
Ding-Ye's Repositories
Ding-Ye/tensquare
十次方设计平台,微服务设计
Ding-Ye/leetcode
土豆有点的leetcode刷题记录
Ding-Ye/2019_campus_apply
:rocket: 备战秋招/面试,CS学习笔记/面经。from zero to hero.
Ding-Ye/6.824-golabs-2020
MIT 6.824 2020
Ding-Ye/Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
Ding-Ye/Awesome-CS-Books-and-Digests
:books: Awesome CS Books(with Digests)/Series(.pdf by git lfs) Warehouse for Geeks, ProgrammingLanguage, SoftwareEngineering, Web, AI, ServerSideApplication, Infrastructure, FE etc. :dizzy: 优秀计算机科学与技术领域相关的书籍归档,以及我的读书笔记。
Ding-Ye/awesome-design-patterns
A curated list of software and architecture related design patterns.
Ding-Ye/awesome-distributed-systems
A curated list to learn about distributed systems
Ding-Ye/book-1
Ding-Ye/build-your-own-x
🤓 Build your own (insert technology here)
Ding-Ye/coding-interview-university
A complete computer science study plan to become a software engineer.
Ding-Ye/DeepLearning
深度学习入门教程
Ding-Ye/Distributed-Infrastructure-Series
:books: 深入浅出分布式基础架构,Linux 与操作系统篇 | 分布式系统篇 | 分布式计算篇 | 数据库篇 | 网络篇 | 虚拟化与编排篇 | 大数据与云计算篇
Ding-Ye/Internet-Recruiting-Algorithm-Problems
互联网公司招聘算法笔试题(详细解答)
Ding-Ye/InternetArchitect
年薪百万互联网架构师课程文档及源码(公开部分)
Ding-Ye/interview-questions
根据超过 1700 篇真实面经整理的腾讯,阿里,字节跳动,Shopee,美团,滴滴高频面试题
Ding-Ye/Java-concurrency
Java并发知识点总结
Ding-Ye/Java-Guide
:book: Java面试通关手册(Java学习指南)Java Interview Customs Manual (Java Study Guide)
Ding-Ye/Java-Interview
👨🎓 Java related : basic, concurrent, algorithm
Ding-Ye/JUC
多线程与高并发
Ding-Ye/leetcode-2
🤭 LeetCode solutions in Java/Python/CPP/Ruby/JS/Scala/Go...
Ding-Ye/mysql-deadlocks
收集一些常见的 MySQL 死锁案例
Ding-Ye/NiuKe
牛客网BAT算法精品课练习题答案,包括JAVA和C++两个版本,代码中附上大量注释帮助理解程序
Ding-Ye/Outlier-Detection-Algorithm---Isolation-Forests
BNP Paribas Kaggle Data Set Data source: https://www.kaggle.com/c/bnp-paribas-cardif-claims-management Outlier Detection- Ensemble unsupervised learning method - Isolation Forest The isolation algorithm is an unsupervised machine learning method used to detect abnormal anomalies in data such as outliers. This is once again a randomized & recursive partition of the training data in a tree structure. The number of sub samples and tree size is specified and tuned appropriately. The distance to the outlier is averaged calculating an anomaly detection score: 1 = outlier 0 = close to zero are normal data.
Ding-Ye/python_for_data_analysis_2nd_chinese_version
《利用Python进行数据分析·第2版》
Ding-Ye/review-notes
团队分享学习、复盘笔记资料共享。Java、Scala、Flink...
Ding-Ye/share_ppt
🚗 我个人曾经做过的技术分享...
Ding-Ye/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
Ding-Ye/tcpipillustrated
Ding-Ye/TeachYourselfCS-CN
TeachYourselfCS 的中文翻译 | A Chinese translation of TeachYourselfCS