- 
                Notifications
    You must be signed in to change notification settings 
- Fork 300
Description
Thanks a lot for such a wonderful package.
- 
While doing Sentimental-Credit (credit in python) - I realised several scope of performance oriented improvements in how I can implement that. But not being an expert, I was just guessing about those. 
- 
Several competitive programming (CP) sites like Coding Ninja, Codeforces, Leetcode etc throw lots of test cases at the programs & measure the program against time required and i guess also on memory consumed. 
- 
Such a thing at much limited scope was also done in the Sort (x/*/labs/3) with time- but on the student side
So, having that kind of check for resource consumption in check50 will help students measure the efficiency of their code and make better - tangible statistics backed - decisions for choice of Data Structure & Algorithm (DSA) they used on the way.
This will also help in dealing with review of code of internal on-campus students. The cs50 staff would then be easily able to point to a particular tangible number.
Thanks again.