megamih / circular-buffer

A simple circular buffer implementation in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Circular Buffer

This is a simple implementation of a circular buffer, built in C and executed as a console application. It allows the user to write values to the buffer and read values from the buffer.

Motivation

This was an extension of a simple lab for my Data Structures class. A friend was struggling with the concept of circular buffers, so I wrote up a guide for a basic implementation. Here's a link to the blog post:

Build Status

All basic functionality has been added.

Screenshots

screenshot

Tech

Built With

  • C

License

MIT © Charles Dobson

About

A simple circular buffer implementation in C

License:MIT License


Languages

Language:C 100.0%