Skip to content

Commit

Permalink
Separated test code from arraybinarytree and binarytreebase
Browse files Browse the repository at this point in the history
Signed-off-by: unknown <saq10002@iteb-219.ad.engr.uconn.edu>
  • Loading branch information
saq10002 committed Oct 10, 2014
1 parent 99e34ed commit f24da53
Show file tree
Hide file tree
Showing 8 changed files with 809 additions and 770 deletions.
2 changes: 2 additions & 0 deletions YASI_12/YASI_12.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,12 @@
<ClInclude Include="alg.graph.h" />
<ClInclude Include="common.h" />
<ClInclude Include="ds.arraybinarytree.h" />
<ClInclude Include="ds.arraybinarytree.test.h" />
<ClInclude Include="ds.aux.hastree.h" />
<ClInclude Include="ds.binaryheap.h" />
<ClInclude Include="ds.binarysearchtree.h" />
<ClInclude Include="ds.binarytree.h" />
<ClInclude Include="ds.binarytree.test.h" />
<ClInclude Include="ds.binarytreebase.h" />
<ClInclude Include="ds.BSTDictionary.h" />
<ClInclude Include="ds.comparable.h" />
Expand Down
6 changes: 6 additions & 0 deletions YASI_12/YASI_12.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,12 @@
<Filter>Header Files\Data Structures\List</Filter>
</ClInclude>
<ClInclude Include="ds.doublylinkedlist.test.h">
<Filter>Header Files\Data Structures\List</Filter>
</ClInclude>
<ClInclude Include="ds.binarytree.test.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="ds.arraybinarytree.test.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
Expand Down
Loading

0 comments on commit f24da53

Please sign in to comment.