Update README.md

This commit is contained in:
huskee 2023-11-11 16:34:10 +02:00
parent 2c2dd26302
commit 28585f187e

View file

@ -1,3 +1,4 @@
# Progtech # Progtech
Progtech proposed(and tested) C++ solutions to the series of programming problems requested for the lesson "Programming Techniques" which is taught in the 2st semester of the school of Electrical and Computer Engineering(ECE) of National Technical University of Athens(NTUA). Μικρά disclaimer: Οι λύσεις δεν είναι από μόνο ένα άτομο, οπότε θα δείτε διαφορές στη "λογική" του κώδικα κάθε άσκησης. Οι λύσεις δεν είναι βέλτιστες, γι'αυτό όσοι μπορείτε κάντε ένα pull request ή κάτι τέτοιο για να τις διορθώσουμε. Οι λύσεις έχουν ελάχιστα σχόλια, οπότε πάλι κάντε pull request με προτάσεις για σχόλια. Μεγάλο disclaimer: Μην κάνετε στείρα αντιγραφή του κώδικα. Οι λύσεις υπάρχουν εδώ για να σας βοηθήσουν να κατανοήσετε την λογική τους, να λύσετε μικροπροβλήματα που θα σας εμφανιστούν χωρίς να πατήσετε εργαστήριο και ενδεχομένως να δείτε και διαφορετικούς τρόπους λύσης. Proposed (and tested) solutions for the programming exercises assigned during the second semester ECE@NTUA class "Programming Techniques".
+υπάρχει και αντίστοιχο repository για το μάθημα "Προγραμματισμός Υπολογιστών" (progintro) του πρώτου εξαμήνου.
Note: these solutions are provided as a helping hand to students who are struggling with C++ and object oriented programming. While submitting them as-is would probably work, you should really at least read through the code and try to understand how it works.