Use new name
This commit is contained in:
parent
c893ddde38
commit
c62398bd3f
21 changed files with 35 additions and 35 deletions
|
@ -1,4 +1,4 @@
|
|||
[< Back](../exercises.md)
|
||||
[< Back](../README.md)
|
||||
|
||||
# Exercise: Create an isWall function
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[< Back](../exercises.md)
|
||||
[< Back](../README.md)
|
||||
|
||||
* [Exercise: Create an isWall function](create_function/exercise.md)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[< Back](../exercises.md)
|
||||
[< Back](../README.md)
|
||||
|
||||
# Exercise: Add files to the build
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
[< Back](../exercises.md)
|
||||
[< Back](../README.md)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[< Back](../exercises.md)
|
||||
[< Back](../README.md)
|
||||
|
||||
# Exercise: Create and run a unit test
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
[< Back](../exercises.md)
|
||||
[< Back](../README.md)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[< Back](../exercises.md)
|
||||
[< Back](../README.md)
|
||||
|
||||
# Exercise: std::unique_ptr<PacMan>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[< Back](../exercises.md)
|
||||
[< Back](../README.md)
|
||||
|
||||
# Exercise: Simple class
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
[< Back](../exercises.md)
|
||||
[< Back](../README.md)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[< Back](../exercises.md)
|
||||
[< Back](../README.md)
|
||||
|
||||
# Exercise: Add Clyde as a Ghost
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[< Back](../exercises.md)
|
||||
[< Back](../README.md)
|
||||
|
||||
# Exercise: Refactor out GhostState from GameState
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
[< Back](../exercises.md)
|
||||
[< Back](../README.md)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[< Back](../exercises.md)
|
||||
[< Back](../README.md)
|
||||
|
||||
# Exercise: Create isIntersection function
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[< Back](../exercises.md)
|
||||
[< Back](../README.md)
|
||||
|
||||
# Exercise: Use algorithms
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
[< Back](../exercises.md)
|
||||
[< Back](../README.md)
|
||||
|
|
|
@ -1 +1 @@
|
|||
[< Back](../exercises.md)
|
||||
[< Back](../README.md)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[< Back](../exercises.md)
|
||||
[< Back](../README.md)
|
||||
|
||||
# Exercise: Lambdas
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
[< Back](../exercises.md)
|
||||
[< Back](../README.md)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[< Back](../exercises.md)
|
||||
[< Back](../README.md)
|
||||
|
||||
# Exercise: PacMan AI
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
[< Back](../exercises.md)
|
||||
[< Back](../README.md)
|
||||
|
|
|
@ -2,24 +2,24 @@
|
|||
|
||||
## Day 1
|
||||
|
||||
* [Module 11](11/exercises.md)
|
||||
* [Module 12](12/exercises.md)
|
||||
* [Module 13](13/exercises.md)
|
||||
* [Module 14](14/exercises.md)
|
||||
* [Module 15](15/exercises.md)
|
||||
* [Module 16](16/exercises.md)
|
||||
* [Module 17](17/exercises.md)
|
||||
* [Module 11](11/README.md)
|
||||
* [Module 12](12/README.md)
|
||||
* [Module 13](13/README.md)
|
||||
* [Module 14](14/README.md)
|
||||
* [Module 15](15/README.md)
|
||||
* [Module 16](16/README.md)
|
||||
* [Module 17](17/README.md)
|
||||
|
||||
## Day 2
|
||||
|
||||
* [Module 21](21/exercises.md)
|
||||
* [Module 22](22/exercises.md)
|
||||
* [Module 23](23/exercises.md)
|
||||
* [Module 24](24/exercises.md)
|
||||
* [Module 25](25/exercises.md)
|
||||
* [Module 26](26/exercises.md)
|
||||
* [Module 27](27/exercises.md)
|
||||
* [Module 21](21/README.md)
|
||||
* [Module 22](22/README.md)
|
||||
* [Module 23](23/README.md)
|
||||
* [Module 24](24/README.md)
|
||||
* [Module 25](25/README.md)
|
||||
* [Module 26](26/README.md)
|
||||
* [Module 27](27/README.md)
|
||||
|
||||
## Advanced
|
||||
|
||||
* [Advanced](advanced/exercises.md)
|
||||
* [Advanced](advanced/README.md)
|
||||
|
|
Loading…
Reference in a new issue