Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
NASU41
/
AtCoderLibraryForJava
Public
Notifications
You must be signed in to change notification settings
Fork
25
Star
85
Code
Issues
17
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 23, 2021
Merge pull request #65 from Hiromi-Ayase/feature/new-convolution
Show description for c5d592e
NASU41
authored
c5d592e
View commit details
Copy full SHA for c5d592e
Browse repository at this point
Commits on Jul 22, 2021
remove vscode files
Hiromi-Ayase
committed
d44d306
View commit details
Copy full SHA for d44d306
Browse repository at this point
4-base NTT
Hiromi-Ayase
committed
239c2b8
View commit details
Copy full SHA for 239c2b8
Browse repository at this point
fix https://github.com/atcoder/ac-library/issues/30
Hiromi-Ayase
committed
a649af5
View commit details
Copy full SHA for a649af5
Browse repository at this point
Commits on Jul 10, 2021
Merge branch 'master' of https://github.com/NASU41/AtCoderLibraryForJava
NASU41
committed
8693524
View commit details
Copy full SHA for 8693524
Browse repository at this point
add ContestIO(File)
NASU41
committed
cf83fc3
View commit details
Copy full SHA for cf83fc3
Browse repository at this point
Commits on Jun 30, 2021
Merge pull request #64 from sounansya/Bugfix_ModInt
Show description for ed572da
NASU41
authored
ed572da
View commit details
Copy full SHA for ed572da
Browse repository at this point
Commits on Jun 29, 2021
ModIntのバグの修正等をしました
sounansya
committed
ea5d12b
View commit details
Copy full SHA for ea5d12b
Browse repository at this point
Commits on Jun 11, 2021
fix MathLib.gcd
NASU41
committed
c0c653f
View commit details
Copy full SHA for c0c653f
Browse repository at this point
Commits on Jun 9, 2021
variadic MathLib.lcm
NASU41
committed
057f399
View commit details
Copy full SHA for 057f399
Browse repository at this point
variadic MathLib.gcd
NASU41
committed
870991a
View commit details
Copy full SHA for 870991a
Browse repository at this point
Commits on May 30, 2021
Update ContestPrinter.java
NASU41
committed
1746588
View commit details
Copy full SHA for 1746588
Browse repository at this point
fixed ComtestPrinter::printArray
Show description for 16afefe
NASU41
committed
16afefe
View commit details
Copy full SHA for 16afefe
Browse repository at this point
Update Pair.java
NASU41
committed
c142142
View commit details
Copy full SHA for c142142
Browse repository at this point
Commits on May 22, 2021
fix Pair::compareTo
NASU41
committed
d5af2ab
View commit details
Copy full SHA for d5af2ab
Browse repository at this point
Commits on Mar 13, 2021
Merge pull request #62 from sounansya/Bugfix_ContestPrinter
Show description for 46d6287
NASU41
authored
46d6287
View commit details
Copy full SHA for 46d6287
Browse repository at this point
Commits on Mar 12, 2021
Fix printArray bug
sounansya
committed
b6d7008
View commit details
Copy full SHA for b6d7008
Browse repository at this point
Commits on Mar 10, 2021
Merge pull request #61 from suisen-cp/master
Show description for deb6c6b
NASU41
authored
deb6c6b
View commit details
Copy full SHA for deb6c6b
Browse repository at this point
fix Readme of MaxFlow/MinCostFlow
suisen-cp
committed
0495145
View commit details
Copy full SHA for 0495145
Browse repository at this point
fix access modifiers of members of MaxFlow.CapEdge
suisen-cp
committed
de81778
View commit details
Copy full SHA for de81778
Browse repository at this point
Self loop handling (Min Cost Flow) #43
suisen-cp
committed
1f919da
View commit details
Copy full SHA for 1f919da
Browse repository at this point
add test for MaxFlow
suisen-cp
committed
79ba007
View commit details
Copy full SHA for 79ba007
Browse repository at this point
self-loop handling
suisen-cp
committed
6dbe977
View commit details
Copy full SHA for 6dbe977
Browse repository at this point
Commits on Mar 9, 2021
Merge pull request #60 from suisen-cp/master
Show description for b9de858
NASU41
authored
b9de858
View commit details
Copy full SHA for b9de858
Browse repository at this point
fix #59
suisen-cp
committed
69adbaa
View commit details
Copy full SHA for 69adbaa
Browse repository at this point
fix #59
suisen-cp
committed
fc06289
View commit details
Copy full SHA for fc06289
Browse repository at this point
Commits on Feb 19, 2021
add FastIO
NASU41
committed
0103480
View commit details
Copy full SHA for 0103480
Browse repository at this point
Commits on Feb 6, 2021
MathLib.gcd/lcm/divisors
NASU41
committed
cadb741
View commit details
Copy full SHA for cadb741
Browse repository at this point
Commits on Jan 21, 2021
Modint.factorial / combination / permutation
NASU41
committed
dbad12f
View commit details
Copy full SHA for dbad12f
Browse repository at this point
implement std::pair
NASU41
committed
e452602
View commit details
Copy full SHA for e452602
Browse repository at this point
Commits on Dec 20, 2020
Merge pull request #58 from suisen-cp/master
Show description for 69cff1e
suisen-cp
authored
69cff1e
View commit details
Copy full SHA for 69cff1e
Browse repository at this point
ModInt: fix #57
suisen-cp
committed
3f525b5
View commit details
Copy full SHA for 3f525b5
Browse repository at this point
Merge pull request #56 from suisen-cp/master
Show description for 022f4fc
NASU41
authored
022f4fc
View commit details
Copy full SHA for 022f4fc
Browse repository at this point
Commits on Dec 19, 2020
Modified internal implementation
suisen-cp
committed
72bf8a8
View commit details
Copy full SHA for 72bf8a8
Browse repository at this point
Merge pull request #55 from suisen-cp/master
Show description for 66860e8
suisen-cp
authored
66860e8
View commit details
Copy full SHA for 66860e8
Browse repository at this point
Previous
Next
You can’t perform that action at this time.