https://github.com/zaida04/clangpractice
πΎπ΄ My journey through the pain and suffering known as learning C and completing the CS50x.
https://github.com/zaida04/clangpractice
Last synced: about 1 year ago
JSON representation
πΎπ΄ My journey through the pain and suffering known as learning C and completing the CS50x.
- Host: GitHub
- URL: https://github.com/zaida04/clangpractice
- Owner: zaida04
- Created: 2021-01-21T18:17:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-21T19:14:06.000Z (over 5 years ago)
- Last Synced: 2025-02-06T07:32:03.586Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> β οΈ Please do not use this repo for academically dishonest reasons such as cheating through the cs50x course. This repo is only meant to serve as an overview of my journey through the cs50x course. Not all of these exercises will belong to the cs50x course, and the course itself varies between years.
# clangpractice
My implementation and exercises of various C lang concepts
# Table of Contents
### [CC-VALIDATOR](https://github.com/zaida04/clangpractice/tree/master/cc-validator)
This exercise implements [Luhn's Algorithm](https://en.wikipedia.org/wiki/Luhn_algorithm) in order to validate that the inputted long int matches the structure of a credit card, and that it belongs to a valid credit card vendor and follows their specs.
### [MARIO](https://github.com/zaida04/clangpractice/tree/master/mario)
This exercise takes input from the user and creates a "mario like" incrementing in width tower of the specified size.