mirror of
https://github.com/krahets/hello-algo.git
synced 2025-01-23 22:40:25 +08:00
Remove function comment
This commit is contained in:
parent
87b6026529
commit
c8da48c0d6
@ -4,11 +4,6 @@
|
||||
* Author: gyt95 (gytkwan@gmail.com)
|
||||
*/
|
||||
|
||||
/**
|
||||
* @param {number[]} nums
|
||||
* @param {number} target
|
||||
* @return {number[]}
|
||||
*/
|
||||
function twoSumBruteForce(nums, target) {
|
||||
let n = nums.length;
|
||||
// 两层循环,时间复杂度 O(n^2)
|
||||
|
Loading…
Reference in New Issue
Block a user