config.json 469 B

1234567891011121314151617181920212223
  1. {
  2. "authors": [
  3. "jspengeman"
  4. ],
  5. "contributors": [
  6. "masters3d",
  7. "SleeplessByte"
  8. ],
  9. "files": {
  10. "solution": [
  11. "circular-buffer.ts"
  12. ],
  13. "test": [
  14. "circular-buffer.test.ts"
  15. ],
  16. "example": [
  17. ".meta/proof.ci.ts"
  18. ]
  19. },
  20. "blurb": "A data structure that uses a single, fixed-size buffer as if it were connected end-to-end.",
  21. "source": "Wikipedia",
  22. "source_url": "https://en.wikipedia.org/wiki/Circular_buffer"
  23. }