Skip to content

wangsenyuan/golang-pratice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to golang-practice 👋

Version License: Apache License 2.0

To learn algorithm and data structure in golang, solving problems from leetcode, codechef, codeforces.

Author

👤 wangsenyuan

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2024 wangsenyuan.
This project is Apache License 2.0 licensed.


This README was generated with ❤️ by readme-md-generator

update go version

    go mod edit -go 1.21
    go mod tidy