# go_practice **Repository Path**: yemucn/go_practice1 ## Basic Information - **Project Name**: go_practice - **Description**: go 刷题/练习的一些代码 - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-07 - **Last Updated**: 2024-07-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # go_learning #### 介绍 项目主要内容为使用 go 刷题 leetcode、剑指offer、牛客 * `leetcode` 目录位于`src/leetcode` * `剑指offer` 目录位于`src/sword2offer` * `牛客` 目录位于`src/nowcoder` 检索题目的方法: * 大部分文件名和函数名相同 可以检索函数名 * 根据题号检索 * leetcode/sword2offer : 示例`0001.TwoSum` * 牛客 : `NC1.BigIntPlus` 没做题目目录,懒 #### 运行环境 WSL:ubuntu18.04 LTS + VSCode