deno.land / x / masx200_leetcode_test@10.6.5 / tree-of-coprimes / export.go

1
2
3
4
5
6
7
8
9
10
package index
func GetCoprimes(nums []int, edges [][]int) []int { return getCoprimes(nums, edges)}func GreatestCommonDivisor(a int, b int) int {
return greatestCommonDivisor(a, b)}
masx200_leetcode_test

Version Info

Tagged at
a year ago