my attempts at leetcode and codeforces
  • C++ 92.3%
  • Python 4.9%
  • C 2.4%
  • Shell 0.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-06-20 21:13:49 +05:30
.vscode hm 2025-06-13 15:17:36 +05:30
.zed daily 2026-06-08 22:33:38 +05:30
arrays applied formating to all files 2025-05-27 22:43:29 +05:30
bin daily and cf script test 2026-06-05 08:46:41 +05:30
cf more lc 2026-06-18 20:20:25 +05:30
cp book applied formating to all files 2025-05-27 22:43:29 +05:30
cses daily and cses 2026-05-23 10:21:40 +05:30
datastructures info 2024-01-04 23:54:44 +05:30
euler lc 2026-01-09 19:51:03 +05:30
hashing applied formating to all files 2025-05-27 22:43:29 +05:30
lc lc daily 2026-06-20 21:13:49 +05:30
lcnew lc 2026-01-09 19:51:03 +05:30
maths applied formating to all files 2025-05-27 22:43:29 +05:30
misc daily and cses 2026-05-23 10:21:40 +05:30
patterns linkedlist halfway 2023-12-29 16:56:24 +05:30
recursion applied formating to all files 2025-05-27 22:43:29 +05:30
searching applied formating to all files 2025-05-27 22:43:29 +05:30
sorting applied formating to all files 2025-05-27 22:43:29 +05:30
utils QoL cf 2025-06-07 21:11:02 +05:30
.clang-format daily and cf contest 2026-06-09 23:04:57 +05:30
.envrc daily and cf script test 2026-06-05 08:46:41 +05:30
.gitattributes some lc 2025-09-25 23:58:23 +05:30
.gitignore cf submit 2026-06-04 06:52:12 +05:30
.python-version QoL cf 2025-06-07 18:54:52 +05:30
debug.sh mid 2026-02-08 11:16:49 +05:30
display_runtime.txt some more leetcode 2025-06-13 19:28:09 +05:30
ghs2.cpp many daily 2026-05-25 07:20:34 +05:30
karatsuba multiplication.cpp um 2025-06-03 00:38:51 +05:30
LICENSE added GNU AGPLv3 license 2024-10-31 17:04:53 +05:30
perf.cpp QoL cf 2025-06-07 15:45:53 +05:30
pyproject.toml some lc 2025-09-25 23:58:23 +05:30
README.md daily 2026-06-08 22:33:38 +05:30
requirements.txt some lc after a while 2025-08-07 21:00:35 +05:30
setup_cf.py daily and cf script setup 2026-06-04 06:48:45 +05:30
setup_euler.py hmm 2025-11-12 11:54:57 +05:30
submit_cf.py daily 2026-06-08 22:33:38 +05:30
template.cpp daily and cf script setup 2026-06-04 06:48:45 +05:30
template2.cpp some change in setup 2025-06-25 00:37:46 +05:30
uv.lock QoL cf 2025-06-07 19:34:37 +05:30

(a + b) mod m = (a mod m + b mod m) mod m (a b) mod m = ((a mod m b mod m) + m) mod m (a · b) mod m = (a mod m · b mod m) mod m