-
Rough idea, might be not precise:
- Once there was no life. There was just inanimate matter, molecules flying everywhere.
- Organic matter formed into nucleic acids
- The first organic compounds …
-
Design principles in class friends , userEntity , page :
1-most of solid principles are not applied
As no interfaces or inheritance, No relations between class page ,class friends, class userEntity …
-
This 'issue' is to discuss and identify Stylistic choices to be implemented. I'll start by adding a screenshot of the existing test page.
![dokuwiki_st3_example](https://f.cloud.github.com/assets/18…
-
To ensure consistency and transparency across all projects, I propose to create a global `GOVERNANCE.md` file. This document will outline our core principles, organizational structure, and guidelines …
-
-
Det er sentralt at Digdir sine beskrevne metoder for risikohåndtering anvendes
God informasjonssikkerhet er en forutsetning for vellykket digitalisering. Det handler om å styre risiko i oppgavene o…
-
### Is your feature request related to a problem? Please describe.
Resources linked throughout the [Design Principles page](https://designsystem.digital.gov/design-principles/#start-with-real-user-ne…
-
木構造とは、N頂点をN-1本の辺で閉路がなく連結につなぐグラフのことである
幅優先探索
高さ0の頂点が全て探索される→高さ1の頂点が全て探索される...
https://atcoder.jp/contests/abc138/submissions/27937966
深さ優先探索 pypyでやると超遅くなる sys.setrecursionlimit(10000000)つけよう
dfs(…
-
セグメントツリー
セグ木に乗る代数系
モノイド 和 | 積 | AND | OR | XOR | min | max | gcd | lcm
演算 x + y | x * y | x & y | x | y | x ^ y | min(x, y) | max(x, y) | gcd(x, y) | lcm(x, y)
単位…
-
UnionFind
データのグループ化を素早く行う
not sameな頂点をN-1回つなげるとN頂点の木になる
UnionFind + スタック芸
https://atcoder.jp/contests/acl1/submissions/18374339 A - Reachable Towns
グラフの問題になる
G の各辺に対して、端点のうちどちらかを光らせることができる。光る頂点の…