Home > Back-end >  For help, need to use a Java implementation algorithm visualization teaching system, leaders for gui
For help, need to use a Java implementation algorithm visualization teaching system, leaders for gui

Time:09-27

I have no contact with algorithm visualization
Totally have no idea now, the teacher is recommended to use the language is Java, also did not give information, allow yourself to check, but I'm looking for visualization, most associated with the Java Java swing, the final results are Windows software system, no web, most of the web is a JavaScript and HTML 5, (what are the requirements for the teacher didn't say, I think that is a platform, so according to the web to find all the time, the results no information)

Just want to ask, if Java visual after done, are Windows system?

Still have even if the teacher asked, teacher section to the teacher can add new algorithm visualization, the,,, I don't have any idea, because this requirement should be to achieve, the teacher input Java algorithm, the system automatically complete visualization, it ah, I didn't ask bosses guide !!!!!! Tell me the train of thought can be

CodePudding user response:

I want to ask about what is algorithm visualization

CodePudding user response:

reference 1st floor also night reply:
I want to ask about what is algorithm visualization



Is the bubble sort, for example, the algorithm using dynamic graph to demonstrate the sorting process, visual search algorithm, can be seen making a pretty famous algorithm visualization of sites, just like that

CodePudding user response:

refer to the second floor of cold cold response:
Quote: refer to 1st floor also night reply:

I want to ask about what is algorithm visualization



Is the bubble sort, for example, the algorithm using dynamic graph to demonstrate the sorting process, visual search algorithm, can be seen making a pretty famous algorithm visualization of sites, just like the


Oh, I see, your teacher if you want to let you written in pure Java, you can use the swing, the simple page or writing it's not a problem, estimate your teacher also didn't say how gorgeous, if you want to go for can be written in HTML 5, visualization, add a new algorithm is extensible meaning right, but don't know what he said is the dynamic extension or something

CodePudding user response:

reference 3 floor also night reply:
Quote: refer to the second floor of cold cold response:

Quote: refer to 1st floor also night reply:

I want to ask about what is algorithm visualization



Is the bubble sort, for example, the algorithm using dynamic graph to demonstrate the sorting process, visual search algorithm, can be seen making a pretty famous algorithm visualization of sites, just like the


Oh, I see, your teacher if you want to let you written in pure Java, you can use the swing, the simple page or writing it's not a problem, estimate your teacher also didn't say how gorgeous, if you want to go for can be written in HTML 5, visualization, add a new algorithm is extensible meaning right, but I don't know what he said is a dynamic extensions or


Uh-huh, I found that can be written, is I don't know before , the teacher is said to can update, I understand you can add new algorithm, visualization, I read online tutorials, visualization is to use an array of records every sort of steps, and then each step visualization, will complete whole, but I really can't think of how in the system operator only write for example: bubble sort, then code complete visualization by yourself??????? That technology now, or am I wrong? I do not know much about

CodePudding user response:

You can consult js the realization way of visualization is every step of the algorithm in view of the way renders
https://segmentfault.com/a/1190000014176104

CodePudding user response:

Mainly I haven't used the swing, also won't draw (smile)
  • Related