/queue-io

Simulate static, multiple and dynamic range queues.

Primary LanguageHTMLMIT LicenseMIT

Queue-io

StaticBadge StaticBadge StaticBadge StaticBadge

Simulate static, multiple and dynamic range queues data structure for educational purposes.

Table of Contents

About the Project

The project was initiated as a micro-project for a university course on Data Structures and Algorithms at Amrita Vishwa Vidyapeetham, Ettimadai, India.

Setup

You can setup the project by either download the code as a .zip folder or cloning the project into your local machine through either the GitHub CLI or from your terminal emulator.

Use GitHub Command Line Interface

Run the following command or paste it in the GitHub CLI.

gh repo clone IAmRiteshKoushik/queue-io

Use Terminal Emulator (.git)

Run the following command or paste it in your terminal to clone the repository. For contributing, you can create your own fork of the repo and run the same command. Contribution docs are coming soon.

git clone https://github.com/IAmRiteshKoushik/queue-io

License

The project is under the MIT License. Read licensing document here.

Credits

The following are the core maintainers of the project:

  1. Ritesh Koushik
  2. Sudarshan Vanamali
  3. Nitish S

Make a Contribution

Open-source contributions in the form of pull-requests, issues, feature-requests are highly encouraged. Please start a issue before making a PR. Detailed contribution guide is coming soon!