-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalgorithms.yaml
37 lines (31 loc) · 1.4 KB
/
algorithms.yaml
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
29
30
31
32
33
34
35
36
37
---
- name: The Algorithms | Python
link: https://github.com/TheAlgorithms/Python
description: |
All Algorithms implemented in Python. These implementations are for learning purposes.
They may be less efficient than the implementations in the Python standard library.
references:
- https://travis-ci.com/TheAlgorithms/Python
- name: The Algorithms | Java
link: https://github.com/TheAlgorithms/Java
description: |
All Algorithms implemented in Java (for education purposes)
- name: The Algorithms | Go
link: https://github.com/TheAlgorithms/Go
description: |
All Algorithms implemented in GoLang. These algorithms are for demonstration purposes only.
There are many sort implementations in the Go standard library that may have better performance.
- name: The Algorithms | Javascript
link: https://github.com/TheAlgorithms/Javascript
description: |
A repository for All algorithms implemented in Javascript. These are for demonstration purposes
only. There are many implementations of sorts in the JavaScript standard library that are much
better for performance reasons.
- name: The Algorithms | Scala
link: https://github.com/TheAlgorithms/Scala
description: |
All Algorithms implemented in Scala
- name: The Algorithms | Rust
link: https://github.com/TheAlgorithms/Rust
description: |
All Algorithms implemented in Rust (for educational purposes)