SriS126 / student

MIT License
0 stars 0 forks source link

Data Structures Write Up | CompSci Blogs #11

Open utterances-bot opened 2 months ago

utterances-bot commented 2 months ago

Data Structures Write Up | CompSci Blogs

My writeup for data structures and the feature of my cpt incorporated

https://sris126.github.io/student/2024/03/16/DataStructureWriteup_IPYNB2.html

Imaad08 commented 2 months ago

1.83/2. Hey Sri, I love the explanations that you gave along with the code snippets. A lot of people do not explain their code or what is going on inside of their head and just expect people to be able to understand the code. Your helpful brief explanations help me understand what the code is doing as this is not my own code. However, I think you could make some of the non-code explanations more detailed as they lack explicit detail.

saiseahawks commented 2 months ago

1.84/2. Sri, your explanations and code is very good. The snippets perfectly show what the requirements are asking for and the explanations help me understand what your code is doing. However there was one section which I found some need for improvements. In the portion that describes need for lists, dictionaries, and objects visible in the vscode debugger was not shown properly. However, that is the only suggestion I have as the rest is perfectly explained.