Skip to content

Commit

Permalink
update lab
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoeders committed Jan 16, 2025
1 parent 2fa16a3 commit 2e9d902
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _labs/lab_graphs.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,9 @@ Your graphs should have the following properties:

### Code Checking
In addition to completing the code functionality described above, you code should also:
1. Build without warnings. I have configured *clang-tidy* to be run when you compile your code. This will enforce some extra checking that you might have not seen in the past. Hopefully this will help you learn more about C++ best practises and improving your coding skills.
1. Build without warnings. I have configured *clang-tidy* to be run when you compile your code. This will enforce some extra checking that you might have not seen in the past. Hopefully this will help you learn more about C++ best practices and improving your coding skills.
1. Run in Valgrind without any reported issues.

These two checks are new for this year, so please reach out on Slack if you have questions.


### Part 1: Visualizing Graphs
Expand Down

0 comments on commit 2e9d902

Please sign in to comment.