//
pkg.gl
Category
github.com/jnst/x-go
leetcode
package
0.0.0-20220619115704-b544bf9d6401
Repository:
https://github.com/jnst/x-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
23 SLOC
#
Functions
Merge
Merge merges nums1 and nums2 as one sorted array.
TwoSum
TwoSum returns indices of the nums array when the sum of the two numbers is equal to target.