Пікірлер
@Muhaddith
@Muhaddith 15 күн бұрын
you dont NEED a temporary variable, you can just use the XOR operator if your language has it, example in C: a = a ^ b; b = b ^ a; a = a ^ b; and you can even make it a function by accepting pointers: int swap(int *a, int *b){ *a = *a ^ *b; *b = *b ^ *a; *a = *a ^ *b; return 0; }
@YousefAbokhadra-pe1tx
@YousefAbokhadra-pe1tx 16 күн бұрын
We do not care
@AnishAnish-jc9rr
@AnishAnish-jc9rr 16 күн бұрын
No wonder ya got no comments this is child knowledge
@Kamran_2k4
@Kamran_2k4 Ай бұрын
❤❤❤
@Kamran_2k4
@Kamran_2k4 Ай бұрын
❤❤❤
@user-ge5hl8yo2s
@user-ge5hl8yo2s Ай бұрын
❤❤
@user-mo1gj8cd6d
@user-mo1gj8cd6d 2 ай бұрын
this is vey true.