6boris / awesome-golang-algorithm

:memo: LeetCode of algorithms with golang solution(updating).
https://a.gin.sh/
Apache License 2.0
3.49k stars 186 forks source link

List of unsolved problems #198

Open bumblebee211196 opened 3 years ago

bumblebee211196 commented 3 years ago

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?

6boris commented 3 years ago

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/

bumblebee211196 commented 3 years ago

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.