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
- Host: GitHub
- URL: https://github.com/jkazari/mathematics-laboratories-4.1
- Owner: jKazari
- Created: 2025-02-26T11:24:57.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-06-11T10:07:42.000Z (4 months ago)
- Last Synced: 2025-06-15T13:08:12.238Z (4 months ago)
- Topics: algorithms, cpp, data-structures
- Language: C++
- Homepage:
- Size: 1.72 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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