add README.md & add comments

This commit is contained in:
SowinskiBraeden committed 2024-10-02 08:22:57 -07:00
1 parent dc5d2ab584
commit bd4a52c0a8
2 files changed
+23 -10

No files matched your search

+9
View File
@@ -0,0 +1,9 @@
# Schedule Generator
How many repositories can I have dedicated to a single project? 4... the original, the app, the executable for presentation, and finally. The C version of it.
This is my attempt to learn C by jumping straight into a project I know I am able to acomplish, but in a language I only know the absolute basics in. Forcing me to get
comfortable in C and learn and understand how it works and how to utilize it.
I don't expect this project to be clean, nice, optimal or any good. This is simply my attempt to recreate an algorithm I wrote in Python in the C programming langauge to
help me learn.