This repository has been archived on 2022-06-22. You can view files and clone it, but cannot push or open issues or pull requests.
usaco-guide/content/5_Gold/7_Gold_NT.md

47 lines
799 B
Markdown
Raw Normal View History

2020-06-04 01:42:57 +00:00
---
slug: /gold/introductory-number-theory
2020-06-04 05:39:49 +00:00
title: "Introductory Number Theory"
2020-06-04 01:42:57 +00:00
author: Unknown
2020-06-05 00:21:03 +00:00
order: 7
2020-06-04 01:42:57 +00:00
---
2020-06-04 05:39:49 +00:00
<div class="syllabus-only">
Description: Todo
</div>
<!-- END DESCRIPTION -->
2020-06-03 14:17:07 +00:00
See 13 of https://www.overleaf.com/project/5e73f65cde1d010001224d8a
- Prime factorization, GCD, LCM
- Modular Arithmetic
2020-06-04 21:42:30 +00:00
2020-06-07 07:26:23 +00:00
Also see here: https://codeforces.com/blog/entry/77137
2020-06-04 21:42:30 +00:00
# Binary Exponentiation
<!-- END DESCRIPTION -->
2020-06-08 19:51:58 +00:00
- Tutorial
- CPH (23, Matrices)
- Problems
- [Currencies](https://www.hackerrank.com/contests/gs-codesprint/challenges/currencies) [](107)
2020-06-04 21:42:30 +00:00
2020-06-07 07:26:23 +00:00
COWBASIC
2020-06-08 19:51:58 +00:00
(old)
### 4
* Eratosthenes' Sieve
* Tutorial
* CPH (21, NT)
### 5
* Modular Arithmetic
* Modular Inverse
* Chinese Remainder Theorem
* Euler's Theorem, Phi Function
* Discrete Logarithm