Skip to content

Commit 85637de

Browse files
authored
Update OA 1 Question 1.java
1 parent f0ff4b6 commit 85637de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Amazon OA/OA 1 Question 1.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Example:
55
Input: "xyxy"
6-
Output: "xxyy"
6+
Output: "xyyx"
77
*/
88
//Solution 1: Used bucket to sort and save element
99
public class MyClass {

0 commit comments

Comments
 (0)