Skip to content

Notes on the subject "Tecnología de la programación" (Programming Technology) covering OOP and Data structures -- Mathematics degree, University of Murcia. Includes theory and practice projects. Notes from the first year's subject "Fundamentos de la programación" (Introduction to Programming) have also been included.

License

Notifications You must be signed in to change notification settings

LagrangianLad/tp-notes

Repository files navigation

TP Notes

This repository contains my personal notes for the course Coding technology (Tecnología de la programación), part of the 2nd year of the Mathematics degree at the University of Murcia (academic year 2025–2026).

It is designed as a structured collection of theory, practice, and my own class notes, so that all the relevant material for the subject is centralized in one place.

Repository structure

  • adt-implementations/ – Some implementation examples for data structures.
  • adt-project/ – Full data structures project, includes the complete design of an inventory ADT with two different representations.
  • exams/ – Solved problems from exams.
  • ip-notes/ – Notes on the subject "introduction to programming" which is the first course required to take TP. It includes functional programming and shorting algorithms implemented in processing-java.
  • oop-lectures/ – Practical sessions and exercises from the course. Each folder inside corresponds to a different session and contains the worked examples, implementations, and problem-solving strategies.
  • oop-project/ – Complete oop project: implements a functional music reproduction app.
  • theory/ – Theoretical content and reference material. This section summarizes the main concepts explained in class and includes additional clarifications where necessary.
  • adt-notes.pdf – Small diagrams with the data structure's main ideas.
  • notes.docs – Main document that brings oop together. It contains my in-class notes, summaries of key ideas, and the most important points from exercises and problem sets.
  • notes.pdf – Same document ready to print.

Purpose and usage

The repository is mainly for my personal study, but it can also be useful for other students taking the course. By keeping theory and practice separated, and combining them with my own notes, the goal is to make revision and exam preparation more efficient.

Feel free to explore the materials, compare them with your own notes, or adapt the structure if you find it useful for your studies.

About

Notes on the subject "Tecnología de la programación" (Programming Technology) covering OOP and Data structures -- Mathematics degree, University of Murcia. Includes theory and practice projects. Notes from the first year's subject "Fundamentos de la programación" (Introduction to Programming) have also been included.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published