We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46e9b53 + 33aa25a commit 75ea00bCopy full SHA for 75ea00b
README.md
@@ -47,22 +47,14 @@ This will create the following directory structure:
47
```
48
hackerrank-cpp
49
|-- src
50
-| |-- CMakeLists.txt
+| |
51
| +-- algorithms
52
53
| +-- implementation
54
55
| +-- diagonal_difference
56
| |-- diagonal_difference.cpp
57
| |-- diagonal_difference.h
58
+| |-- diagonal_difference_test.cpp
59
| +-- CMakeLists.txt
-+-- test
60
- |-- CMakeLists.txt
61
- +-- algorithms
62
63
- +-- implementation
64
65
- +-- diagonal_difference
66
- |-- diagonal_difference_test.cpp
67
- +-- CMakeLists.txt
68
0 commit comments