pip install pytest
pip install binarytree
pytest stack.py
queue.py:
- ๐ Monday 1st February:
test_empty - ๐ Tuesday 2nd February:
test_enqueue,test_enqueue2,test_enqueue_full - ๐ Wednesday 3rd February:
test_dequeue,test_dequeue2,test_dequeue_empty - ๐ Thursday 4th February:
test_is_empty_yes/no,test_is_full_yes/no,test_cycling - ๐ Friday 5th February:
test_is_sorted, Code Review
Week 1 result: ๐
break
- ๐ Monday 15th February: Debugging lesson
break
queue.py:
- ๐ด Friday 26th February: PR comments fixes
Java