https://github.com/argondev22/study.coding-practice
https://github.com/argondev22/study.coding-practice
atcoder atcoder-contests atcoder-solutions coding coding-interview-questions coding-interviews coding-test leetcode leetcode-solutions paiza paiza-io
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/argondev22/study.coding-practice
- Owner: argondev22
- Created: 2025-10-23T12:26:06.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-12-31T09:32:49.000Z (2 months ago)
- Last Synced: 2026-01-04T11:24:30.738Z (2 months ago)
- Topics: atcoder, atcoder-contests, atcoder-solutions, coding, coding-interview-questions, coding-interviews, coding-test, leetcode, leetcode-solutions, paiza, paiza-io
- Language: Java
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coding Practice
## 概要
このリポジトリは、プログラミングコンテストやアルゴリズム学習のための練習問題を管理するためのリポジトリです。LeetCode、AtCoder、Paizaなどの問題を解いたコードを整理・管理しています。
## 目的
- アルゴリズムとデータ構造の学習
- プログラミングコンテストの準備
- コードの品質向上とベストプラクティスの習得
- 問題解決能力の向上
## ディレクトリ構造
```text
src/
├── leetcode/ # LeetCode問題の解答
├── atcoder/ # AtCoder問題の解答
└── paiza/ # Paiza問題の解答
```
## 命名規則
### ファイル命名規則
各問題の解答ファイルは以下の形式で命名しています:
- `YYYYMMDD.ts` - 解答日付(例:`20251028.ts`)
### ブランチ命名規則
ブランチは以下の形式で命名しています:
- `YYYYMMDD/...` - 作業日付(例:`20251025/leetcode-problem-26`)