Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialScott Bergler
2,211 PointsSoftware Design, Problem Solving, Algorithms
I'm trying to find resources that help with learning how to analyze problems, figure out their bits and pieces, and create algorithms as preparation for creating software.
I don't need anything that's language specific.
I'm taking a class called software design at a local community college. A project we're working on is creating a bookstore. The teacher has asked for analysis of the problem (actors, interactions), and design (algorithms and/or pseudo-code for each actor and each of their roles).
I'm pretty frustrated because I don't feel like the teacher prepared us for this - no tools, very limited, unhelpful examples, exercises on javascript, but no help or guidance leading up to the tasks that have now been assigned.
Anybody got any resources? I don't see anything like this in Treehouse, but maybe it's buried within a track?
3 Answers
samueljhan
1,732 PointsTry to go to http://www.w3schools.com Search up CSS tags or tutorial because that is CSS. Hope it helps
James Barnett
39,199 PointsI poked around google and found a few things:
- http://www.programiz.com/article/algorithm-programming
- https://www.udemy.com/blog/flowchart-examples/
- http://users.evtek.fi/~jaanah/IntroC/DBeech/3gl_flow.htm
- https://www.youtube.com/watch?v=_GhW2wq-Ajw
- https://www.youtube.com/watch?v=j9ohod3K7HA
- https://www.youtube.com/watch?v=ceQI9cmWIN8
colinst.claire@gmail.com colinst.claire@gmail.com
1,781 PointsI haven't watched it, but I'm sure the MIT open courseware for Intro to Algorithms would be useful: http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-046j-introduction-to-algorithms-sma-5503-fall-2005/
colinst.claire@gmail.com colinst.claire@gmail.com
1,781 Pointscolinst.claire@gmail.com colinst.claire@gmail.com
1,781 PointsI think you're a bit confused. CSS is for coding styles to websites. Algorithms (in general) are sets of instructions to manipulate data. Those are 2 very different things.