awesome-golang-algorithm
awesome-golang-algorithm copied to clipboard
List of unsolved problems
Can we have a file that maintains a list of unsolved problems?. This would make it easy to check the problems for whom the solutions are needed to be provided yet?
Can we have a file that maintains a list of unsolved problems?. This would make it easy to check the problems for whom the solutions are needed to be provided yet?
tried the method, but I was not very satisfied. Do you have any suggestions?
- Use the old gitbook node library to maintain a website
- Use the new gitbook service to maintain a website
- Use file identification https://github.com/kylesliu/awesome-golang-algorithm/blob/master/solutions.md
I am considering using hugo to build a website to show which comments are completed, but I don’t have enough time. https://themes.gohugo.io/themes/hugo-book/
Using file identification like this https://github.com/kylesliu/awesome-golang-algorithm/blob/master/solutions.md looks simple. It will involve less work as well. If you are interested to show the status of unsolved problems through a website, we can still work on that.