day2

package
v0.0.0-...-36687a4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 28, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ProductsExceptI

func ProductsExceptI(arr []int) []int

ProductsExceptI returns an array with the products of all numbers except the value at the i-th position. O(N) time complexity. O(1) space complexity.

func ProductsExceptINoDivision

func ProductsExceptINoDivision(arr []int) []int

ProductsExceptINoDivision returns an array with the products of all numbers except the value at the i-th position. Without using division. O(N^2) time complexity. O(1) space complexity.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL