wingkwong / leetcode-the-hard-way

LeetCode The Hard Way - From Absolute Beginner to Quitter. Join Discord: https://discord.com/invite/Nqm4jJcyBf
https://linktr.ee/leetcodethehardway
844 stars 214 forks source link

tutorial: Connected Components #659

Closed Mr-ram99 closed 9 months ago

Mr-ram99 commented 9 months ago

Change Summary

Tutorial write-up: Connected Components (closes: #107)

Checklist

If you haven't fulfilled the below requirements or even delete the entire checklist, your PR won't be reviewed and will be closed without notice. Regular contributors (with 10+ PRs) can skip this part.

General

Tutorial

Solutions

Mr-ram99 commented 9 months ago

can you please review now.

Mr-ram99 commented 9 months ago

okay I'm adding one more example with explaination. I thought one example will be fine as it is a simple topic. One question, what if I want to add some static images (not from external resources, I'll create the images) into the tutorial? In which folder should i store them ? should I store in static/img ?

wingkwong commented 9 months ago

I thought one example will be fine as it is a simple topic.

I would expect a long detailed tutorial rather some codes with simple steps. Also your code is not following K&R Coding style.

One question, what if I want to add some static images (not from external resources, I'll create the images) into the tutorial? In which folder should i store them ? should I store in static/img ?

already answered in CONTRIBUTING.md