mikeizbicki / cmc-csci046

CMC's Data Structures and Algorithms Course Materials
52 stars 153 forks source link

README.md badges not updating when pulling new branches #287

Closed gait-nairn closed 3 years ago

gait-nairn commented 3 years ago

When I create the new bst branch and pull upstream, I am able to see the new files, but the README.md still only has the badges from fibonacci.py and range.py and I am not exactly sure what is supposed to go into the README.md file for these new branches.

mikeizbicki commented 3 years ago

You should follow the templates of the badges for the other test cases in order to get the badges for the BST and BinaryTree test cases. Unlike the previous assignments, you'll have to create these lines yourself since I'm not giving them to you. If you ever create your own projects, you'll have to do this step on your own, and the purpose of this part of the assignment is to help you prepare for that.