|
JLab | ||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectdataStructures.Examples
public class Examples
ตัวอย่างการใช้งานแถวคอยเพื่อการค้นหาตามแนวกว้าง
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 |
---|
public Examples()
Method Detail |
---|
public static void bfsM3D2(int target)
public static void findPath(int[][] map, Examples.Pos source, Examples.Pos target)
|
JLab | ||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |