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
- Host: GitHub
- URL: https://github.com/arikato111/learn-algorithm
- Owner: Arikato111
- Created: 2023-12-15T13:05:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-22T13:05:53.000Z (almost 2 years ago)
- Last Synced: 2025-07-05T06:38:51.329Z (6 months ago)
- Topics: algorithms, c, python, rust
- Language: C
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |