Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 631 Bytes

File metadata and controls

14 lines (7 loc) · 631 Bytes

To Circular Arrays, With Love

During my Data Structures course, the professor offered a chance to get extra credit by writing a paper on circular arrays.

It involved writing a detailed report and also providing code in C to demonstrate how they function.

I was very happy with how this report turned out, and very pleased that I was able to code this from scratch.

I just hope that maybe someone will find this one day, and find it as useful as I did when learning about this data structure.

Please feel free to use this code for any reason!

A picture of the debug terminal from the source code