https://github.com/bonnie/circular_array
https://github.com/bonnie/circular_array
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bonnie/circular_array
- Owner: bonnie
- Created: 2016-08-25T05:01:08.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-14T22:33:57.000Z (about 9 years ago)
- Last Synced: 2025-02-17T04:27:21.829Z (8 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# circular_array
9/14/16
-------
Added circular_array_improved.py which has better comments. Also, its test cases rely
only on outside perception (which items are at which index) and don't depend on
implementation (self.head and self.array).8/24/16
-------
A circular array implementation based on a problem in "Cracking the Code Interview." Coded as a group during a Hackbright Academy Whiteboarding Wednesday on 8/24/16.The rotate doctests do not currently pass.
Other coders:
* Colleen Blakelock
* Kelly Hoffer
* Ashley Hsiao
* Leslye Lu
* Aiden Ward