added 1/2 and 1/3 rate codes

This commit is contained in:
Ahmet Inan 2023-01-04 12:13:04 +01:00
commit ee81124c4b
2 changed files with 4 additions and 0 deletions

View file

@ -34,5 +34,7 @@ void code(int N, int K)
int main()
{
code<11>(2048, 1360+32);
code<11>(2048, 1024+32);
code<11>(2048, 680+32);
return 0;
}