sum

package
v0.28.0 Latest Latest
Warning

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

Go to latest
Published: Dec 21, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package sum sums a list of integers using loop and divide-and-conquer technique. See reisinge.net/notes/cs/divide-and-conquer for more.

go test sum/*

Level: intermediate Topics: algorithms, testing

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DaC

func DaC(s []int) int

func Loop

func Loop(s []int) int

Types

This section is empty.

Jump to

Keyboard shortcuts

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