12 Matching Annotations
  1. Mar 2025
    1. 条件 2 アルゴリズムとは何か 計算量(計算回数)とは何か を理解する。そうすると、明らかに制限時間内に実行が終わらないソースコードを出さなくなる。ちなみに、競プロでは 108 ~ 109 回程度のループが回せるといわれている。
    1. all any all は与えられたリストの要素すべてが条件式として真であるかを判定します。 any は与えられたリストの要素の中に条件式として真であるものが1つ以上存在するかを判定します。
    2. なお、べき乗は 1.3 節で扱った ** 演算子でも計算できますが、組み込み関数 pow を用いたほうが高速に計算できます。 また、余りは pow(a,b) % mod のように後から計算しても同じ結果になりますが、pow(a,b) の値が非常に大きくなる場合は pow(a,b,mod) のほうが高速に計算できます。 競技プログラミングにおいては pow 関数を使うことが必須であるケースが多いため覚えておきましょう。
  2. Jul 2024
    1. recommends that ToC construction should be participatory, involving stakeholders who represent different perspectives and roles within the intervention

      for - ToC construction - recommendation - should be participatory

      comment - Stop Reset Go process using Trailmark mark-in notation within Indyweb people-centered, interpersonal software ecosystem is inherently designed: - to be participatory - to mitigate progress traps - In fact, - the greater the diversity of perspectives, - the greater the efficacy in mitigating progress traps - For this reason, open source is necessary to achieve the optimal transformations of improvement

    2. There have been many attempts over the years to address the limitations of an overly ‘linear’ approach to ToC diagramming

      for - ToC diagrams - limitations - too linear - attempts to address

  3. Feb 2023
  4. Aug 2022
    1. Structure notes—sometimes called index notes
      • index notes or toc, there it sounds like toc, just list the relevant notes
      • how about MOC?
  5. Apr 2019
    1. Issues - TOC page

      • Add teaser abstract
      • Remove "Abstract" and "PDF" links
      • Can we add a "Search this issues" box? This would be a quick search that is limited only to the issue being viewed.
      • Place "Cover (PDF)", "Cover Caption", and "Masthead (PDF)" below cover image
  6. Sep 2017