Problem 1
Generative AI
- None
Websites
- https://ascii.cl/
- Used for ASCII values
- https://www.programiz.com/cpp-programming/input-output
- Helped me refresh on cpp I/O
People
- None
Problem 2
Generative AI
- None
Websites
- https://www.rapidtables.com/convert/number/decimal-to-binary.html?x=140
- Helped me to quickly test base conversion
- https://www.w3schools.com/cpp/cpp_user_input.asp
- More refreshing on cpp I/O
People
- None
Problem 3
Generative AI
- None
Websites
- https://stackoverflow.com/questions/8011700/how-do-i-extract-specific-n-bits-of-a-32-bit-unsigned-integer-in-c
- Helped me with refreshing on how to make a bit mask to extract bits
People
- Andy Tran
- Group member who explained in discord how to convert float exponent
Problem 4
Generative AI
- https://chatgpt.com/share/6716f61a-8e0c-8007-b99b-4cc2abba1e9b
- Used it for helping me remember matrix multiplication
Websites
- https://matrix.reshish.com/multCalculation.php
- Used it for matrix multiplication to test general cases of my code
- https://www.w3schools.com/cpp/cpp_arrays.asp
- Refresher on static arrays
People
- None