You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add __eq__, __bool__, slicing, __reversed__, and infrastructure
- Add __eq__ and __bool__ to all data structures (arrays, stacks, linked lists)
- Add slice support (arr[1:3], arr[::-1]) for StaticArray and DynamicArray
- Add __reversed__ for DoublyLinkedList (tail-to-head iteration)
- Add hypothesis property-based tests (17 invariant checks)
- Add doctests to CI pipeline with fixed imports in ABC docstrings
- Add coverage badge, CI badge, and Python version badge to README
- Add hypothesis dependency and update .gitignore
0 commit comments