Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datawookie/liqueuer
R package implementing Queue and PriorityQueue classes
https://github.com/datawookie/liqueuer
Last synced: 3 months ago
JSON representation
R package implementing Queue and PriorityQueue classes
- Host: GitHub
- URL: https://github.com/datawookie/liqueuer
- Owner: datawookie
- Created: 2016-08-21T04:53:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-08T03:38:28.000Z (over 8 years ago)
- Last Synced: 2024-09-26T02:11:11.745Z (4 months ago)
- Language: R
- Size: 16.6 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/DataWookie/liqueueR.svg?branch=master)](https://travis-ci.org/DataWookie/liqueueR)
[![GitHub version](https://badge.fury.io/gh/DataWookie%2FliqueueR.svg)](https://badge.fury.io/gh/DataWookie%2FliqueueR)
[![codecov.io](https://codecov.io/github/DataWookie/liqueueR/coverage.svg?branch=master)](https://codecov.io/github/DataWookie/liqueueR?branch=master)# liqueueR
A R package which implements Queue and PriorityQueue classes.
## Installation
To install simply
```
devtools::install_github("DataWookie/liqueueR")
```## To Do
- Implement tests.
## Queue
## PriorityQueue