add missing number finder and some other changes

This commit is contained in:
2022-09-20 01:56:29 +03:00
parent 376ff4255a
commit 5374dd7375
6 changed files with 43 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
// Циклическая ротация
package rotation
func Rotation(A []int, K int) []int {