Overcomes the integer overflow problem by using arrays to represent values, algorithm can compute HUGE Fibonacci sequences very fast, O(nk) time.
-
Updated
Feb 20, 2021 - C
Overcomes the integer overflow problem by using arrays to represent values, algorithm can compute HUGE Fibonacci sequences very fast, O(nk) time.
simple C projects from college course Intro to programming
Demonstration of year 2038 problem in C
Information security project. This is a collection of ELF binaries exploits to better understand how memory works.
Demonstration of Nuclear Gandhi AI Bug
Vulnerable codes and their fix in C (Over & Underflows)
A C project made as a part of the Secure Programming with C course (UE18CS257C) course at PES University. The objective of the project was to display the effects of integer overflows in the C programming language the necessary steps required to prevent such errors in product development.
Add a description, image, and links to the integer-overflow topic page so that developers can more easily learn about it.
To associate your repository with the integer-overflow topic, visit your repo's landing page and select "manage topics."