File tree Expand file tree Collapse file tree 3 files changed +9
-13
lines changed Expand file tree Collapse file tree 3 files changed +9
-13
lines changed Original file line number Diff line number Diff line change 1- using System ;
1+ using KdTree . Math ;
2+ using Microsoft . VisualStudio . TestTools . UnitTesting ;
3+ using System ;
24using System . Collections . Generic ;
35using System . Linq ;
4- using Microsoft . VisualStudio . TestTools . UnitTesting ;
5- using KdTree . Math ;
66
77struct City
88{
@@ -14,7 +14,7 @@ struct City
1414
1515namespace KdTree . Tests
1616{
17- [ TestClass ]
17+ [ TestClass ]
1818 public class KdTreeTests
1919 {
2020 private KdTree < float , string > tree ;
Original file line number Diff line number Diff line change 1- using System ;
1+ using KdTree . Math ;
2+ using Microsoft . VisualStudio . TestTools . UnitTesting ;
23using System . Collections . Generic ;
34using System . Linq ;
4- using Microsoft . VisualStudio . TestTools . UnitTesting ;
5- using KdTree ;
6- using KdTree . Math ;
75
86struct Planet
97{
@@ -13,7 +11,7 @@ struct Planet
1311
1412namespace KdTree . Tests
1513{
16- [ TestClass ]
14+ [ TestClass ]
1715 public class NearestNeighbourListTests
1816 {
1917 private NearestNeighbourList < Planet , float > nearestNeighbours ;
Original file line number Diff line number Diff line change 1- using System ;
1+ using KdTree . Math ;
22using Microsoft . VisualStudio . TestTools . UnitTesting ;
33using System . Collections . Generic ;
44using System . Linq ;
5- using KdTree ;
6- using KdTree . Math ;
75
86struct Person
97{
@@ -13,7 +11,7 @@ struct Person
1311
1412namespace KdTree . Tests
1513{
16- [ TestClass ]
14+ [ TestClass ]
1715 public class PriorityQueueTests
1816 {
1917 private PriorityQueue < string , float > queue ;
You can’t perform that action at this time.
0 commit comments