CodeSpaceHQ / AppliedAlgorithms

Guides and solutions to various types of programming problems.
10 stars 1 forks source link

We need a template for guides #26

Closed asclines closed 7 years ago

asclines commented 7 years ago

Like the title says, we need a template for the guides. Similar to what we did for the coding problems. See #2 Any thoughts?

The running template I have now is:

[PROBLEM-TYPE] Guide

Overview

Additional Resources

NilsG-S commented 7 years ago

Should we have a section that would have information on how to start solving problems of this type? Or would that be handled in the Overview section?

Something like:

Overview

How to Start

isaac-gs commented 7 years ago

I wouldn't worry about that. We should keep this simple to begin with and only add stuff as needed

asclines commented 7 years ago

Yeah, the "How to Start" part should be implicitly handled in the problem guides.

What about a section that briefly discusses common data structures used in these types of problems?

NilsG-S commented 7 years ago

Discussing data structures could be helpful; potentially helping people frame the solution of the problem properly. The only real downside would be that adding data structures increases the complexity of the guides.

asclines commented 7 years ago

Well, @NilsG-S I wouldnt say go into detail on them so much as merely list them for the reader to further their knowledge.

asclines commented 7 years ago

I believe this has been figured out.