Skip to content

[DEV] 이진 트리 자료구조 구현 #2

@sehwanii

Description

@sehwanii

Summary

이진 트리 자료구조를 구현합니다.

Description

  • t_pipe 구조체와 type을 담는 이진 트리 자료구조를 구현합니다.
    • typedef struct t_tree{
       int type
       t_pipe *pipe
       t_tree *left
       t_tree *right
      }
  • 노드의 추가 및 순회 기능을 구현합니다.

Metadata

Metadata

Assignees

Labels

featNew feature

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions