Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 2.04 KB

File metadata and controls

47 lines (35 loc) · 2.04 KB

Language: 日本語 / English

Atcoder Solution

This is a repository of atcoder solutions by enari_K who is a student engineer. I use this repository for portfolio which display my algorithm rank and daily study.

AtCoder Profile Language


AtCoder Stats

AtCoder Profile

📌 Concept

This repository control my answer for contest.

🔵 AtCoder Beginner Contest (ABC)

  • Structure: A〜G problem(7 problems) / 100minutes
  • Feature: The contest for asking computational complexity and make efficient implementation.
  • Style: I try to make a variety of difficult algorithm by C#.

🔴 AtCoder Heuristic Contest (AHC)

  • Structure: A problem(1 problem) / some hours ~ some days
  • Feature: The contest for making better answer of a problems without a single optimal solution.
  • Style: By using logical thinking leveraging my background in Material Science, I make better answer.

🟡 AtCoder Regular Contest (ARC)

  • Structure: Some problems / 120minutes
  • Style: The contest for requiring advanced mathematical reasoning.

🛠 Environment

Making automatically by tools for better coding and control.

📂 Directory structure

└── ABCXXX/              # Contest's directory
    └── A/               # Problem's directory
        └── Program.cs   # My answer

Developed by enari-K