105-1 Data Structure Homework 1

Slides:



Advertisements
Similar presentations
Using Dijkstra’s Algorithm to Find a Shortest Path from a to z 1.
Advertisements

Request Dispatching for Cheap Energy Prices in Cloud Data Centers
SpringerLink Training Kit
Luminosity measurements at Hadron Colliders
Choosing a Dental Plan Student Name
Virtual Environments and Computer Graphics
NHỮNG VẤN ĐỀ NỔI BẬT CỦA NỀN KINH TẾ VIỆT NAM GIAI ĐOẠN
BÖnh Parkinson PGS.TS.BS NGUYỄN TRỌNG HƯNG BỆNH VIỆN LÃO KHOA TRUNG ƯƠNG TRƯỜNG ĐẠI HỌC Y HÀ NỘI Bác Ninh 2013.
Nasal Cannula X particulate mask
HF NOISE FILTERS PERFORMANCE
Electronics for Pedestrians – Passive Components –
Parameterization of Tabulated BRDFs Ian Mallett (me), Cem Yuksel
L-Systems and Affine Transformations
Bayesian Confidence Limits and Intervals
实习总结 (Internship Summary)
Front End Electronics for SOI Monolithic Pixel Sensor
Face Recognition Monday, February 1, 2016.
CS284 Paper Presentation Arpad Kovacs
انتقال حرارت 2 خانم خسرویار.
Theoretical Results on Neutrinos
yaSpMV: Yet Another SpMV Framework on GPUs
MOCLA02 Design of a Compact L-­band Transverse Deflecting Cavity with Arbitrary Polarizations for the SACLA Injector Sep. 14th, 2015 H. Maesaka, T. Asaka,
Optomechanics with atoms
داده کاوی سئوالات نمونه
Inter-system biases estimation in multi-GNSS relative positioning with GPS and Galileo Cecile Deprez and Rene Warnant University of Liege, Belgium  
10. predavanje Novac i financijski sustav
Decision Procedures Christoph M. Wintersteiger 9/11/2017 3:14 PM
M13/4/PHYSI/SPM/ENG/TZ1/XX
Unit IV Political Participation Chapters 17-20
Animal Evolution and Diversity
Architecture Bestseller list for FY2017 Wiley.
Music Appreciation: The History of Rock
The Sorry History of Macroeconomics II
Combinational Circuits
Optimizing External Applications with HeuristicLab
In the Geometry Textbook,
Optimizing External Applications with HeuristicLab
Super Quiz™ Relay PowerPoint Test 12 (45)
Zhu Han University of Houston
Aqueous Ionic Equilibrium
What to Expect… When the World is Ending
5 Minute Check Solve and show work. Complete in your notes. 1. a – 2.1= = e m = k – 1 5 = 5.
Please use the top of the slide. The area that will be printed is 4
Nuclear Reaction Mechanisms in Heavy Ion Collisions (Lecture II)
Lectures 3&4 Univariate regression
Optimizing External Applications with HeuristicLab
An- Najah National University
106 Data Structure Homework 1
CS 2550 Foundations of Cybersecurity
More Recursion.
Data Mining: Concepts and Techniques (3rd ed.) — Chapter 7 —
The opportunity and perils of group work, projects and independent learning Adam achemicalorthodoxy.wordpress.com.
Topic 14 Algorithm Families.
Click on a number block to go to a question. Blocks 1, ,4, 5, 8, 10, 12, 15, 16, 17, 19, 21, 23, 24, 25 will.
105-1 Data Structure Homework 1
TOPIC 1 Preparing for Calculus
Computational Methods for the Analysis of Single Cell RNA-Seq Data
Computer Security: Art and Science, 2nd Edition
Basic Structures: Sets, Functions, Sequences, Sums, and Matrices
SPORT EVENT MANAGEMENT
Virtual LAN 2019/6/14.
KINEMATICS OF MECHINERY
THE UNITED STATES IN WORLD WAR II
Teknologi Elektrik (BBT 3623) Bab 2: Litar Arus Ulang Alik Satu Fasa
107-1 Data Structure Homework 2
Ar.
School-Wide Positive Behavioral Interventions and Supports (SWPBIS)
Creating and Editing Item Records Part 2
Lecture 5: Review of Neural Networks
The What and How of Measuring Electronically Mediated Work:
Presentation transcript:

105-1 Data Structure Homework 1 2016/10/18

Mazing problem 0 : though path 2 : though path 1 : blocked path N、W、S、E、NW、SW、SE、NE 2 : though path N、W、S、E 1 : blocked path You can’t walk this road

Mazing problem 0 1 0 2 0 1 1 0 1 0 1 0 0 2 1 2 1 0 2 1 0 1 0 1 1 2 0 2 1 0 1 0 2 1 0 1 2 0 2 0 0 2 2 0 2 1 1 0 1 0 0 1 1 0 2 0 2 1 2 2 1 2 0 1 0 1 0 1 0 0 0 2 0 1 1 2 1 0 1 2 1 0 1 0 1 2 2 0 1 2 2 1 2 0 2 0 1 1 2 0

Mazing problem 3 1 0 2 0 1 1 0 1 0 1 3 0 2 1 2 1 0 2 1 3 1 0 1 1 2 0 2 1 0 1 3 2 1 0 1 2 0 2 0 0 2 3 3 2 1 1 0 1 0 0 1 1 0 3 0 2 1 2 2 1 2 0 1 3 1 0 1 0 0 0 2 0 1 1 3 1 0 1 2 1 0 1 0 1 2 3 3 1 2 2 1 2 0 2 0 1 1 3 3

Mazing problem 3 * * * * * * * * * * 3 * * * * * * * * * * 3 3 * * * * * * * * * * 3 * * * * * * * * * * 3 * * * * * * * * * * 3 3 * * * * * * * * * * 3 3

Mazing problem Design a maze (15x15) Find the path to exit (80%) Random Find the path to exit (80%) Print the original array (1) Print the result array with the path (2) Replace the value on the path to 3 Replace remained element to * If it is the shortest path (20%) Show the shortest path length (3) Use stack Do not use recursive function

Mazing problem Send code and result (printscreen) Deadline 11/2 21:00 nchuwccclab@gmail.com Deadline 11/2 21:00 (在職專班)(HW1) 學號 名字

The end Thanks for your time