LEC 3 A basic abstract model for a biological neuron
1. Weights of connections
Neuron gets fired if it has received from the presynaptic neurons 突触前神经元 a summary impulse 脉冲, which is above a certain threshold.
Signal from a single synapse突触 ma…
Every day a Leetcode
题目来源:1833. 雪糕的最大数量
解法1:贪心 排序
本题唯一的难点在于计数排序。
计数排序详解:C算法之计数排序
为了尽可能多的买到雪糕,我们选择从价格低的雪糕开始买,统计能够买到的雪糕…