Skip to content
Akshay Mohan edited this page Jan 16, 2019 · 3 revisions

Welcome to the pawn-queue wiki! (This wiki is still a work-in-progress)

Introduction

pawn-queue is an implementation of queue data structure in PAWN. A queue is a linear, First-In-First-Out (FIFO) data structure. This library currently supports two types of queues:

  • Linear Queues.
  • Circular Queues.
  • Double-ended Queues - In development.
  • Dynamic Queues - Will be implemented in future.

Contents

Clone this wiki locally