JLab

dataStructures
Class Examples

java.lang.Object
  extended by dataStructures.Examples

public class Examples
extends java.lang.Object

ตัวอย่างการใช้งานแถวคอยเพื่อการค้นหาตามแนวกว้าง

Author:
สมชาย ประสิทธิ์จูตระกูล

Nested Class Summary
static class Examples.Pos
           
 
Constructor Summary
Examples()
           
 
Method Summary
static void bfsM3D2(int target)
           
static void findPath(int[][] map, Examples.Pos source, Examples.Pos target)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Examples

public Examples()
Method Detail

bfsM3D2

public static void bfsM3D2(int target)

findPath

public static void findPath(int[][] map,
                            Examples.Pos source,
                            Examples.Pos target)

JLab