The flowchart tag has no wiki summary.
1
vote
1answer
1k views
Flow Chart - While Loops process
I'm having difficulties understanding whether or not this is the right process to use for a flow chart which illustrates the processes involved in an algorithm.
For this, assume the following:
A 1D ...
0
votes
1answer
1k views
Drawing Flowchart for function calculate a number in the Fibonacci Series
I'm trying make Flowchart for function calculate a number in the Fibonacci Series. But It looks like not right. I don't how draw the recursive function.
Please help me how to fix it.
My flowchart: ...
2
votes
1answer
269 views
Can a flow diagram have more than one start?
I'm drawing a flow diagram which should visualize the communication between 4 services I created.
Now I've got a question I'm not quite sure about. There are two ways the services could be started. ...
1
vote
1answer
160 views
Specify that a spawned process returns to a parent
Using yED to build an application flow-chart, and I can't figure out a 'nice' looking way of representing that a GUI's call to spawn a process loops back to the GUI process once it terminates, other ...
4
votes
4answers
234 views
What types of processes have to be reflected in flowchart?
In visual programming, there are many events which support our application tasks. So, along with user defined processes these are also should be in flowchart or not ?
What about the constructors of ...
2
votes
2answers
734 views
Designing Algorithm Flowchart Application
I need to develop an GUI application in C# where users can freely add conditional/statement blocks on the algorithm flowchart like the one shown below. By freely, I mean users can add a block on ...
4
votes
1answer
136 views
What is the best approach to getting to know a big system like a CMS or forum system which has no documentation?
My problem is the following; I need to get to know a totally new system, for example Wordpress, Drupal, or a framework like Symfony, or maybe a big forum system like PhpBB.
Let's suppose it has no ...
3
votes
1answer
167 views
Graph/diagram editor that works with pseudographics
Is there a graph/diagram editing tool that can output (or even better also parse) pseudographics, that can be easily inserted into source code comments? Like this:
+---------------+
| ...
7
votes
8answers
2k views
When would I use pseudocode instead of flowchart?
I'm a student working with various techniques of programming, and I've come across pseudocode and flowchart. I know that these are both used in order to think through the problem before actually ...
0
votes
1answer
503 views
Can anybody recommend an application for laying out algorithms on a mac? [closed]
In my intro to software development class I'm using a program called raptor which really helps me when I'm mapping out semi-complex algorithms and programs. The thing that I like about raptor is that ...
1
vote
1answer
158 views
Is there any example or resource explaining/showing code from High-level to Low-level to deep down Machine code?
I have been searching for an example over the internet that shows any operation like saving a file or drawing anything in UI or any other sort that shows the implementation from High-leve language ...
4
votes
6answers
626 views
Diagram that could explain a state machine's code?
We have a lot of concepts in making diagrams like UML and flowcharting or just making up whatever boxes-and-arrows combination works at the time, but I'm looking at doing a visual diagram on something ...
2
votes
2answers
1k views
How to draw a good diagram of a business workflow? What software?
I want to create an illustration for a product purchase wizard, and I want to illustrate the way user interacts with the wizard. It's basically a simple flowchart or a simple workflow:
User starts ...
11
votes
6answers
924 views
Under what circumstances are flowcharts still a valuable and useful tool?
When I first started programming, I relied heavily on flowcharts (and printer spacing charts). While I was in COBOL class, I couldn't start writing any code until my flowchart was signed off by the ...
6
votes
3answers
837 views
Documenting a REST interface with a flowchart
Does anybody have suggestions on creating a flowchart representation of a REST-style web
interface? In the interest of supplying thorough documentation to co-developers, I've been toying around in dia ...
2
votes
2answers
495 views
Visualize flowchart diagram with multiple end symbols
I am looking for a standardize way to visualize the following hierarchical logic:
The state of the thread is represented by the answers to the hierarchical set of question
You can read this listing ...
3
votes
1answer
1k views
Flowcharting and Method Calls
First off, I am not sure if this is the right site for this question or not. I apologize if it is not.
I am doing out some flow charts and am wondering if I am approaching this correctly. In ...
5
votes
4answers
626 views
What is a good way to brainstorm algorithms on a computer? [closed]
I'm looking for something that allows me to work out an algorithm on a computer similar to how I would do it on a whiteboard. At work, I have a huge whiteboard that I can use for this, but at home, I ...
7
votes
5answers
1k views
Technique to Solve Hard Programming logic
I have heard about many techniques which are used by developer/software manager to solve hard programming logic or to create flow of an application and this flow will be implemented by developers to ...
