Update READMEs

This commit is contained in:
2020-11-25 07:06:48 -05:00
parent 59d482cad7
commit 245e04e083
4 changed files with 10 additions and 9 deletions

View File

@@ -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.

View File

@@ -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
```