aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-01-15 19:55:59 +0000
committerGitHub <noreply@github.com>2017-01-15 19:55:59 +0000
commit8c6d12d9455c1fa603d3a2c06d182e4772ff8855 (patch)
tree0bfceb57a1b9a21fcbdd54363eb069cae11e1273
parente0facfa8dad15502b3515643744ec4f54ec41aa4 (diff)
downloadPriorityQueue-8c6d12d9455c1fa603d3a2c06d182e4772ff8855.tar.gz
PriorityQueue-8c6d12d9455c1fa603d3a2c06d182e4772ff8855.zip
Create README.mdHEADmaster
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..2d02da0
--- /dev/null
+++ b/README.md
@@ -0,0 +1,2 @@
+# PriorityQueue
+Priority Queue that is saved in an array.