[자료구조] 2. 큐(Queue)

Romy·2021년 12월 13일
0

자료구조

목록 보기
3/8
post-thumbnail
post-custom-banner
* 출처: http://www.stoimen.com/blog/2012/06/05/computer-algorithms-stack-and-queue-data-structure/

✅ 구조

  • FIFO (First In First Out)
  • 가장 먼저 넣은 데이터를 가장 먼저 꺼낼 수 있는 구조

✅ 기능

  • enqueue : 큐에 데이터를 넣는 기능
  • dequeue : 큐에 데이터를 꺼내는 기능

✅ 사용

  • 멀티 태스킹을 위한 프로세스 스케쥴링 방식을 구현하기 위해 많이 사용됨
profile
👩‍💻 IT Engineering

0개의 댓글