6 Matching Annotations
  1. Feb 2023
    1. The greater an ion's permeability, the greater "presence" it holds in the equation,

      permeability determines contribution to Vm

  2. brown-csci0200.github.io brown-csci0200.github.io
    1. interface once we have the abstract class?

      abstract class: same behavior, share same code interface: diff behavior, 2 classes

    2. new Link(newItem, this)

      creating new list in addition to "this"/original list

    3. Layou

      Immu_Constructor - first: element - rest: iList, able to take in EMPTY to end the list

    4. permanent change to data

      Purpose of the two: mutable: for permanent changes immutable: for temporary changes, explore a scenario