Skip to content

Commit 9c1d763

Browse files
committed
Added more solutions
1 parent 8ae8698 commit 9c1d763

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
*
33
*/
4-
package com.javaaid.solutions.easy.arrays;
4+
package com.javaaid.solutions.easy.hashtables;
55

66
/**
77
* @author Kanahaiya Gupta
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
*
33
*/
4-
package com.javaaid.solutions.easy.arrays;
4+
package com.javaaid.solutions.easy.maths;
55

66
import java.util.ArrayList;
77
import java.util.List;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
*
33
*/
4-
package com.javaaid.solutions.easy.arrays;
4+
package com.javaaid.solutions.easy.trees;
55

66
/**
77
* @author Kanahaiya Gupta
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
*
33
*/
4-
package com.javaaid.solutions.easy.arrays;
4+
package com.javaaid.solutions.easy.twopointers;
55

66
import java.util.Arrays;
77
import java.util.Scanner;
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
UPDATE SALARY
2+
SET SEX=CHAR(ASCII('F')^ASCII('M')^ASCII(SEX));
3+

0 commit comments

Comments
 (0)