com.github.myibu.algorithm.endode.Encoder Maven / Gradle / Ivy
package com.github.myibu.algorithm.endode;
/**
* Golomb code
* @author myibu
* Created on 2021/10/12
*/
public interface Encoder {
}
package com.github.myibu.algorithm.endode;
/**
* Golomb code
* @author myibu
* Created on 2021/10/12
*/
public interface Encoder {
}