File tree Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1
1
The list of challenges were originally coded in C++. Challenge solution with
2
2
dates have been coded in C# and exist in this solution.
3
3
4
- Challenge: C# Date: Class:
5
- Kaprekars Constant 02/16/2021 Kaprekar
4
+ Challenge: C# Date: Class:
5
+ Kaprekars Constant 02/16/2021 Kaprekar
Original file line number Diff line number Diff line change @@ -16,22 +16,22 @@ static void Main(string[] args)
16
16
TestChallenge tc = new TestChallenge ( ) ;
17
17
18
18
// Easy
19
- // tc.Test_TimeConvert();
20
- // tc.Test_AlphabetSoup();
21
- // tc.Test_ArithGeoSequence();
22
- // tc.Test_Palindrome();
23
- // tc.Test_NumberCheck();
24
- // tc.Test_FindIntersection();
19
+ tc . Test_TimeConvert ( ) ;
20
+ tc . Test_AlphabetSoup ( ) ;
21
+ tc . Test_ArithGeoSequence ( ) ;
22
+ tc . Test_Palindrome ( ) ;
23
+ tc . Test_NumberCheck ( ) ;
24
+ tc . Test_FindIntersection ( ) ;
25
25
26
26
// Medium
27
- // tc.Test_Consecutive();
28
- // tc.Test_KUniqueCharacters();
29
- // tc.Test_NumberEncoding();
30
- // tc.Test_PrimeMover();
31
- // tc.Test_MinWindowSubstring();
32
- // tc.Test_RunLength();
33
- // tc.Test_StringReduction();
34
- // tc.Test_TreeConstructor();
27
+ tc . Test_Consecutive ( ) ;
28
+ tc . Test_KUniqueCharacters ( ) ;
29
+ tc . Test_NumberEncoding ( ) ;
30
+ tc . Test_PrimeMover ( ) ;
31
+ tc . Test_MinWindowSubstring ( ) ;
32
+ tc . Test_RunLength ( ) ;
33
+ tc . Test_StringReduction ( ) ;
34
+ tc . Test_TreeConstructor ( ) ;
35
35
36
36
// Hard
37
37
tc . Test_KaprekarsConstant ( ) ;
You can’t perform that action at this time.
0 commit comments