Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 755 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 755 Bytes

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