package
0.0.0-20240830140449-47e43fccaecf
Repository: https://github.com/tminamiii/toybox.git
Documentation: pkg.go.dev
# Functions
Combination Cの計算.
Factorial Fの値を計算.
FindMaxAndMin 最大値最小値を返す.
Homogeneous Hの計算.
NextLine buinfo.Scanのポインタを渡し、標準入力の次の行を読み込み ex.
Permutation Pの値を計算.
No description provided by the author
Sort int型スライスの並び替え.
SplitIntlist 文字列を空白区切りの整数値に変換して返却.
SplitStrList 文字列を空白区切りの文字列のリストに変換して返却.
StrListToIntList string型のスライスを渡してint型の配列に変換.
StrToInt string型をint型に変換.
Sum 合計値を返す.