/circular_buffer

Implementation of circular buffer with random access iterator

Primary LanguageC++MIT LicenseMIT

MIT License LinkedIn

Table of Contents
  1. About The Project
  2. Getting Started
  3. License
  4. Contact
  5. Acknowledgments

About The Project

This project is the circular buffer implementation with random access iterator. This circular buffer is compatible with standard library algorithms. In the custom_algorithms.hpp file, you can find the implementation of some algorithms designed to be used on ranges of elements. In the main.cpp file, you can see the example of the usage of circular buffer and algorithms.

(back to top)

Getting Started

To see the circular buffer in action on your machine, follow the simple steps below.

Installation

  1. Clone the repo git clone https://github.com/MariaMozgunova/circular_buffer.git
  2. Run file main.cpp

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

Contact

Maria Mozgunova - Twitter - @MariaMozgunova - mariiamozgunova@gmail.com

Project Link: https://github.com/MariaMozgunova/circular_buffer

(back to top)

Acknowledgments

(back to top)