iT邦幫忙

0

Day18 C程式🗂️ search.h

c
  • 分享至 

  • xImage
  •  

🗂️ search.h

#ifndef SEARCH_H
#define SEARCH_H
#include "maze_gen.h"

void DFS_Search(Maze *maze, int *pathLength, int *expanded);
void BFS_Search(Maze *maze, int *pathLength, int *expanded);
void AStar_Search(Maze *maze, int *pathLength, int *expanded);

#endif


圖片
  熱門推薦
圖片
{{ item.channelVendor }} | {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言