Skip to content

Commit 4b541b6

Browse files
authored
Update README.md
1 parent 7487398 commit 4b541b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assignment-2022-1/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
In this project we are trying to effectively compress a list of non-decreasing integers by using Elias-Fano encoding. This type of compression uses a sussinct data-structure which means that the encoding space requirement is very close to the theoretical lower bound.<br><br>
66
The analytical implementation of this algorithm is described [here](https://github.com/Philippos01/Algorithms-Data-Structures/blob/main/assignment-2022-1/assignment-2022-1.pdf)
77

8-
## Run the programm
8+
## Run the program
99

10-
You can run the program by the following command
10+
You can run the program by the following command:
1111
```
1212
python elias_fano.py file
1313
```

0 commit comments

Comments
 (0)