6boris / awesome-golang-algorithm

:memo: LeetCode of algorithms with golang solution(updating).

Home Page:https://a.gin.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

List of unsolved problems

bumblebee211196 opened this issue · 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?

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/

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.