Skip to content

Commit 28aa9a5

Browse files
authored
Update README.md
1 parent 8509da0 commit 28aa9a5

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1-
# Algorithms-Data-Structures
1+
# Algorithms & Data Structures
2+
3+
[![forthebadge](https://forthebadge.com/images/badges/made-with-python.svg)](https://forthebadge.com)
4+
5+
## About the Repository
6+
7+
This repository is about some assignments based on data structures and algorithmic implementations.
8+
Each assignment concerns a different scientific subject that needs to be optimized with the usage of algorithms written in a programming language(Python 3.10.2).
9+
Specifically, the exact topic for each assignment is:
10+
11+
* [Sorted Integers Compression & Decompression](https://github.com/Philippos01/Algorithms-Data-Structures/blob/main/assignment-2022-1/README.md)
12+
* [Sequence Alignment](https://github.com/Philippos01/Algorithms-Data-Structures/blob/main/assignment-2022-2/README.md)
13+
* [Cycle Detection in a sequence of numbers](https://github.com/Philippos01/Algorithms-Data-Structures/blob/main/assignment-2022-3/README.md)
14+

0 commit comments

Comments
 (0)