Skip to content

An queue data structure implementation for PAWN using circular algorithm.

License

Notifications You must be signed in to change notification settings

Sancky/pawn-queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pawn-queue

Description

An queue data structure implementation for PAWN using circular algorithm.

Installation

  1. Get the include queue.inc
  2. Include the library in your PAWN script:
#include <queue>

Issues

If you found any issues with the library, post it on issues or create an pull request with the fix.

Contribute

If you want to contribute with something, make a fork and create an pull request.

Documentation

You can find the documentation here.

About

An queue data structure implementation for PAWN using circular algorithm.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages