fjiyt / CS-interview

CS Study
0 stars 1 forks source link

스택 & 큐 #1

Open jungmiin opened 1 year ago

fjiyt commented 1 year ago

스택과 큐에 대한 설명

summeree22 commented 1 year ago

일반큐가 있고 원형큐가 있는데, 원형 큐가 왜 나오게 됐는지?

summeree22 commented 1 year ago

동적 배열 스택

fjiyt commented 1 year ago

스택과 큐를 구현할 수 있는 방법

이때 시간복잡도는?

기존 스택,큐의 시간복잡도를 유지하면서 배열로 스택,큐를 구현할수있을까요?

스택 2개로 큐를 만드는 방법

이렇게 만든 큐의 시간복잡도는?

summeree22 commented 1 year ago

피드백