Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zlucasftw/beecrowd-sql-problems
Solutions/Accepted submissions for Beecrowd SQL Problems
https://github.com/zlucasftw/beecrowd-sql-problems
Last synced: about 1 month ago
JSON representation
Solutions/Accepted submissions for Beecrowd SQL Problems
- Host: GitHub
- URL: https://github.com/zlucasftw/beecrowd-sql-problems
- Owner: zlucasftw
- License: gpl-3.0
- Created: 2024-04-14T14:35:44.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-05T05:37:23.000Z (7 months ago)
- Last Synced: 2024-12-04T05:31:35.686Z (about 1 month ago)
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SQL Problems (beecrowd)
>Solutions/Accepted submissions for Beecrowd SQL Problems
>
>[beecrowd SQL](https://judge.beecrowd.com/en/problems/index/9)| Problem Number | Problem Name | Solution |
| -------------- | ------------ | -------- |
| [BEE 2602](https://judge.beecrowd.com/en/problems/view/2602) | Basic Select | [BEE2602](https://github.com/zlucasftw/beecrowd-sql-problems/blob/main/Problems/BEE2062/BEE2062.sql) |
| [BEE 2603](https://judge.beecrowd.com/en/problems/view/2603) | Customer Address | [BEE2603](https://github.com/zlucasftw/beecrowd-sql-problems/blob/main/Problems/BEE2063/BEE2063.sql) |
| [BEE 2604](https://judge.beecrowd.com/en/problems/view/2604) | Under 10 or Greater Than 100 | [BEE2604](https://github.com/zlucasftw/beecrowd-sql-problems/blob/main/Problems/BEE2064/BEE2064.sql) |