# algorithm **Repository Path**: w3liu/algorithm ## Basic Information - **Project Name**: algorithm - **Description**: No description available - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-05 - **Last Updated**: 2021-07-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 目录 - algorithm 算法练习 - ARTS 每周打卡任务 - books 读书笔记 - diagram 图表 - practice 练习 - tools 工具 # 常用命令 ## benchmark ```text go test -bench=. -benchtime=1s -run=none -benchmem ``` ## env ```text go env -w GOPROXY=https://goproxy.io,direct go env -w GOPRIVATE=*.corp.example.com go env -w GO111MODULE=on ```