Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/haeramkeem/algo

indomie mie goreng
https://github.com/haeramkeem/algo

algorithm cplusplus cpp go golang leetcode

Last synced: 5 days ago
JSON representation

indomie mie goreng

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
```