I hereby present a treasure trove of resources covering various topics in mathematics and computer science, I have created and gathered during my studies at Wroclaw University of Science and Technology. Whether you're a student looking for study materials, or a curious mind eager to learn, you've come to the right place.
⭐ If you find this project helpful, please consider leaving a star ⭐
Table of Contents
✨Full semester course notes✨ purely in LaTeX
is a must-have for any aspiring computer-scientist.
- Computer Architecture and Operating Systems (polish) - Main notes directory
- Exercise List 2
- Lab List 1
- Lab List 2
- See Groups, Rings and Complex Numbners (polish) - partial lecture notes
- See Linear Algebra (polish) - pre-exam repetition
- See Algebra 2 notes (english) - definitions and theorems
- See Algebra 2 mini notes (polish) - definitions
Algebra-related programs:
-
Cn Addition table -
$C_n: a + b \mod n$ -
Zn Addition & Multiplication table -
$Z_n: a + b, a * b \mod n$ -
Euclidean Algorithm -
$gcd(a, b)$ -
Extended Euclidean Algorithm -
$ax + by = \gcd(a, b)$ -
An extravagant function analysis - analysis of
$f(n)=\left|{(a,b) \mid 1 \leq a,b \leq n, \gcd(a,b)=1}\right| \cdot n^{-2}$ - RSA Algorithm Exponent Brute-Forcer - Crack RSA exponent
Mastering the art of object-oriented programming in C++
and Java
(help me). Exercises:
- Exercise List 1 - Prime Number Generator
- Exercise List 2 - Pascal Triangle Row Generator
- Exercise List 3 - Figure Generator
- Exercise List 4 - Java Simple GUI
- Exercise List 5 - Java Figure "Paint"
- Exercise List 6 - Java Threaded Tiles (Concurrent programming)
- Exercise List 7 - CLI for Binary Tree Search in Java and C++
- XOR Cipher - One time pad encryption, decryption, key generation and key swap.
Copyright 2024 © Rafał Włodarczyk