codefellows-readme-templates
Version:
Code Fellows Readme Templates
26 lines (20 loc) • 579 B
Markdown
# Challenge Summary
<!-- Description of the challenge -->
## Links and Resources
<!-- Embedded whiteboard image -->

### Link To Code
<!-- Link to code solution file -->
[Solution](#)
### Approach & Efficiency
<!-- What approach did you take? Why? What is the Big O space/time for this approach? -->
### Solution
<!-- Show how to run your code, and examples of it in action -->
### Tests
<!-- test names and what they test for -->
1. test_one()
- tests for....
2. test_two()
- tests for....
3. test_three
- tests for....