awesome-golang-algorithm icon indicating copy to clipboard operation
awesome-golang-algorithm copied to clipboard

List of unsolved problems

Open bumblebee211196 opened this issue 3 years ago • 2 comments

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?

bumblebee211196 avatar Jul 13 '21 05:07 bumblebee211196

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?

  1. Use the old gitbook node library to maintain a website
  2. Use the new gitbook service to maintain a website
  3. 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/

6boris avatar Jul 13 '21 13:07 6boris

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.

bumblebee211196 avatar Jul 13 '21 16:07 bumblebee211196