https://github.com/ranimeshehata/number-theory
3rd Discrete Structures lab as an application on prime numbers using Java programming language.
https://github.com/ranimeshehata/number-theory
discrete-structures java
Last synced: about 1 year ago
JSON representation
3rd Discrete Structures lab as an application on prime numbers using Java programming language.
- Host: GitHub
- URL: https://github.com/ranimeshehata/number-theory
- Owner: ranimeshehata
- Created: 2023-12-28T16:37:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-28T16:47:21.000Z (over 2 years ago)
- Last Synced: 2025-02-09T00:53:05.554Z (over 1 year ago)
- Topics: discrete-structures, java
- Language: Java
- Homepage:
- Size: 1.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Number-Theory
## 3rd Discrete Structures lab as an application on prime numbers using Java programming language.
#### Part 1: Prime Number Checker
#### Part 2: Prime Factorization
#### Part 3: GCD and LCM Computation
#### Part 4: Chinese Remainder Theorem