Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
choisunmi00 committed Jan 8, 2025
1 parent 36b7144 commit d868c10
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
19 changes: 10 additions & 9 deletions _posts/2024-11-27-[TOPCIT 예상문제] 1. 소프트웨어(1).md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description: 01. 소프트웨어 개발

## Q & A
---
[1](#a1) <span style="color:#85a8b4"> 1.</span> 소프트웨어 공학의 4가지 중요 요소
[1.](#a1) 소프트웨어 공학의 4가지 중요 요소

<span style="color:#85a8b4"> 2.</span> SDLC 모델의 종류

Expand Down Expand Up @@ -43,7 +43,7 @@ description: 01. 소프트웨어 개발

<span style="color:#85a8b4"> 12.1</span> 선형구조 중 작동 방식 2가지

<span style="color:#85a8b4"> 13.</span> 이진 탐색 트리 조건 4가지
[13.](#a13) 이진 탐색 트리 조건 4가지

<span style="color:#85a8b4"> 14.</span> 이진 트리 순회 방법 4가지

Expand All @@ -62,8 +62,8 @@ description: 01. 소프트웨어 개발

## A & Q
---
# a1
<span style="color:#85a8b4"> 1.</span> 방법, 도구, 절차, 사람
##### 1.
방법, 도구, 절차, 사람

<span style="color:#85a8b4"> 2.</span> 폭포수 모델, V모델, VP모델, 프로토타이핑 모델, 점증적 모델, 진화 모델, 나선형 모델, 반복적 모델

Expand Down Expand Up @@ -93,11 +93,12 @@ description: 01. 소프트웨어 개발

<span style="color:#85a8b4"> 12.1</span> 스택: 나중 입력 먼저 출력 / 큐: 먼저 삽입 먼저 삭제

<span style="color:#85a8b4"> 13.</span> 이진 탐색 트리
1) 모든 노드는 유일
2) 왼쪽 서브 트리는 루트보다 작다
3) 오른쪽 서브 트리는 루트보다 크다
4) 서브트리도 이진 탐색 트리
##### 13.
이진 탐색 트리
1) 모든 노드는 유일
2) 왼쪽 서브 트리는 루트보다 작다
3) 오른쪽 서브 트리는 루트보다 크다
4) 서브트리도 이진 탐색 트리

<span style="color:#85a8b4"> 14.</span> 트리 순회
1) 전위 순회(루트->자식 노드)
Expand Down
2 changes: 1 addition & 1 deletion _posts/2025-01-08-2. Complex functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: >-

## Complex Exponential functions
---
<img src="https://i.ibb.co/q57WKLf/image.webp" alt="1" width="100%" height="100%"/>
![image](https://github.com/user-attachments/assets/8023045a-739c-4e41-be50-08ce9f6fa612)

## Complex Trigonometric functions
---
Expand Down

0 comments on commit d868c10

Please sign in to comment.