22
33<!-- markdownlint-disable MD033 MD036 -->
44
5- ![ C++ CMake Test] ( https://github.com/codejsha/algorithm-examples/actions/workflows/cmake.yml/badge.svg ) ![ Python Poetry Test] ( https://github.com/codejsha/algorithm-examples/actions/workflows/poetry .yml/badge.svg ) ![ Go Test] ( https://github.com/codejsha/algorithm-examples/actions/workflows/go.yml/badge.svg ) ![ Java Gradle Test] ( https://github.com/codejsha/algorithm-examples/actions/workflows/gradle.yml/badge.svg )
5+ ![ C++ CMake Test] ( https://github.com/codejsha/algorithm-examples/actions/workflows/cmake.yml/badge.svg ) ![ Python uv Test] ( https://github.com/codejsha/algorithm-examples/actions/workflows/uv .yml/badge.svg ) ![ Go Test] ( https://github.com/codejsha/algorithm-examples/actions/workflows/go.yml/badge.svg ) ![ Java Gradle Test] ( https://github.com/codejsha/algorithm-examples/actions/workflows/gradle.yml/badge.svg )
66
77[ English] ( README.md ) | [ Korean] ( README_ko-KR.md )
88
@@ -15,8 +15,8 @@ Each project is configured in specific environments, as described below:
1515| Language | Version | Build | Packages | Remarks |
1616| -------- | ------- | ------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------- |
1717| C++ | C++20 | [ CMake] ( https://cmake.org/ ) | [ GNU Scientific Library (GSL)] ( https://www.gnu.org/software/gsl/ ) , [ Google Test] ( https://google.github.io/googletest/ ) , [ Google Benchmark] ( https://github.com/google/benchmark ) , [ fmt] ( https://github.com/fmtlib/fmt ) | [ vcpkg] ( https://github.com/microsoft/vcpkg ) |
18- | Python | 3.12 | [ Poetry ] ( https://python-poetry.org / ) | [ NumPy] ( https://numpy.org/ ) , [ SciPy] ( https://www.scipy.org/ ) , [ NetworkX] ( https://networkx.org/ ) , [ pytest] ( https://docs.pytest.org/ ) , [ pytest-benchmark] ( https://pytest-benchmark.readthedocs.io/en/latest/ ) | |
19- | Go | 1.22 | [ Go] ( https://pkg.go.dev/cmd/go ) | [ Gonum] ( https://github.com/gonum/gonum ) , [ Testify] ( https://github.com/stretchr/testify ) | |
18+ | Python | 3.12 | [ uv ] ( https://docs.astral.sh/uv / ) | [ NumPy] ( https://numpy.org/ ) , [ SciPy] ( https://www.scipy.org/ ) , [ NetworkX] ( https://networkx.org/ ) , [ pytest] ( https://docs.pytest.org/ ) , [ pytest-benchmark] ( https://pytest-benchmark.readthedocs.io/en/latest/ ) | |
19+ | Go | 1.23 | [ Go] ( https://pkg.go.dev/cmd/go ) | [ Gonum] ( https://github.com/gonum/gonum ) , [ Testify] ( https://github.com/stretchr/testify ) | |
2020| Java | 21 | [ Gradle] ( https://gradle.org/ ) | [ Google Guava] ( https://github.com/google/guava ) , [ JUnit] ( https://junit.org/ ) , [ Java Microbenchmark Harness (JMH)] ( https://github.com/openjdk/jmh ) | |
2121
2222## Table of Contents
0 commit comments