Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 3.05 KB

README.md

File metadata and controls

52 lines (36 loc) · 3.05 KB

APCourseMaterials

This repository contains the materials and links for the Advanced Programming (M.Sc) course in java, given on Winter 2021 at Amirkabir University of Technology. I was in the teaching assistance team for this course

Assignments:notebook_with_decorative_cover:

Footnotes

  1. quera.ir's text testing format contains an in and an out folder, prompts in/input1.txt as stdin to the program. and expects the output written to stdout to be exactly like out/output1.txt. and out/output2.txt belongs to in/input2.txt and so on. you can implement a c++ program named tester.cpp in order to override the comparison of the submissions output with the correct one. you can see an example of tester.cpp here 2