Skip to content
Snippets Groups Projects
Commit 8c4e1d67 authored by nicolas.albanesi's avatar nicolas.albanesi
Browse files

Ajout squelette fonctions reed_solomon

parent 63622685
Branches
No related tags found
No related merge requests found
# Created on 09/12/2021
from polynome import *
def get_possibilities(l: list):
pass
def lagrange_compute(l: list) -> polynome:
pass
def check_nb_error(l: list, p: polynome) -> int:
pass
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment