ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
Nice Question !!class Solution { public boolean closeStrings(String word1, String word2) { if(word1.length()!=word2.length()) return false; int[] f1=new int[26]; int[] f2=new int[26]; for(int i=0;i
Nice Question !!
class Solution {
public boolean closeStrings(String word1, String word2) {
if(word1.length()!=word2.length()) return false;
int[] f1=new int[26];
int[] f2=new int[26];
for(int i=0;i