quynhdinh's Stars
EbTech/rust-algorithms
Common data structures and algorithms in Rust
papers-we-love/papers-we-love
Papers from the computer science community to read and discuss.
sslotin/amh-code
Complete implementations from "Algorithms for Modern Hardware"
ept/ddia-references
Literature references for “Designing Data-Intensive Applications”
TheAlgorithms/Rust
All Algorithms implemented in Rust
ShahjalalShohag/code-library
Templates, algorithms and data structures implemented and collected for programming contests.
quynhdinh/cp
Resources for competitive programming
t3nsor/SPOJ
Solved SPOJ problems
NguyenKhoiDinh/CompetitiveProgramming
gunnarmorling/1brc
1️⃣🐝🏎️ The One Billion Row Challenge -- A fun exploration of how quickly 1B rows from a text file can be aggregated with Java
truongcongthanh2000/TrainACM-ICPC-OLP
Solution for ACM ICPC contests from kattis, codeforces
ByteByteGoHq/system-design-101
Explain complex systems using visuals and simple terms. Help you prepare for system design interviews.
CppCon/CppCon2020
Slides and other materials from CppCon 2020
quynhdinh/leetcode-solutions
kousiknath/LowLevelDesign
Various Low Level Object Oriented System Design problems are discussed in this space
livegrep/livegrep
Interactively grep source code. Source for http://livegrep.com/
google/coding-competitions-archive
Google Coding Competitions problem archive
AnthonyCalandra/modern-cpp-features
A cheatsheet of modern C++ language and library features.
zpoint/CPython-Internals
Dive into CPython internals, trying to illustrate every detail of CPython implementation
quarkusio/quarkus
Quarkus: Supersonic Subatomic Java.
Errichto/youtube
codes for my streams and YT videos
sdaschner/dotfiles
Dotfiles
paypal/junodb
JunoDB is PayPal's home-grown secure, consistent and highly available key-value store providing low, single digit millisecond, latency at any scale.
PacktPublishing/Test-Driven-Development-with-Java
Test-Driven Development with Java, published by Packt.
NARKOZ/hacker-scripts
Based on a true story
fenbf/AwesomePerfCpp
A curated list of awesome C/C++ performance optimization resources: talks, articles, books, libraries, tools, sites, blogs. Inspired by awesome.
iluwatar/java-design-patterns
Design patterns implemented in Java
bethrobson/Head-First-Design-Patterns
Code for Head First Design Patterns book (2020)
ldkong1205/ntu-graduate-courses
Graduate-Level Courses (Electrical Engineering & Computer Science) at NTU, Singapore
faif/python-patterns
A collection of design patterns/idioms in Python