Update READMEs
This commit is contained in:
@@ -21,5 +21,5 @@ cmake .. && cmake --build .
|
||||
|
||||
|
||||
If cmake is not being used in a project, it can be built with `g++` manually using
|
||||
the commands outlined in `*/.vscode/tasts.json`, or by using VSCode to open the example
|
||||
the commands outlined in `*/.vscode/tasks.json`, or by using VSCode to open the example
|
||||
and running the build task.
|
||||
|
||||
@@ -16,5 +16,5 @@ klips/cpp/datastructs
|
||||
├── singlelist # Singly linked list
|
||||
├── stacklist # Stack implementation using linked list
|
||||
├── templates # Templated data structures
|
||||
└── vector
|
||||
└── vector # Custom Vector implementation
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user