Lists (4)
Sort Name ascending (A-Z)
Stars
Common data structures and algorithms in Rust
Papers from the computer science community to read and discuss.
Complete implementations from "Algorithms for Modern Hardware"
Literature references for “Designing Data-Intensive Applications”
Templates, algorithms and data structures implemented and collected for programming contests.
1️⃣🐝🏎️ The One Billion Row Challenge -- A fun exploration of how quickly 1B rows from a text file can be aggregated with Java
Solution for ACM ICPC contests from kattis, codeforces
Explain complex systems using visuals and simple terms. Help you prepare for system design interviews.
Various Low Level Object Oriented System Design problems are discussed in this space
Interactively grep source code. Source for http://livegrep.com/
Google Coding Competitions problem archive
A cheatsheet of modern C++ language and library features.
Dive into CPython internals, trying to illustrate every detail of CPython implementation
JunoDB is PayPal's home-grown secure, consistent and highly available key-value store providing low, single digit millisecond, latency at any scale.
Test-Driven Development with Java, published by Packt.
A curated list of awesome C/C++ performance optimization resources: talks, articles, books, libraries, tools, sites, blogs. Inspired by awesome.
Design patterns implemented in Java
Code for Head First Design Patterns book (2020)
Graduate-Level Courses (Electrical Engineering & Computer Science) at NTU, Singapore
A collection of design patterns/idioms in Python