Skip to content
/ UZ Public

This repo is a collection of assignments I've completed during my studies on the University of Zielona Góra since October 2023

Notifications You must be signed in to change notification settings

Guliveer/UZ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo is a collection of assignments I've completed during my studies on the University of Zielona Góra since October 2023

❓ If you don't understand something - try to translate it from polish 🇵🇱

📝 Comments I've left for my friends to learn coding might be appearing.

📥 Download selected directory

🔗 download-directory.github.io

(Also in repo's "About" section)

Programming languages list

Language Directory
C ~/R1S1/Podstawy programowania (L)/
OCaml ~/R1S2/Podstawy systemów dyskretnych (L)/
C++ ~/R1S2/Programowanie obiektowe (L)/
C++ ~/R1S2/Programowanie obiektowe (W)/
Java ~/R2S1/Java i technologie Web (L)/
Python [TBD]

Directory tree naming logic:

/UZ/R_S_/[subject]/somewhat_organized_assignments_in_subdirs/
  • UZ -> repo name
  • R_ -> year of studying, where _ represents a number of given year
  • S_ -> semester of the year, where _ represents a number of given semester
  • [subject] -> name of the subject; letter in brackets defines the type of classes in a given subject: L - practical, Ć - practical (more focused on math without computers), W - lectures
  • somewhat_organized_assignments_in_subdirs -> pretty much self-explanatory