Contains solutions to the problems at leetcode. Mostly in C++ because it's a language that works, although Rust looks tempting.
View my profile at https://leetcode.com/janreggie/.
g++ -Wall -Wextra -Werror -O3 -std=c++17 -pedantic -fsanitize=address -o main.out main.cpp && ./main.out
Dual-licensed under Unlicense and MIT.