summaryrefslogtreecommitdiff
path: root/.project
diff options
context:
space:
mode:
authorHaidong Ji2019-01-03 19:58:31 -0600
committerHaidong Ji2019-01-03 19:58:31 -0600
commit947da6a7c9dd61dad5bc8fa6d84bb0ed590c251b (patch)
tree12a405d447ac1792bf8a02aa6d407d7715f377c4 /.project
Check bracket done!
Implementation isn't difficult since I worked the algo out in Java and Python already. I tried to use VS Code to write this but in the end decided to stick with Eclipse. Doing this in VS Code may not be worth the investment.
Diffstat (limited to '.project')
-rw-r--r--.project27
1 files changed, 27 insertions, 0 deletions
diff --git a/.project b/.project
new file mode 100644
index 0000000..a17e00c
--- /dev/null
+++ b/.project
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>DataStructureFundamental</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
+ <triggers>clean,full,incremental,</triggers>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
+ <triggers>full,incremental,</triggers>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.cdt.core.cnature</nature>
+ <nature>org.eclipse.cdt.core.ccnature</nature>
+ <nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
+ <nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
+ </natures>
+</projectDescription>