theory
algorithm that can determine for every regular language
how can I show that there exists an algorithm that can determine for eve开发者_运维技巧ry regular language L, whether or not |L| ≥ 5Give an algorithm, which proves that such algorithms exist :D[详细]
2023-02-22 11:33 分类:问答Theoretical computer graphics - Ray casting algorithm
I was studying for a Computer Graphics exam using previous iterations and I came across this question[详细]
2023-02-20 02:26 分类:问答Maximum weight connected subgraph in an directed acyclic graph
I am working on a research problem involving logic circuits (wh开发者_Go百科ich can be represented as DAGs).Each node in the DAG has a given weight, which can be negative.My objective is to find a con[详细]
2023-02-19 14:36 分类:问答matrix expression simplify [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-02-19 11:31 分类:问答Genetic algorithms-Java- Schema Theory
Hi I\'ve been reading up on schema theory and whilst I do understand the theory behind it, I\'m having a hard time trying to understand how it can be implemented in my genetic algorithm java code. Doe[详细]
2023-02-18 00:18 分类:问答Best-case performance of disjoint set forests, and proving lower bounds of algorithms
There is a question on an assignment that was due today which solutions have been released for, and I don\'t understand the correct answer. The question deals with best-case performance of disjoint se[详细]
2023-02-17 18:33 分类:问答EC2 latency, and latency in general
Webkit is telling me that a page\'s load time, the page being served via EC2, is 651ms. 502ms of that was \"latency\", and 149 was \"download\". What could the 502ms of latency be? Is that the time it[详细]
2023-02-16 17:15 分类:问答Communication cohesion
There are coupling and cohesion for modules. OK. There are functional and communication cohesion. Functional cohesion is grouping by functionality. OK. Communication cohesion is grouping by input/outp[详细]
2023-02-16 09:13 分类:问答Why LRU doesn't suffer Belady's Anomaly?
I have a quest开发者_运维技巧ion about page replacement algorithms. FIFO suffers from Belady\'s Anomaly but LRU doesn\'t. Does anyone know why LRU doesn\'t suffer? I\'ve been searching for the reason[详细]
2023-02-16 05:23 分类:问答Don't know if i'm seeing theory about wrapper method straight
Here\'s the code the piece of theory is about $.fn greenify = function(){ return this.css (\'color\',\'green\');[详细]
2023-02-15 06:30 分类:问答