//
pkg.gl
Category
github.com/yiGmMk/leetcode
golang
6.824-mapreduce
package
0.0.0-20240920062246-d0657495930a
Repository:
https://github.com/yigmmk/leetcode.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
0
Files
137 SLOC
#
Functions
Map
The map function is called once for each file of input.
Reduce
The reduce function is called once for each key generated by the map tasks, with a list of all the values created for that key by any map task.
#
Structs
KeyVal
No description provided by the author
KeyValue
No description provided by the author
#
Type aliases
ByKey
for sorting by key.
KeyValByKey
No description provided by the author