An open API service indexing awesome lists of open source software.

https://github.com/arikato111/learn-algorithm

learn algorithm with some lang
https://github.com/arikato111/learn-algorithm

algorithms c python rust

Last synced: 3 months ago
JSON representation

learn algorithm with some lang

Awesome Lists containing this project

README

          

## Learn algorithm

I just want to learn algorithm with some or many languages.

### status

#### Quick sort

| Lang | Status | Message |
| ------ | :----: | :-------------: |
| Rust | ✅ | await(optimize) |
| Python | ✅ | No |
| Cpp | ✅ | No |

#### Binary search tree

| Lang | Status | Message |
| ---- | :----: | :------------: |
| C | ❌ | await(Balance) |
| Cpp | ❌ | No |

#### Double linked list

| Lang | Status | Message |
| ---- | :----: | :-----------: |
| C | ✅ | await(search) |

#### Linked list

| Lang | Status | Message |
| ------ | :----: | :-----------: |
| C | ✅ | No |
| Python | ✅ | await(length) |

#### Sudoku

| Lang | Status | Message |
| ---- | :----: | :-----: |
| C | ❌ | No |