Download presentation
Presentation is loading. Please wait.
Published byDorothy Alred Modified over 9 years ago
1
AlgoTutor Tutorial (2) Refining an algorithm J. Yoo, S. Yoo, C. Pettey, S. Seo, and Z. Dong MTSU Computer Science Department
2
Welcome to AlgoTutor (2) This tutorial will introduce you to the basics of AlgoTutor for the mapping phase as well as the operation selection phase. AlgoTutor currently only works with Firefox. –It does not work in IE. To use AlgoTutor, you need to have an account. –Use the class account given by your instructor.
3
Starting AlgoTutor 1.Open FireFox (Don’t use IE) 2.Go to cslabserver2.cs.mtsu.edu 3.Log in using your class account (c#) –Click on Proceed to the AlgoTutor lab –Or you can directly go to Algotutor lab by going to cslabserver.cs.mtsu.edu/algorithm –You will see the list of labs available 4.Click on the lab that you want to do –For example, Lab 1: Introduction to Algotutor will get you to the exercise list 5.Click on an exercise –The problem page will be displayed. 6.Click on solve to start the algorithm composer.solve
4
Exercise Page
5
Composer: Operation Selection Phase Drag down the green horizontal bar to view the entire problem description
6
Composer: Operation Selection Phase Read the problem description
7
Features in Operation Selection Phase Composing by dragging Checking correctness: Saving your solution:
8
Composer: Operation Selection Phase Operations to be used (drag to the left) for your algorithm are listed as top level and lower level operations. Lower level operations are used inside of a top level operation.
9
Composer: Operation Selection Phase Drag top level operations to the left and place them in correct order. To create a top level algorithm
10
Composer: Operation Selection Phase Drag lower level operations and place them inside of an operation in correct order. To refine top level operations
11
Composer: Operation Selection Phase You may drag the same operation more than once.
12
Composer: Operation Selection Phase Need more space? You can collapse an operation containing other operations by clicking ‘-’ symbols.
13
Composer: Operation Selection Phase You have more room. You can expand the block of operations and view the lower lever operations by clicking ‘+’ symbols.
14
Feature in Composer: Check correctness Blue box: last correct step Red box: first incorrect step
15
Feature in Composer: Lifeline If you cannot figure out what is the correct next step, button. Blue box: correct next step to be used
16
Composer: Operation Selection Phase Save your current algorithm Done with ordering, move to parameter mapping phase. to be filled in the parameter mapping phase
17
Algorithm refinement in Parameter Mapping Phase When you move to the parameter mapping phase, –AlgoTutor displays the standard solution –Standard solution: a correct solution provided by the teacher. –It may be slightly different from your algorithm in the ordering phase.
18
Composer: Parameter Mapping Phase Parameters/variables to be used (drag to the left) in the algorithm Select one and drag it to ?. Check the correctness
19
January 13, 3:35 PM Click on ? Click on the down arrow. Composer: Parameter Mapping Phase Alternatively!
20
January 13, 3:35 PM Composer: Parameter Mapping Phase
21
Done with mapping, move to next level
22
Features in Parameter Mapping Phase Mapping by dragging Checking correctness: Saving your solution:
23
Feature in Composer: Check correctness
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.