o-Mateo-o / CourseTasks-Algorithms

Implementation of abstract data types and methods complexity analysis. Course assignments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algorithms and Data Structures - solved problems

Author:

Mateusz Machaj

Wrocław University of Science and Technology, Faculty of Pure and Applied Mathematics, 2021/22.

Description


This repository contains my assignments for the university course Algorithms and Data Structures. Solutions are fully documented and described via introductions and mathematical formulas.

The main topics are:

  • function complexity analysis,
  • abstract data types implementation,
  • comparison of the various implementations (for the same data structure),
  • problem-solving based on the abstract data types usage.

The format is mainly Jupyter Notebook to make my considerations and implementations as clear as it was possible.

Guide


My solutions are available in the Notebooks folder. Descriptions of the solved problems are in the ProblemsDescriprion folder.

About

Implementation of abstract data types and methods complexity analysis. Course assignments.

License:MIT License


Languages

Language:Jupyter Notebook 98.0%Language:Python 2.0%