2
2
3
3
<!-- markdownlint-disable MD033 MD036 -->
4
4
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 ) ![ Java Gradle Test] ( https://github.com/codejsha/algorithm-examples/actions/workflows/gradle .yml/badge.svg ) ![ Go Test] ( https://github.com/codejsha/algorithm-examples/actions/workflows/go .yml/badge.svg )
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 )
6
6
7
7
[ English] ( README.md ) | [ Korean] ( README_ko-KR.md )
8
8
@@ -13,11 +13,11 @@ This repository provides examples of algorithms, data structures, and problem-so
13
13
Each project is configured in specific environments, as described below:
14
14
15
15
| Language | Version | Build | Packages | Remarks |
16
- | ---------- | --------- | -------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------- |
16
+ | -------- | ------- | ------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------- |
17
17
| 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
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 ) | |
19
20
| 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 ) | |
20
- | Go | 1.22 | [ Go] ( https://pkg.go.dev/cmd/go ) | [ Testify] ( https://github.com/stretchr/testify ) | |
21
21
22
22
## Table of Contents
23
23
0 commit comments