An open API service indexing awesome lists of open source software.

https://github.com/jkazari/mathematics-laboratories-4.1

Repository of solutions for my Algorithms and Data Structures class on the 4th semester of studying Mathematics at Gdańsk University of Technology
https://github.com/jkazari/mathematics-laboratories-4.1

algorithms cpp data-structures

Last synced: 4 months ago
JSON representation

Repository of solutions for my Algorithms and Data Structures class on the 4th semester of studying Mathematics at Gdańsk University of Technology

Awesome Lists containing this project

README

          

# Algorithms and Data Structures class laboratories
Repository of solutions to my **Algorithms and Data Structures** (`C++`) laboratories on the **4th semester** of studying Mathematics at Gdańsk University of Technology

## The laboratory outline
1. Warm-up (syntax, datatypes, I/O, file handling, strings, arrays, vectors, chrono)
2. C-style arrays, std::array, std::vector
3. Linked lists

## Projects outline
0. Measuring the time complexity of given algorithms
1. Implementing a dynamic array
2. Implementing a doubly linked list