aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorjwansek <37976823+jwansek@users.noreply.github.com>2021-03-04 17:41:43 +0000
committerGitHub <noreply@github.com>2021-03-04 17:41:43 +0000
commitd6df0b4ae8dc72faa65d45fafd991a8c6870f6e6 (patch)
treee865d188a65e34c41bf91582259e4ebf823b949b /README.md
downloadJavaDataStructures-Algorithms-d6df0b4ae8dc72faa65d45fafd991a8c6870f6e6.tar.gz
JavaDataStructures-Algorithms-d6df0b4ae8dc72faa65d45fafd991a8c6870f6e6.zip
Initial commit
Diffstat (limited to 'README.md')
-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..f4a4582
--- /dev/null
+++ b/README.md
@@ -0,0 +1,2 @@
+# JavaDataStructures-Algorithms
+Implementations of classic computing data structures and algoritms in Java. Not meant for actual use, just learning