From 947da6a7c9dd61dad5bc8fa6d84bb0ed590c251b Mon Sep 17 00:00:00 2001 From: Haidong Ji Date: Thu, 3 Jan 2019 19:58:31 -0600 Subject: 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.--- .project | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .project (limited to '.project') diff --git a/.project b/.project new file mode 100644 index 0000000..a17e00c --- /dev/null +++ b/.project @@ -0,0 +1,27 @@ + + + DataStructureFundamental + + + + + + org.eclipse.cdt.managedbuilder.core.genmakebuilder + clean,full,incremental, + + + + + org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder + full,incremental, + + + + + + org.eclipse.cdt.core.cnature + org.eclipse.cdt.core.ccnature + org.eclipse.cdt.managedbuilder.core.managedBuildNature + org.eclipse.cdt.managedbuilder.core.ScannerConfigNature + + -- cgit v1.2.3