Proof of concept of computer vulnerabilities
-
Updated
Oct 19, 2024 - C
Proof of concept of computer vulnerabilities
CS50x Week 2 solutions with detailed explanations. Includes programs for Caesar cipher encryption (caesar.c), readability assessment (readability.c), Scrabble scoring (scrabble.c), and substitution cipher encryption (substitution.c). Detailed explanations and key points for better understanding included.
CS50x Week 1 solutions with detailed explanations. Includes programs for calculating change (`cash.c`), validating credit cards (`credit.c`), greeting users (`hello.c`), and creating pyramids (`mario.c (feeling less comfortable)` and `mario.c (feeling more comfortable)`). Detailed explanations and key points for better understanding included.
CS50x Week 4 solutions with detailed explanations. Includes implementations of volume.c for audio volume adjustment and filter.c for BMP image filtering. Also features helpers1.c and helpers2.c for various image filters. Comprehensive explanations and key points for enhanced understanding are included
CS50x Week 5 solutions with detailed explanations. Includes genetic inheritance simulation (inheritance.c), and a spell checker using hash tables (speller.c). Each program features in-depth descriptions and key insights for enhanced understanding.
CS50x Week 3 solutions with deep explanations. Includes implementations of runoff elections (runoff.c), Tideman voting (tideman.c), plurality voting (plurality.c), and sorting algorithms (sort.c). Detailed explanations and key points for better understanding included.
A simple Garbage Collector in C.
Add a description, image, and links to the explanation topic page so that developers can more easily learn about it.
To associate your repository with the explanation topic, visit your repo's landing page and select "manage topics."