@@ -12,10 +12,12 @@ This repository is an implementation of algorithms, data structures, and problem
12
12
13
13
Each project is configured in specific environments, as described below:
14
14
15
- - C++ project: C++20 / [ CMake] ( https://cmake.org/ ) build / [ 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 ) packages / [ vcpkg] ( https://github.com/microsoft/vcpkg ) package manager
16
- - Python project: Python 3.11 / [ Poetry] ( https://python-poetry.org/ ) build / [ 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/ ) packages
17
- - Java project: Java 21 / [ Gradle] ( https://gradle.org/ ) build / [ Google Guava] ( https://github.com/google/guava ) , [ JUnit] ( https://junit.org/ ) , [ Java Microbenchmark Harness (JMH)] ( https://github.com/openjdk/jmh ) libraries
18
- - Go project: Go 1.22 / Go build / [ Testify] ( https://github.com/stretchr/testify ) package
15
+ | Language | Version | Build | Packages | Remarks |
16
+ | -------- | ------- | ------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------- |
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
+ | 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
+ | 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 ) | |
19
21
20
22
## Table of Contents
21
23
0 commit comments