Skip to content

Instantly share code, notes, and snippets.

package main
import (
"sort"
"sync"
)
func partition(v []int) int {
x := v[0]
#include <chrono>
#include <cstdint>
#include <functional>
#include <thread>
#include <iomanip>
#include <iostream>
#include <string>
#include <tuple>
#include <vector>
[could](https://gist.github.com/cesarkawakami/7d59a9003a335b2dfa58b469c141e599)