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

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

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