This repository contains solutions for all exercises in Programming Language I course in ECE, NTUA 2021. The main goal of the course is to establish a basic understanding in different types of programming such as:
- Procedural Programming - C++
- Functional Programming - Standard ML nj
- Logical Programming - SWI Prolog
- Scripting Language - Python 3
- Object Oriented Programming - Java
There were three series of exercises. Each one contained 4 problems. Specifically:
- The first contained longest and loop_rooms in both C++ and SML
- The second contained longest in Prolog, loop_rooms in Python and qssort in both Prolog and Python
- The third contained qssort in Java and round in both SML, Prolog and Java
More about the problems can be found in the assignements (in Greek).
The exercises were marked with 2.55/3.00 Specifically:
- 1st Series: 1.00/1.00
- 2nd Series: 0.75/1.00
- 3rd Series: 0.80/1.00
Name - GitHub | |
---|---|
Stylianos Kandylakis | |
Kitsos Orfanopoulos |
Learn more on READMEs: