Algorithms and Data Structures playground for competitive programming in pure Ruby.
library | AOJ problem id | verify |
---|---|---|
bellman_ford.rb | GRL_1_B | code |
dijkstra.rb | GRL_1_A | code |
warshall_floyd.rb | GRL_1_C | code |
library | AOJ problem id | verify |
---|---|---|
dinic.rb | GRL_6_A | code |
edmonds_karp.rb | GRL_6_A | code |
ford_fulkerson.rb | GRL_6_A | code |
library | AOJ problem id | verify |
---|---|---|
fibonacci.rb | ALDS1_10_A | code |
library | AOJ problem id | verify |
---|---|---|
levenshtein_distance.rb | DPL_1_E | code |
longest_common_subsequence.rb | ALDS1_10_C | code |
library | AOJ problem id | verify |
---|---|---|
merge_sort.rb | ALDS1_5_B | code |