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.
This repository control my answer for contest.
- 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#.
- 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.
- Structure: Some problems / 120minutes
- Style: The contest for requiring advanced mathematical reasoning.
Making automatically by tools for better coding and control.
- Language: C# (.NET 8.0)
- Library: atcoder-library-csharp (ACL for C#)
└── ABCXXX/ # Contest's directory
└── A/ # Problem's directory
└── Program.cs # My answer
Developed by enari-K