Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haeramkeem/alGo
indomie mie goreng
https://github.com/haeramkeem/alGo
algorithm cplusplus cpp go golang leetcode
Last synced: about 1 month ago
JSON representation
indomie mie goreng
- Host: GitHub
- URL: https://github.com/haeramkeem/alGo
- Owner: haeramkeem
- Created: 2021-07-07T12:35:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-07T09:13:37.000Z (over 2 years ago)
- Last Synced: 2024-12-12T22:06:47.287Z (about 1 month ago)
- Topics: algorithm, cplusplus, cpp, go, golang, leetcode
- Language: C++
- Homepage:
- Size: 19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alGo
AlGo rithms
## Source of problems
1. A~ -> Problems from 'acmicpc.net'
2. L~ -> Problems from 'leetcode.com'
3. P~ -> Problems from 'programmers.co.kr'
4. CNU~ -> Problems from lecture 'Fall2021-CNU-Algorithm'
5. and any other sources...## Structure
```
alGo/ : Root
docs/ : Implementations & examples & references of collections
problem-archive/ : Answers of various algorithm problems
syntax-refs/ : PL syntax references for solving problems
cpp : C++ grammar references
go : Golang grammar references
```