wojtask / clrs4e-solutions

Solutions to exercises and problems from "Introduction to Algorithms", Fourth Edition by Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest and Clifford Stein
Creative Commons Attribution 4.0 International
249 stars 39 forks source link

Add badges with percentage progress #1570

Closed wojtask closed 1 year ago

wojtask commented 1 year ago

Include badges for progress indication in README, similar to: https://progress-bar.dev/77/?title=Appendix%20C

Ideally, the badges would show the progress in each chapter, based on the ratio of closed/all issues with a given chapter label. The badges would be updated dynamically by a github action, like this: https://github.com/kazupon/issue-count-action

wojtask commented 1 year ago

Progress bar badges repo: https://github.com/fredericojordan/progress-bar

wojtask commented 1 year ago

Cleared issues from labels and added them into milestones, one per each chapter/appendix. This is to better track the ratio of closed issues. Then added simple badges that show progress percentage in each chapter milestone.