Competitive Programming Archive Directories !templates/: Contains boilerplate code for key algorithms. /codeforces/, /leetcode/, etc.: Contains my submissions to various online judges and platforms. Compilation Flags I Use (GCC 15.2.0 on macOS) g++ -Wall -Wextra -pedantic -std=c++23 -O2 -Wshadow -Wformat=2 -Wfloat-equal -Wconversion -Wlogical-op -Wshift-overflow=2 -Wduplicated-cond -Wcast-qual -Wcast-align -D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC -D_FORTIFY_SOURCE=2 Record (Updated 31 May 2026) Milestone Date Commit Problem #1 2024-01-01 a12da82 Problem #10 2024-01-03 6c2198d Problem #50 2024-01-11 634f98a Problem #100 2024-06-23 4a01c4d Problem #250 2024-10-31 051be51 Problem #500 2024-12-24 1185440 Problem #750 2025-11-23 7b8708c Problem #1000 2026-05-31 bad953c