https://github.com/becooq81/algorithms
Repository of my algorithms solutions
https://github.com/becooq81/algorithms
algorithms coding-test java python
Last synced: 7 months ago
JSON representation
Repository of my algorithms solutions
- Host: GitHub
- URL: https://github.com/becooq81/algorithms
- Owner: becooq81
- Created: 2023-03-28T13:18:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-31T04:28:55.000Z (12 months ago)
- Last Synced: 2025-05-13T00:39:03.909Z (9 months ago)
- Topics: algorithms, coding-test, java, python
- Language: Java
- Homepage:
- Size: 1000 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# šļø Algorithms
Welcome to my **Algorithms Solutions Repository**! This repository contains my solutions to various algorithmic problems, categorized by programming language and platform.
## š Repository Organization
This repository is structured as follows:
```
|-- Language
|-- Platform
|-- Difficulty
|-- Problem Files
```
Each problem solution is organized by **language** (Python, C++, Java, etc.) and then by the **platform** where the problem was solved. The platforms I regularly solve problems on include:
- [Baekjoon](https://www.acmicpc.net/)
- [Programmers](https://programmers.co.kr/)
- [SWEA](https://swexpertacademy.com/main/main.do)
- [LeetCode](https://leetcode.com/)
## š·ļø Platforms
- **Baekjoon** š: Competitive programming platform popular in Korea.
- **Programmers** š¼: Platform focusing on real-world coding tests.
- **SWEA** š§©: Samsung's Expert Academy.
- **LeetCode** š: Global coding interview practice.
## š Getting Started
Feel free to explore the folders and check out my solutions. If you have any suggestions or find a better solution, Iād love to hear from you!