feat(Go-StudyExample):2020/12/25:新增leetcode部分习题(数据结构、二进制相关)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
* @Author : huangzj
|
||||
* @Time : 2020/12/21 22:26
|
||||
* @Description:
|
||||
*/
|
||||
|
||||
package simple
|
||||
|
||||
type Doc interface {
|
||||
Description(string) string
|
||||
}
|
||||
Reference in New Issue
Block a user