arsenic 알쓰닉?

  • 홈
  • 태그
  • 방명록

bst 2

Programming Exercise: Lab #7

경희대학교 박제만 교수님의 자료구조 수업을 기반으로 정리한 글입니다.Exercise #1ProblemsImplement inOrder(), preOrder(), postOrder().Each function traverses the tree and generates the queue in the order it visits.void inOrder(TreeNode* tree, QueType& inQue){ if (tree != nullptr) { inOrder(tree->left, inQue); inQue.enqueue(tree); inOrder(tree->right, inQue); }}▶ inOrder()void postOrder(TreeNode* tree..

CS/자료구조 2025.06.08

Chapter 8: Tree

경희대학교 박제만 교수님의 자료구조 수업을 기반으로 정리한 글입니다.Treedata 간에 위계 질서, 즉 hierarchy가 존재할 때 data를 표현하는 방식을 tree라고 한다.e.g., 조직도, 파일 시스템 Nodes▶ Parents and Children Nodes▶ Root Node▶ Leaf Nodes Level▶ Level 0▶ Level 1▶ Level 2 Subtree▶ Left subtree▶ Right subtree Type Data▶ Char Type Data▶ Int Type Data Unique Path▶ A unique path exists from the root node to every other node.The path from E to Z: E -> C -> Z (acy..

CS/자료구조 2025.06.08
이전
1
다음
더보기
프로필사진

arsenic 알쓰닉?

  • 분류 전체보기 (85)
    • Security (13)
      • 정보보안 (5)
      • System Hacking (8)
    • Programming Language (0)
      • C (0)
    • CS (58)
      • 운영체제 (5)
      • 풀스택서비스네트워킹 (2)
      • 컴퓨터네트워크 (3)
      • 자료구조 (17)
      • 컴퓨터구조 (18)
      • 소프트웨어공학 (9)
      • 모바일웹서비스프로젝트 (4)
    • Algorithm (0)
      • 바킹독의 실전 알고리즘 강의 (0)
      • BOJ (0)
    • DevOps (2)
      • Git (2)
      • Docker & Kubernetes (0)
      • AWS (0)
      • Linux (0)
    • 자격증 (9)
      • 리눅스마스터 2급 (1)
      • 정보보호관리사 (0)
      • CCNA (8)
    • Web (3)
      • Django (3)

Tag

unsorted list, sql injection, Branch, queue, github, stack, ARP, xor, computer architecture, template, sorted list, 연관 관계, csrf, iP, 일반화 관계, Git, http, url, XSS, array,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

페이스북 트위터 플러그인

  • Facebook
  • Twitter

Archives

Calendar

«   2026/01   »
일 월 화 수 목 금 토
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31

방문자수Total

  • Today :
  • Yesterday :

Copyright © Kakao Corp. All rights reserved.

  • velog
  • github
  • Dreamhack

티스토리툴바