mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-12-17 01:30:23 +00:00
Huffman base2/3
This commit is contained in:
12
Esiur.Analysis/Coding/Arithmetic.cs
Normal file
12
Esiur.Analysis/Coding/Arithmetic.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Esiur.Analysis.Coding
|
||||
{
|
||||
public class Arithmetic<T> where T : System.Enum
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user