lijiaxin-dut's Stars
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
996icu/996.ICU
Repo for counting stars and contributing. Press F to pay respect to glorious developers.
CyC2018/CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
azl397985856/leetcode
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
google/googletest
GoogleTest - Google Testing and Mocking Framework
EZLippi/Tinyhttpd
Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网:http://tinyhttpd.sourceforge.net
iamshuaidi/CS-Book
计算机类常用电子书整理,并且附带下载链接,包括Java,Python,Linux,Go,C,C++,数据结构与算法,人工智能,计算机基础,面试,设计模式,数据库,前端等书籍
Mooophy/Cpp-Primer
C++ Primer 5 answers
ShameCom/ShameCom
收集校招污点公司或组织,帮助学弟学妹避雷。互联网不曾遗忘!
moranzcw/Computer-Networking-A-Top-Down-Approach-NOTES
《计算机网络-自顶向下方法(原书第6版)》编程作业,Wireshark实验文档的翻译和解答。
yedf2/handy
🔥简洁易用的C++11网络库 / 支持单机千万并发连接 / a simple C++11 network server framework
wzhe06/Ad-papers
Papers on Computational Advertising
steveLauwh/SGI-STL
剖析 STL 是一种享受的过程!
jimmysuncpt/Algorithms
The codes and my solutions to exercises from the book "Algorithms" (4th edition) by Robert Sedgewick and Kevin Wayne.
graphhopper/jsprit
jsprit is a java based, open source toolkit for solving rich vehicle routing problems
chankeh/cpp-backend-reference
C++后端开发面试题
coin-or/Cbc
COIN-OR Branch-and-Cut solver
mio4/Java-Gold
:coffee: Java炼金小木屋
VVictorQi/APUE
一个学习Apue的仓库,对于每一章节的学习代码会上传下来,包含一些遇到的问题,以及解决的 一些问题,也包括了一路走来,的成长点滴,在后期后加上我的 博客地址,来记录学习的点滴、
alberto-santini/adaptive-large-neighbourhood-search
ALNS header-only library (loosely) based on the original implementation by Stefan Ropke.
xzhou99/VRPLite
A dynamic programming implementation for VRPPDTW based on state–space–time network representations
YaoYuBJTU/ADMM_Python
Solomon benchmark instances
dukduque/jPulseBase
Java codification of the pulse algorithm to solve the Constrained Shortest Path Problem (CSP)
heldstephan/exactcolors
Exactcolors is a collection of algorithms for exactly solving graph coloring and weighted stable set problems.
copa-uniandes/OPTW_Pulse
A java implmentation of the pulse algorithm to solve the orienteering problem with time windows (OPTW). The paper is available at: http://dx.doi.org/10.1016/j.cor.2014.08.019 .