bfs_dfs.c
0.00MB
bfs_dfs.exe
0.05MB
bfs_dfs.py
0.00MB
tree_traversal.c
0.00MB
tree_traversal.exe
0.05MB
tree_traversal.py
0.00MB
간단한 Tree 구조를 만들어서 Python 과 C 프로그래밍으로 Tree를 Traversal 하는 code를 짜봤다.
첨부 파일을 통해서 실습을 진행할 수 있으며,
Main 함수로 결과를 직접 확인해볼 수 있다.

요런 형태의 Tree로 테스트해봤는데, 마음대로 Tree구조를 바꿔서 Test 해봐도 된다.
'SW 만학도 > Python' 카테고리의 다른 글
| Review 11 - Data Indexed Array, Hash in Python (0) | 2024.07.10 |
|---|---|
| Review 10 - 각종 Tree / Graph Traversals in Python (0) | 2024.07.09 |
| Review 9 - Queues & Stacks (0) | 2024.07.08 |
| Review 8 - Python Data Structure (1) | 2024.07.08 |
| Review 7 - Python Algorithm design & Testing & Debugging (0) | 2024.07.07 |