1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28# Aider polyglot benchmark
This repository contains a curated collection of programming exercises extracted from Exercism's language tracks. These exercises are used for benchmarking and testing purposes.
For more information see:
- [The aider blog](https://aider.chat/2024/12/21/polyglot.html)
- [The benchmark harness README](https://github.com/Aider-AI/aider/tree/main/benchmark)
## Source Attribution
All exercises in this repository are sourced from the following Exercism language tracks:
- [C++ Track](https://github.com/exercism/cpp)
- [Go Track](https://github.com/exercism/go)
- [Java Track](https://github.com/exercism/java)
- [JavaScript Track](https://github.com/exercism/javascript)
- [Python Track](https://github.com/exercism/python)
- [Rust Track](https://github.com/exercism/rust)
## Credits
All exercise content is copyright ยฉ [Exercism](https://exercism.org). These exercises are used in accordance with Exercism's open source licenses.
Please visit [Exercism](https://exercism.org) or the
repos above to see licensing of these coding
exercises.