Circular buffer: Difference between revisions

Content deleted Content added
Understanding
Fix capitalization of a word to be consistent with the rest of the list.
Line 48:
A circular buffer can be implemented using a [[pointer (computer programming)|pointer]] and three integers:<ref name="Liu Wu Das 2021 p. 117">{{cite book |last1=Liu |first1=Z. |url=https://books.google.com/books?id=si1CEAAAQBAJ&pg=PA117 |title=Wireless Algorithms, Systems, and Applications: 16th International Conference, WASA 2021, Nanjing, China, June 25–27, 2021, Proceedings, Part II |last2=Wu |first2=F. |last3=Das |first3=S.K. |publisher=Springer International Publishing |year=2021 |isbn=978-3-030-86130-8 |series=Lecture Notes in Computer Science |page=117 |access-date=2023-09-04}}</ref>
* buffer start in memory
* buffer capacity (Lengthlength)
* write to buffer index (end)
* read from buffer index (start)