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

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

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!